Skip to content

Commit

Permalink
chore: update typescript to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
alicanerdurmaz committed May 30, 2024
1 parent ecb6a7d commit 7bc8d83
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions refine-nextjs/template/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
"devDependencies": {
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@types/node": "^18.0.0",
"@types/node": "^18.16.2",
"@typescript-eslint/parser": "5.48.0",
"typescript": "^4.7.4",
"typescript": "^5.4.2",
"cross-env": "^7.0.3",
"eslint": "^8",
"eslint-config-next": "14.1.0"
Expand Down
2 changes: 1 addition & 1 deletion refine-remix/template/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"eslint": "^8.24.0",
"typescript": "^4.7.4"
"typescript": "^5.4.2"
<%_ if (typeof projectId !== 'undefined' && projectId !== '') { _%>
},
"refine": {
Expand Down
2 changes: 1 addition & 1 deletion refine-vite/template/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"eslint": "^8.38.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.3.4",
"typescript": "^4.7.4",
"typescript": "^5.4.2",
"vite": "^4.3.1"
},
"scripts": {
Expand Down

0 comments on commit 7bc8d83

Please sign in to comment.