Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"@vitejs/plugin-react": "4.7.0",
"chromatic": "13.1.3",
"cssnano": "7.1.1",
"cypress": "14.5.4",
"cypress": "15.0.0",
"cypress-real-events": "1.14.0",
"dedent": "1.6.0",
"documentation": "14.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/cypress-commands/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"peerDependencies": {
"@ui5/webcomponents": "~2.13.1",
"@ui5/webcomponents-base": "~2.13.1",
"cypress": "^12 || ^13 || ^14"
"cypress": "^12 || ^13 || ^14 || ^15"
},
"peerDependenciesMeta": {
"@ui5/webcomponents": {
Expand Down
23 changes: 15 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4709,7 +4709,7 @@ __metadata:
peerDependencies:
"@ui5/webcomponents": ~2.13.1
"@ui5/webcomponents-base": ~2.13.1
cypress: ^12 || ^13 || ^14
cypress: ^12 || ^13 || ^14 || ^15
peerDependenciesMeta:
"@ui5/webcomponents":
optional: true
Expand Down Expand Up @@ -7725,9 +7725,9 @@ __metadata:
languageName: node
linkType: hard

"cypress@npm:14.5.4":
version: 14.5.4
resolution: "cypress@npm:14.5.4"
"cypress@npm:15.0.0":
version: 15.0.0
resolution: "cypress@npm:15.0.0"
dependencies:
"@cypress/request": "npm:^3.0.9"
"@cypress/xvfb": "npm:^1.2.4"
Expand Down Expand Up @@ -7769,13 +7769,13 @@ __metadata:
request-progress: "npm:^3.0.0"
semver: "npm:^7.7.1"
supports-color: "npm:^8.1.1"
tmp: "npm:~0.2.3"
tmp: "npm:~0.2.4"
tree-kill: "npm:1.2.2"
untildify: "npm:^4.0.0"
yauzl: "npm:^2.10.0"
bin:
cypress: bin/cypress
checksum: 10c0/e4ded8f0ae8a6c56ac9ee615fc62d4b5c6543634035edaa5d5cbd67d6cd45457eef02a67ac90d0aa6f4fbfe25663513f782a6351f9305fd572e89a3ef587d3ab
checksum: 10c0/601d16909fe013c383ad49f6f736183bcbe64e7b774ba696842d06d865e013f1d64b3fe176e89ce0c127004a97d1d1035ec2f4bf71b00faedbf1b8761cc969b6
languageName: node
linkType: hard

Expand Down Expand Up @@ -19423,13 +19423,20 @@ __metadata:
languageName: node
linkType: hard

"tmp@npm:~0.2.1, tmp@npm:~0.2.3":
"tmp@npm:~0.2.1":
version: 0.2.3
resolution: "tmp@npm:0.2.3"
checksum: 10c0/3e809d9c2f46817475b452725c2aaa5d11985cf18d32a7a970ff25b568438e2c076c2e8609224feef3b7923fa9749b74428e3e634f6b8e520c534eef2fd24125
languageName: node
linkType: hard

"tmp@npm:~0.2.4":
version: 0.2.5
resolution: "tmp@npm:0.2.5"
checksum: 10c0/cee5bb7d674bb4ba3ab3f3841c2ca7e46daeb2109eec395c1ec7329a91d52fcb21032b79ac25161a37b2565c4858fefab927af9735926a113ef7bac9091a6e0e
languageName: node
linkType: hard

"to-regex-range@npm:^5.0.1":
version: 5.0.1
resolution: "to-regex-range@npm:5.0.1"
Expand Down Expand Up @@ -19896,7 +19903,7 @@ __metadata:
"@vitejs/plugin-react": "npm:4.7.0"
chromatic: "npm:13.1.3"
cssnano: "npm:7.1.1"
cypress: "npm:14.5.4"
cypress: "npm:15.0.0"
cypress-real-events: "npm:1.14.0"
dedent: "npm:1.6.0"
documentation: "npm:14.0.3"
Expand Down
Loading