Skip to content

Commit

Permalink
chore: update typescript to v5 (#399)
Browse files Browse the repository at this point in the history
* chore: update typescript to v5

* fix: nextjs not working on ts5

* fix: nextjs not working on ts5
  • Loading branch information
alicanerdurmaz authored May 31, 2024
1 parent 0318f96 commit a9c6adc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions refine-nextjs/template/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dev": "cross-env NODE_OPTIONS=--max_old_space_size=4096 refine dev",
"build": "refine build",
"start": "refine start",
"lint": "eslint '**/*.{js,jsx,ts,tsx}'",
"lint": "next lint",
"refine": "refine"
},
"dependencies": {
Expand All @@ -25,9 +25,9 @@
"devDependencies": {
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@types/node": "^18.0.0",
"@typescript-eslint/parser": "5.48.0",
"typescript": "^4.7.4",
"@types/node": "^18.16.2",
"@typescript-eslint/parser": "^6.21.0",
"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 a9c6adc

Please sign in to comment.