diff --git a/examples/yarn-modern-pnp/.yarnrc.yml b/examples/yarn-modern-pnp/.yarnrc.yml new file mode 100644 index 000000000..201b1dd09 --- /dev/null +++ b/examples/yarn-modern-pnp/.yarnrc.yml @@ -0,0 +1,4 @@ +approvedGitRepositories: + - '**' + +enableScripts: true diff --git a/examples/yarn-modern-pnp/package.json b/examples/yarn-modern-pnp/package.json index 124f9c219..f4c37cc92 100644 --- a/examples/yarn-modern-pnp/package.json +++ b/examples/yarn-modern-pnp/package.json @@ -7,7 +7,7 @@ "test": "cypress run" }, "private": true, - "packageManager": "yarn@4.13.0", + "packageManager": "yarn@4.14.1", "devDependencies": { "cypress": "15.13.1" } diff --git a/examples/yarn-modern-pnp/yarn.lock b/examples/yarn-modern-pnp/yarn.lock index 89b9c8abd..1a0dded1c 100644 --- a/examples/yarn-modern-pnp/yarn.lock +++ b/examples/yarn-modern-pnp/yarn.lock @@ -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": diff --git a/examples/yarn-modern/.yarnrc.yml b/examples/yarn-modern/.yarnrc.yml index 3186f3f07..74a014733 100644 --- a/examples/yarn-modern/.yarnrc.yml +++ b/examples/yarn-modern/.yarnrc.yml @@ -1 +1,6 @@ +approvedGitRepositories: + - '**' + +enableScripts: true + nodeLinker: node-modules diff --git a/examples/yarn-modern/package.json b/examples/yarn-modern/package.json index 796a5203a..11cc618df 100644 --- a/examples/yarn-modern/package.json +++ b/examples/yarn-modern/package.json @@ -7,7 +7,7 @@ "test": "cypress run" }, "private": true, - "packageManager": "yarn@4.13.0", + "packageManager": "yarn@4.14.1", "devDependencies": { "cypress": "15.13.1" } diff --git a/examples/yarn-modern/yarn.lock b/examples/yarn-modern/yarn.lock index 4144d24a8..5ef87c620 100644 --- a/examples/yarn-modern/yarn.lock +++ b/examples/yarn-modern/yarn.lock @@ -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":