Skip to content

Commit

Permalink
Remove obsolete dependency
Browse files Browse the repository at this point in the history
node_modules/eslint/lib/types/index.d.ts:29:26 - error TS2307: Cannot find module '@eslint/core' or its corresponding type declarations.
  • Loading branch information
dpilafian committed Sep 21, 2024
1 parent 2453840 commit 7a49852
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,28 +72,27 @@
"interactive": "http-server -o spec/fixtures/"
},
"devDependencies": {
"@eslint/js": "~9.9",
"@eslint/js": "~9.11",
"@fortawesome/fontawesome-free": "~6.6",
"@types/eslint__js": "~8.42",
"@types/node": "~22.2",
"@types/node": "~22.5",
"add-dist-header": "~1.4",
"assert-deep-strict-equal": "~1.2",
"copy-file-util": "~1.2",
"copy-folder-util": "~1.1",
"dna-engine": "~3.2",
"eslint": "~9.9",
"eslint": "~9.11",
"esm-to-plain-js": "~1.1",
"http-server": "~14.1",
"jsdom": "~24.1",
"jsdom": "~25.0",
"jshint": "~2.13",
"mocha": "~10.7",
"puppeteer": "~23.0",
"puppeteer": "~23.4",
"puppeteer-browser-ready": "~1.3",
"replacer-util": "~1.3",
"rimraf": "~6.0",
"run-scripts-util": "~1.3",
"typescript": "~5.5",
"typescript-eslint": "~8.1",
"typescript": "~5.6",
"typescript-eslint": "~8.6",
"uglify-js": "~3.19",
"w3c-html-validator": "~1.8",
"web-ignition": "~2.2",
Expand Down

0 comments on commit 7a49852

Please sign in to comment.