Skip to content

Commit

Permalink
build(yarn): upgrade yarn to 4.5.1 (#576)
Browse files Browse the repository at this point in the history
* fix(yarn): upgrade yarn to 4.5.1

Upgrade yarn to the latest version.

The interactive-tools plugin is included by default
  • Loading branch information
LukeGu-web authored Nov 6, 2024
1 parent 8a8d3dc commit 6f1d772
Show file tree
Hide file tree
Showing 7 changed files with 9,582 additions and 10,063 deletions.
541 changes: 0 additions & 541 deletions .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs

This file was deleted.

874 changes: 0 additions & 874 deletions .yarn/releases/yarn-3.6.4.cjs

This file was deleted.

934 changes: 934 additions & 0 deletions .yarn/releases/yarn-4.5.1.cjs

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
nodeLinker: node-modules
compressionLevel: mixed

enableGlobalCache: false

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-3.6.4.cjs
yarnPath: .yarn/releases/yarn-4.5.1.cjs
6,026 changes: 3,013 additions & 3,013 deletions RNFBSDKExample/yarn.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
"node_modules/",
"lib/"
],
"packageManager": "yarn@3.6.4",
"packageManager": "yarn@4.5.1",
"engines": {
"node": ">=18"
}
Expand Down
Loading

0 comments on commit 6f1d772

Please sign in to comment.