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": {

5 commit comments

Comments
 (5)

cypress-bot[bot] commented on Jan 5, 2024

@cypress-bot[bot]
Contributor

Circle has built the linux x64 version of the Test Runner.

Learn more about this pre-release build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/13.6.3/linux-x64/develop-bf0597847e71f34303364929f9c34cdd6c0e7ad8/cypress.tgz

cypress-bot[bot] commented on Jan 5, 2024

@cypress-bot[bot]
Contributor

Circle has built the linux arm64 version of the Test Runner.

Learn more about this pre-release build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/13.6.3/linux-arm64/develop-bf0597847e71f34303364929f9c34cdd6c0e7ad8/cypress.tgz

cypress-bot[bot] commented on Jan 5, 2024

@cypress-bot[bot]
Contributor

Circle has built the darwin x64 version of the Test Runner.

Learn more about this pre-release build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/13.6.3/darwin-x64/develop-bf0597847e71f34303364929f9c34cdd6c0e7ad8/cypress.tgz

cypress-bot[bot] commented on Jan 5, 2024

@cypress-bot[bot]
Contributor

Circle has built the darwin arm64 version of the Test Runner.

Learn more about this pre-release build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/13.6.3/darwin-arm64/develop-bf0597847e71f34303364929f9c34cdd6c0e7ad8/cypress.tgz

cypress-bot[bot] commented on Jan 5, 2024

@cypress-bot[bot]
Contributor

Circle has built the win32 x64 version of the Test Runner.

Learn more about this pre-release build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/13.6.3/win32-x64/develop-bf0597847e71f34303364929f9c34cdd6c0e7ad8/cypress.tgz
Please sign in to comment.