Skip to content

Commit 5c3558c

Browse files
authored
Update typescript (#171)
1 parent 0ca20f1 commit 5c3558c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Diff for: package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@
2828
"@babel/plugin-syntax-pipeline-operator": "^7.16.0",
2929
"@babel/plugin-syntax-typescript": "^7.16.0",
3030
"@types/debug": "^4.1.7",
31-
"@types/eslint": "^7.29.0",
32-
"@types/estree": "^0.0.50",
33-
"@types/lodash": "^4.14.177",
31+
"@types/eslint": "^8.4.6",
32+
"@types/estree": "^1.0.0",
33+
"@types/lodash": "^4.14.186",
3434
"@types/mocha": "^9.0.0",
35-
"@types/node": "^16.11.7",
36-
"@types/semver": "^7.3.9",
35+
"@types/node": "^18.8.4",
36+
"@types/semver": "^7.3.12",
3737
"@typescript-eslint/eslint-plugin": "^5.18.0",
3838
"@typescript-eslint/parser": "^5.18.0",
3939
"chokidar": "^3.5.2",
@@ -58,7 +58,7 @@
5858
"rollup-plugin-node-resolve": "^5.2.0",
5959
"rollup-plugin-sourcemaps": "^0.6.3",
6060
"ts-node": "^10.4.0",
61-
"typescript": "~4.4.4",
61+
"typescript": "~4.8.4",
6262
"wait-on": "^6.0.0",
6363
"warun": "^1.0.0"
6464
},

0 commit comments

Comments
 (0)