Skip to content

Commit 0a71db5

Browse files
committedAug 7, 2023
Lock down eslint-plugin-import dependency to patch versions only
They keep pushing out breaking changes in minor releases.
1 parent 2452616 commit 0a71db5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"eslint-import-resolver-webpack": "^0.13.2",
6868
"eslint-plugin-ava": "^14.0.0",
6969
"eslint-plugin-eslint-comments": "^3.2.0",
70-
"eslint-plugin-import": "^2.27.5",
70+
"eslint-plugin-import": "~2.27.5",
7171
"eslint-plugin-n": "^16.0.1",
7272
"eslint-plugin-no-use-extend-native": "^0.5.0",
7373
"eslint-plugin-prettier": "^5.0.0",

0 commit comments

Comments
 (0)
Please sign in to comment.