Skip to content

Commit

Permalink
Update yarn to v4.1.1 (#16203)
Browse files Browse the repository at this point in the history
  • Loading branch information
fisker committed Apr 4, 2024
1 parent 38c0680 commit 4fa4756
Show file tree
Hide file tree
Showing 7 changed files with 168 additions and 168 deletions.
324 changes: 162 additions & 162 deletions .yarn/releases/yarn-4.1.0.cjs → .yarn/releases/yarn-4.1.1.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.0.cjs
yarnPath: .yarn/releases/yarn-4.1.1.cjs
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -212,5 +212,5 @@
"not op_mini all"
],
"preferUnplugged": true,
"packageManager": "yarn@4.1.0"
"packageManager": "yarn@4.1.1"
}
2 changes: 1 addition & 1 deletion scripts/release/package.json
Expand Up @@ -15,5 +15,5 @@
"engines": {
"node": ">=18"
},
"packageManager": "yarn@4.1.0"
"packageManager": "yarn@4.1.1"
}
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.0"
"packageManager": "yarn@4.1.1"
}
Expand Up @@ -11,5 +11,5 @@
"test": "node test.js",
"test-coverage": "npx nyc node test.js"
},
"packageManager": "yarn@4.1.0"
"packageManager": "yarn@4.1.1"
}
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.0"
"packageManager": "yarn@4.1.1"
}

0 comments on commit 4fa4756

Please sign in to comment.