We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a5e168 commit 2bcc5daCopy full SHA for 2bcc5da
explorer-v2/package.json
@@ -13,7 +13,7 @@
13
},
14
"dependencies": {
15
"@fontsource/fira-mono": "^5.0.0",
16
- "@typescript-eslint/parser": "^5.30.3",
+ "@typescript-eslint/parser": "^6.0.0",
17
"eslint": "^8.0.0",
18
"eslint-plugin-svelte3": "^4.0.0",
19
"eslint-scope": "^7.0.0",
package.json
@@ -73,9 +73,9 @@
73
"@types/mocha": "^10.0.1",
74
"@types/node": "^18.16.16",
75
"@types/semver": "^7.5.0",
76
- "@typescript-eslint/eslint-plugin": "^5.59.9",
77
- "@typescript-eslint/parser": "~5.62.0",
78
- "@typescript-eslint/types": "^5.59.9",
+ "@typescript-eslint/eslint-plugin": "^6.0.0",
+ "@typescript-eslint/parser": "~6.1.0",
+ "@typescript-eslint/types": "^6.0.0",
79
"benchmark": "^2.1.4",
80
"chai": "^4.3.7",
81
"env-cmd": "^10.1.0",
0 commit comments