Skip to content

Commit

Permalink
Bump typescript version
Browse files Browse the repository at this point in the history
  • Loading branch information
HorusGoul committed Dec 15, 2024
1 parent b69f431 commit 8d5bfde
Show file tree
Hide file tree
Showing 5 changed files with 56 additions and 50 deletions.
2 changes: 1 addition & 1 deletion apps/pwa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"tailwindcss": "3.4.16",
"tailwindcss-animate": "1.0.7",
"tailwindcss-react-aria-components": "1.2.0",
"typescript": "^4.9.4",
"typescript": "5.7.2",
"vite": "6.0.3",
"vite-plugin-istanbul": "6.0.2",
"vite-plugin-svgr": "4.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"devDependencies": {
"eslint": "8.57.1",
"prettier": "3.4.2",
"typescript": "^4.9.4"
"typescript": "5.7.2"
},
"peerDependencies": {
"eslint": "8.57.1"
Expand Down
98 changes: 52 additions & 46 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion projects/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"npm-run-all": "^4.1.5",
"nyc": "^15.1.0",
"playwright-test-coverage": "^1.2.12",
"typescript": "^4.9.4",
"typescript": "5.7.2",
"@internal/tsconfig": "workspace:*",
"eslint": "8.57.1",
"prettier": "3.4.2",
Expand Down
2 changes: 1 addition & 1 deletion projects/screenshots/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"@types/node": "^18",
"eslint": "8.57.1",
"prettier": "3.4.2",
"typescript": "^4.9.4"
"typescript": "5.7.2"
}
}

0 comments on commit 8d5bfde

Please sign in to comment.