Skip to content

Commit 84d4988

Browse files
authored
Merge pull request #4607 from easyops-cn/renovate/next-major-cypress-packages
chore(deps): Update cypress packages to v14 (next) (major)
2 parents ea3d730 + 1e01c68 commit 84d4988

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: "3.8"
22
services:
33
e2e:
4-
image: cypress/included:13.15.2
4+
image: cypress/included:14.0.2
55
working_dir: /app
66
volumes:
77
- '.:/app'

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"babel-jest": "^29.7.0",
5858
"concurrently": "^9.1.0",
5959
"cross-env": "^7.0.3",
60-
"cypress": "^13.15.2",
60+
"cypress": "^14.0.2",
6161
"eslint": "^8.57.1",
6262
"eslint-plugin-react": "^7.37.2",
6363
"eslint-plugin-react-hooks": "^4.6.2",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -5280,10 +5280,10 @@ csstype@^3.0.2:
52805280
resolved "https://registry.npmjs.org/csstype/-/csstype-3.1.1.tgz#841b532c45c758ee546a11d5bd7b7b473c8c30b9"
52815281
integrity sha512-DJR/VvkAvSZW9bTouZue2sSxDwdTN92uHjqeKVm+0dAqdfNykRzQ95tay8aXMBAAPpUiq4Qcug2L7neoRh2Egw==
52825282

5283-
cypress@^13.15.2:
5284-
version "13.15.2"
5285-
resolved "https://registry.npmjs.org/cypress/-/cypress-13.15.2.tgz#ef19554c274bc4ff23802aeb5c52951677fa67f1"
5286-
integrity sha512-ARbnUorjcCM3XiPwgHKuqsyr5W9Qn+pIIBPaoilnoBkLdSC2oLQjV1BUpnmc7KR+b7Avah3Ly2RMFnfxr96E/A==
5283+
cypress@^14.0.2:
5284+
version "14.0.2"
5285+
resolved "https://registry.npmjs.org/cypress/-/cypress-14.0.2.tgz#6d4811685a43911f70690bf0b2abbef991190412"
5286+
integrity sha512-3qqTU2JoVY262qkYg9I2nohwxcfsJk0dSVp/LXAjD94Jz2y6411Mf/l5uHEHiaANrOmMcHbzYgOd/ueDsZlS7A==
52875287
dependencies:
52885288
"@cypress/request" "^3.0.6"
52895289
"@cypress/xvfb" "^1.2.4"

0 commit comments

Comments
 (0)