Skip to content

Commit

Permalink
fix: add @types/eslint-scope to dependencies due types regression
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait authored Nov 1, 2024
2 parents aff0c3e + ec45d2d commit 2420eae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"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.",
"license": "MIT",
"dependencies": {
"@types/eslint-scope": "^3.7.7",
"@types/estree": "^1.0.6",
"@webassemblyjs/ast": "^1.12.1",
"@webassemblyjs/wasm-edit": "^1.12.1",
Expand Down Expand Up @@ -38,7 +39,6 @@
"@babel/preset-react": "^7.25.7",
"@eslint/js": "^9.12.0",
"@stylistic/eslint-plugin": "^2.9.0",
"@types/eslint-scope": "^3.7.7",
"@types/glob-to-regexp": "^0.4.4",
"@types/jest": "^29.5.11",
"@types/mime-types": "^2.1.4",
Expand Down

0 comments on commit 2420eae

Please sign in to comment.