Skip to content

Commit

Permalink
bugfix(package.json): install @typescript-eslint/parser (#0) (#9)
Browse files Browse the repository at this point in the history
As a side effect the package.json entries are reordered
  • Loading branch information
marikadeveloper authored May 13, 2024
1 parent 1f8aed6 commit 75ab890
Show file tree
Hide file tree
Showing 2 changed files with 149 additions and 8 deletions.
140 changes: 140 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 9 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,21 @@
"knip": "knip"
},
"devDependencies": {
"@idrinth-api-bench/assets": "https://github.com/idrinth-api-bench/assets",
"@idrinth/typescript-language-from-yaml": "^1.3.0",
"@sveltejs/vite-plugin-svelte": "^3.0.2",
"@tsconfig/svelte": "^5.0.2",
"svelte": "^4.2.16",
"svelte-check": "^3.6.4",
"typescript": "^5.2.2",
"vite": "^5.1.4",
"@typescript-eslint/parser": "^7.9.0",
"eslint": "^8.57.0",
"eslint-plugin-svelte": "^2.39.0",
"svelte-eslint-parser": "^0.36.0",
"knip": "^5.15.1",
"markdownlint-cli": "^0.40.0",
"@idrinth/typescript-language-from-yaml": "^1.3.0",
"spellchecker-cli": "^6.2.0",
"knip": "^5.15.1",
"@idrinth-api-bench/assets": "https://github.com/idrinth-api-bench/assets"
"svelte": "^4.2.16",
"svelte-check": "^3.6.4",
"svelte-eslint-parser": "^0.36.0",
"typescript": "^5.2.2",
"vite": "^5.1.4"
},
"engines": {
"node": ">=20"
Expand Down

0 comments on commit 75ab890

Please sign in to comment.