Skip to content

Commit 3746605

Browse files
authored
chore: update deps and fix eslint config (#519)
1 parent b01f44f commit 3746605

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

explorer-v2/.eslintrc.cjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ module.exports = {
2222
'n/no-unpublished-require': 'off',
2323
'n/no-unpublished-import': 'off',
2424
'n/no-unsupported-features/es-syntax': 'off',
25+
'n/no-unsupported-features/node-builtins': 'off',
2526
'require-jsdoc': 'off',
2627
'n/file-extension-in-import': 'off',
2728
'prettier/prettier': [

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -67,15 +67,15 @@
6767
"@changesets/get-release-plan": "^4.0.0",
6868
"@ota-meshi/eslint-plugin": "^0.15.3",
6969
"@types/benchmark": "^2.1.5",
70-
"@types/chai": "^4.3.14",
70+
"@types/chai": "^4.3.16",
7171
"@types/eslint": "^8.56.10",
7272
"@types/eslint-scope": "^3.7.7",
7373
"@types/eslint-visitor-keys": "^3.3.0",
7474
"@types/estree": "^1.0.5",
7575
"@types/mocha": "^10.0.6",
76-
"@types/node": "^20.12.7",
76+
"@types/node": "^20.12.11",
7777
"@types/semver": "^7.5.8",
78-
"@typescript-eslint/eslint-plugin": "^7.7.1",
78+
"@typescript-eslint/eslint-plugin": "^7.8.0",
7979
"@typescript-eslint/parser": "~7.8.0",
8080
"@typescript-eslint/types": "~7.8.0",
8181
"benchmark": "^2.1.4",
@@ -88,7 +88,7 @@
8888
"eslint-plugin-eslint-comments": "^3.2.0",
8989
"eslint-plugin-json-schema-validator": "^5.1.0",
9090
"eslint-plugin-jsonc": "^2.15.1",
91-
"eslint-plugin-n": "^17.3.1",
91+
"eslint-plugin-n": "^17.5.1",
9292
"eslint-plugin-node-dependencies": "^0.12.0",
9393
"eslint-plugin-prettier": "^5.1.3",
9494
"eslint-plugin-regexp": "^2.5.0",
@@ -104,9 +104,9 @@
104104
"prettier-plugin-pkg": "^0.18.1",
105105
"prettier-plugin-svelte": "^3.2.3",
106106
"rimraf": "^5.0.5",
107-
"semver": "^7.6.0",
108-
"svelte": "^5.0.0-next.115",
109-
"svelte2tsx": "^0.7.7",
107+
"semver": "^7.6.1",
108+
"svelte": "^5.0.0-next.125",
109+
"svelte2tsx": "^0.7.8",
110110
"typescript": "~5.4.5",
111111
"typescript-eslint-parser-for-extra-files": "^0.6.0"
112112
},

0 commit comments

Comments
 (0)