Skip to content

Commit 5244ecd

Browse files
committed
Remove unnecessary package dependencies
- @typescript-eslint/parser - jsonc-eslint-parser
1 parent 99e1824 commit 5244ecd

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,14 @@
2020
"@testing-library/react": "^16.3.0",
2121
"@testing-library/user-event": "14.6.1",
2222
"@types/node": "^24.5.2",
23-
"@typescript-eslint/parser": "^8.44.0",
2423
"@vitest/coverage-v8": "^3.2.4",
2524
"eslint": "^9.35.0",
2625
"eslint-plugin-devup": "^2.0.5",
2726
"eslint-plugin-jsonc": "^2.20.1",
2827
"eslint-plugin-mdx": "^3.6.2",
28+
"globals": "^16.4.0",
2929
"happy-dom": "^18.0.1",
3030
"husky": "^9.1.7",
31-
"jsonc-eslint-parser": "^2.4.1",
3231
"lint-staged": "^16.1.6",
3332
"vitest": "^3.2.4"
3433
},
@@ -37,4 +36,4 @@
3736
"resolutions": {
3837
"vite": "^6"
3938
}
40-
}
39+
}

pnpm-lock.yaml

Lines changed: 9 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)