Skip to content

Commit

Permalink
Add typescript as direct dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
trevormunoz committed Jul 30, 2024
1 parent 6ec0d12 commit c1085ff
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 13 deletions.
24 changes: 12 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"build-pages": "BASEPATH=/mith-static gatsby build --prefix-paths",
"develop": "gatsby develop",
"test": "playwright test",
"check": "tsc --noEmit",
"clean": "gatsby clean",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\""
},
Expand Down Expand Up @@ -52,14 +53,15 @@
},
"devDependencies": {
"@playwright/test": "^1.45.1",
"@types/node": "^20.14.10",
"@types/node": "^22.0.0",
"airtable": "^0.12.2",
"chalk": "^5.3.0",
"dayjs": "^1.11.11",
"dotenv": "^16.4.5",
"gatsby-source-airtable": "^2.4.2",
"gh-pages": "^6.1.1",
"prettier": "^3.3.2",
"typescript": "^5.5.4",
"unzipper": "^0.12.1",
"winston": "^3.13.0"
}
Expand Down

0 comments on commit c1085ff

Please sign in to comment.