Skip to content

Commit

Permalink
Yarn upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
FirstWhack committed Jun 9, 2024
1 parent 83c4027 commit 66dd051
Show file tree
Hide file tree
Showing 6 changed files with 2,723 additions and 2,625 deletions.
28 changes: 0 additions & 28 deletions .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs

This file was deleted.

768 changes: 0 additions & 768 deletions .yarn/releases/yarn-3.1.1.cjs

This file was deleted.

894 changes: 894 additions & 0 deletions .yarn/releases/yarn-4.2.2.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-workspace-tools.cjs
spec: "@yarnpkg/plugin-workspace-tools"
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-3.1.1.cjs
yarnPath: .yarn/releases/yarn-4.2.2.cjs
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
},
"scripts": {
"start:sandbox": "yarn install && yarn start",
"start": "yarn workspaces foreach -piv run start",
"build": "yarn workspaces foreach -piv run build"
"start": "yarn workspaces foreach --all -piv run start",
"build": "yarn workspaces foreach --all -piv run build"
},
"keywords": [],
"name": "react-sharedmobx-mfe-example",
"description": "",
"packageManager": "yarn@3.1.1"
"packageManager": "yarn@4.2.2"
}
Loading

0 comments on commit 66dd051

Please sign in to comment.