Skip to content

Commit 3111a37

Browse files
authored
chore: fix typescript version (#1074)
* chore: fix node version
1 parent 93adbbe commit 3111a37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@babel/preset-typescript": "^7.18.6",
3434
"@types/jest": "^29.5.5",
3535
"@types/jsonwebtoken": "^9.0.2",
36-
"@types/node": "^18.11.18",
36+
"@types/node": "22.9.0",
3737
"@types/qs": "^6.9.7",
3838
"babel-plugin-replace-ts-export-assignment": "^0.0.2",
3939
"eslint": "^8.31.0",
@@ -45,7 +45,7 @@
4545
"node-mocks-http": "^1.8.1",
4646
"prettier": "^2.7.1",
4747
"ts-jest": "^29.1.1",
48-
"typescript": "^4.7.2",
48+
"typescript": "5.0.4",
4949
"typedoc": "^0.23.21"
5050
},
5151
"scripts": {

0 commit comments

Comments
 (0)