Skip to content

Commit c1f14bf

Browse files
authored
Update the TypeScript version used (#16)
1 parent ce2a533 commit c1f14bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
3535
"eslint-plugin-react-refresh": "^0.4.9",
3636
"globals": "^15.9.0",
37-
"typescript": "^5.5.4",
37+
"typescript": "^5.8.3",
3838
"typescript-eslint": "^8.31.0",
3939
"vite": "^5.4.1"
4040
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"eslint": "^9.9.1",
6666
"globals": "^15.9.0",
6767
"prettier": "3.2.5",
68-
"typescript": "~5.0.3",
68+
"typescript": "^5.8.3",
6969
"typescript-eslint": "^8.4.0"
7070
},
7171
"main": "./dist/commonjs/client/index.js",

0 commit comments

Comments
 (0)