Skip to content

Commit 844ffc4

Browse files
committedApr 30, 2024
fix: lock ts-eslint to 7.7 for now
sweepline/eslint-plugin-unused-imports#77
1 parent cc35e25 commit 844ffc4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@
9595
"@antfu/install-pkg": "^0.3.2",
9696
"@clack/prompts": "^0.7.0",
9797
"@stylistic/eslint-plugin": "^1.7.2",
98-
"@typescript-eslint/eslint-plugin": "^7.7.1",
99-
"@typescript-eslint/parser": "^7.7.1",
98+
"@typescript-eslint/eslint-plugin": "~7.7.1",
99+
"@typescript-eslint/parser": "~7.7.1",
100100
"eslint-config-flat-gitignore": "^0.1.5",
101101
"eslint-flat-config-utils": "^0.2.3",
102102
"eslint-merge-processors": "^0.1.0",

‎pnpm-lock.yaml

+2-2
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.