Skip to content

Commit 2420eae

Browse files
fix: add @types/eslint-scope to dependencies due types regression
2 parents aff0c3e + ec45d2d commit 2420eae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"description": "Packs ECMAScript/CommonJs/AMD modules for the browser. Allows you to split your codebase into multiple bundles, which can be loaded on demand. Supports loaders to preprocess files, i.e. json, jsx, es7, css, less, ... and your custom stuff.",
66
"license": "MIT",
77
"dependencies": {
8+
"@types/eslint-scope": "^3.7.7",
89
"@types/estree": "^1.0.6",
910
"@webassemblyjs/ast": "^1.12.1",
1011
"@webassemblyjs/wasm-edit": "^1.12.1",
@@ -38,7 +39,6 @@
3839
"@babel/preset-react": "^7.25.7",
3940
"@eslint/js": "^9.12.0",
4041
"@stylistic/eslint-plugin": "^2.9.0",
41-
"@types/eslint-scope": "^3.7.7",
4242
"@types/glob-to-regexp": "^0.4.4",
4343
"@types/jest": "^29.5.11",
4444
"@types/mime-types": "^2.1.4",

0 commit comments

Comments
 (0)