Skip to content

Commit 3256bb1

Browse files
chore(deps): update dependency cypress to v8 (#1014)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 1311fe3 commit 3256bb1

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

tests/integration/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
"react-dom": "17.0.2"
1717
},
1818
"devDependencies": {
19-
"cypress": "7.7.0"
19+
"cypress": "8.0.0"
2020
}
2121
}

tests/web-platform/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
"@wdio/junit-reporter": "7.7.3",
1818
"@wdio/local-runner": "^7.0.0",
1919
"@wdio/mocha-framework": "7.7.4",
20-
"cypress": "7.7.0"
20+
"cypress": "8.0.0"
2121
}
2222
}

tests/web-platform/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1171,10 +1171,10 @@ css-value@^0.0.1:
11711171
resolved "https://registry.yarnpkg.com/css-value/-/css-value-0.0.1.tgz#5efd6c2eea5ea1fd6b6ac57ec0427b18452424ea"
11721172
integrity sha1-Xv1sLupeof1rasV+wEJ7GEUkJOo=
11731173

1174-
cypress@7.7.0:
1175-
version "7.7.0"
1176-
resolved "https://registry.yarnpkg.com/cypress/-/cypress-7.7.0.tgz#0839ae28e5520536f9667d6c9ae81496b3836e64"
1177-
integrity sha512-uYBYXNoI5ym0UxROwhQXWTi8JbUEjpC6l/bzoGZNxoKGsLrC1SDPgIDJMgLX/MeEdPL0UInXLDUWN/rSyZUCjQ==
1174+
cypress@8.0.0:
1175+
version "8.0.0"
1176+
resolved "https://registry.yarnpkg.com/cypress/-/cypress-8.0.0.tgz#bd68f4cff9ffb0c1176e9dd87d020cbdd0001ab8"
1177+
integrity sha512-Hhbc7FtbeCSg5Ui2zxXQLynk7IYGIygG8NqTauS4EtCWyp2k6s4g8P4KUZXwRbhuryN/+/dCd1kPtFbhBx8MuQ==
11781178
dependencies:
11791179
"@cypress/request" "^2.88.5"
11801180
"@cypress/xvfb" "^1.2.4"

0 commit comments

Comments
 (0)