Skip to content

Commit 923d4ad

Browse files
committedAug 18, 2024
fix: move @types/eslint to production dep
1 parent cb7feb7 commit 923d4ad

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

Diff for: ‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
},
4141
"dependencies": {
4242
"@eslint/js": "^9.9.0",
43+
"@types/eslint": "^9.6.0",
4344
"@unocss/eslint-plugin": "^0.61.9",
4445
"eslint-config-flat-gitignore": "^0.1.8",
4546
"eslint-config-prettier": "^9.1.0",
@@ -69,7 +70,6 @@
6970
"devDependencies": {
7071
"@eslint/config-inspector": "^0.5.2",
7172
"@sxzz/prettier-config": "^2.0.2",
72-
"@types/eslint": "^9.6.0",
7373
"@types/node": "^20.14.14",
7474
"bumpp": "^9.4.2",
7575
"eslint": "^9.9.0",

Diff for: ‎pnpm-lock.yaml

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.