Skip to content
Closed
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 examples/yarn-modern-pnp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"test": "cypress run"
},
"private": true,
"packageManager": "yarn@4.13.0",
"packageManager": "yarn@4.14.0",
"devDependencies": {
"cypress": "15.13.1"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/yarn-modern-pnp/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Manual changes might be lost - proceed with caution!

__metadata:
version: 8
version: 9
cacheKey: 10c0

"@cypress/request@npm:^3.0.10":
Expand Down
2 changes: 1 addition & 1 deletion examples/yarn-modern/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"test": "cypress run"
},
"private": true,
"packageManager": "yarn@4.13.0",
"packageManager": "yarn@4.14.0",
"devDependencies": {
"cypress": "15.13.1"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/yarn-modern/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Manual changes might be lost - proceed with caution!

__metadata:
version: 8
version: 9
cacheKey: 10c0

"@cypress/request@npm:^3.0.10":
Expand Down
Loading