Skip to content

Commit bf05978

Browse files
AtofStrykerjennifer-shehane
andauthoredJan 5, 2024
fix: allow for versions greater than 4 for eslint-plugin-mocha to prevent force installing dependencies when eslint-plugin-mocha is bumbed in comsumer packages (#27944)
Co-authored-by: Jennifer Shehane <jennifer@cypress.io>
1 parent c6333ab commit bf05978

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎npm/eslint-plugin-dev/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"babel-eslint": "^7.2.3",
3131
"eslint": ">= 3.2.1",
3232
"eslint-plugin-json-format": ">= 2.0.0",
33-
"eslint-plugin-mocha": "^4.11.0",
33+
"eslint-plugin-mocha": " >= 4.11.0",
3434
"eslint-plugin-react": "^7.22.0"
3535
},
3636
"bin": {

0 commit comments

Comments
 (0)