Skip to content

Commit a395a0c

Browse files
committed
fix(deps): update typescript to v5
1 parent ccf70da commit a395a0c

File tree

3 files changed

+75
-244
lines changed

3 files changed

+75
-244
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
"@types/signal-exit": "^3.0.0",
2727
"@types/stack-trace": "^0.0.29",
2828
"@types/webpack-merge": "^4.1.5",
29-
"@typescript-eslint/eslint-plugin": "^4.33.0",
30-
"@typescript-eslint/parser": "^4.33.0",
29+
"@typescript-eslint/eslint-plugin": "^5.7.0",
30+
"@typescript-eslint/parser": "^5.7.0",
3131
"babel-jest": "^27.2.1",
3232
"chalk": "^4.1.2",
3333
"chokidar": "^3.5.2",

packages/gatsby/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"@nodelib/fs.walk": "^1.2.8",
2424
"@pmmmwh/react-refresh-webpack-plugin": "^0.4.3",
2525
"@types/http-proxy": "^1.17.7",
26-
"@typescript-eslint/eslint-plugin": "^4.33.0",
27-
"@typescript-eslint/parser": "^4.33.0",
26+
"@typescript-eslint/eslint-plugin": "^5.7.0",
27+
"@typescript-eslint/parser": "^5.7.0",
2828
"@vercel/webpack-asset-relocator-loader": "^1.7.0",
2929
"address": "1.1.2",
3030
"anser": "^2.1.0",

0 commit comments

Comments
 (0)