Skip to content

Commit

Permalink
Update yarn to v4.2.2 (#16278)
Browse files Browse the repository at this point in the history
  • Loading branch information
fisker committed May 10, 2024
1 parent da772ff commit f37cc03
Show file tree
Hide file tree
Showing 8 changed files with 304 additions and 303 deletions.
593 changes: 297 additions & 296 deletions .yarn/releases/yarn-4.1.1.cjs → .yarn/releases/yarn-4.2.2.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Expand Up @@ -9,4 +9,4 @@ nodeLinker: node-modules
plugins:
- .yarn/plugins/plugin-setup-editor.cjs

yarnPath: .yarn/releases/yarn-4.1.1.cjs
yarnPath: .yarn/releases/yarn-4.2.2.cjs
2 changes: 1 addition & 1 deletion netlify.toml
Expand Up @@ -3,7 +3,7 @@

[build.environment]
NODE_VERSION = "lts/*"
YARN_VERSION = "1.22.19"
YARN_VERSION = "1.22.22"

[[headers]]
for = "/worker.js"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -211,5 +211,5 @@
"not op_mini all"
],
"preferUnplugged": true,
"packageManager": "yarn@4.1.1"
"packageManager": "yarn@4.2.2"
}
2 changes: 1 addition & 1 deletion scripts/release/package.json
Expand Up @@ -15,5 +15,5 @@
"engines": {
"node": ">=18"
},
"packageManager": "yarn@4.1.1"
"packageManager": "yarn@4.2.2"
}
2 changes: 1 addition & 1 deletion scripts/tools/bundle-test/package.json
Expand Up @@ -9,5 +9,5 @@
"scripts": {
"test": "node ./index.js"
},
"packageManager": "yarn@4.1.1"
"packageManager": "yarn@4.2.2"
}
Expand Up @@ -11,5 +11,5 @@
"test": "node test.js",
"test-coverage": "npx nyc node test.js"
},
"packageManager": "yarn@4.1.1"
"packageManager": "yarn@4.2.2"
}
2 changes: 1 addition & 1 deletion website/package.json
Expand Up @@ -26,5 +26,5 @@
"webpack": "5.90.1",
"webpack-cli": "5.1.4"
},
"packageManager": "yarn@4.1.1"
"packageManager": "yarn@4.2.2"
}

0 comments on commit f37cc03

Please sign in to comment.