Skip to content

Commit

Permalink
Merge pull request #4535 from easyops-cn/renovate/next-cypress-packages
Browse files Browse the repository at this point in the history
chore(deps): Update cypress packages to ^13.15.1 (next)
  • Loading branch information
weareoutman authored Oct 25, 2024
2 parents e8bfe05 + 80e937a commit 87eaf37
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.8"
services:
e2e:
image: cypress/included:13.15.0
image: cypress/included:13.15.1
working_dir: /app
volumes:
- '.:/app'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"babel-jest": "^29.7.0",
"concurrently": "^9.0.1",
"cross-env": "^7.0.3",
"cypress": "^13.15.0",
"cypress": "^13.15.1",
"eslint": "^8.57.1",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^4.6.2",
Expand Down
11 changes: 6 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5281,10 +5281,10 @@ csstype@^3.0.2:
resolved "https://registry.npmjs.org/csstype/-/csstype-3.1.1.tgz#841b532c45c758ee546a11d5bd7b7b473c8c30b9"
integrity sha512-DJR/VvkAvSZW9bTouZue2sSxDwdTN92uHjqeKVm+0dAqdfNykRzQ95tay8aXMBAAPpUiq4Qcug2L7neoRh2Egw==

cypress@^13.15.0:
version "13.15.0"
resolved "https://registry.npmjs.org/cypress/-/cypress-13.15.0.tgz#5eca5387ef34b2e611cfa291967c69c2cd39381d"
integrity sha512-53aO7PwOfi604qzOkCSzNlWquCynLlKE/rmmpSPcziRH6LNfaDUAklQT6WJIsD8ywxlIy+uVZsnTMCCQVd2kTw==
cypress@^13.15.1:
version "13.15.1"
resolved "https://registry.npmjs.org/cypress/-/cypress-13.15.1.tgz#d85074e07cc576eb30068617d529719ef6093b69"
integrity sha512-DwUFiKXo4lef9kA0M4iEhixFqoqp2hw8igr0lTqafRb9qtU3X0XGxKbkSYsUFdkrAkphc7MPDxoNPhk5pj9PVg==
dependencies:
"@cypress/request" "^3.0.4"
"@cypress/xvfb" "^1.2.4"
Expand Down Expand Up @@ -5326,6 +5326,7 @@ cypress@^13.15.0:
semver "^7.5.3"
supports-color "^8.1.1"
tmp "~0.2.3"
tree-kill "1.2.2"
untildify "^4.0.0"
yauzl "^2.10.0"

Expand Down Expand Up @@ -12902,7 +12903,7 @@ tr46@~0.0.3:
resolved "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz"
integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=

tree-kill@^1.2.2:
tree-kill@1.2.2, tree-kill@^1.2.2:
version "1.2.2"
resolved "https://registry.npmjs.org/tree-kill/-/tree-kill-1.2.2.tgz"
integrity sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==
Expand Down

0 comments on commit 87eaf37

Please sign in to comment.