Skip to content

Commit 66dd051

Browse files
committed
Yarn upgrade
1 parent 83c4027 commit 66dd051

File tree

6 files changed

+2723
-2625
lines changed

6 files changed

+2723
-2625
lines changed

.yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs

Lines changed: 0 additions & 28 deletions
This file was deleted.

.yarn/releases/yarn-3.1.1.cjs

Lines changed: 0 additions & 768 deletions
This file was deleted.

.yarn/releases/yarn-4.2.2.cjs

Lines changed: 894 additions & 0 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
nodeLinker: node-modules
1+
compressionLevel: mixed
2+
3+
enableGlobalCache: false
24

3-
plugins:
4-
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
5-
spec: "@yarnpkg/plugin-workspace-tools"
5+
nodeLinker: node-modules
66

7-
yarnPath: .yarn/releases/yarn-3.1.1.cjs
7+
yarnPath: .yarn/releases/yarn-4.2.2.cjs

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
},
88
"scripts": {
99
"start:sandbox": "yarn install && yarn start",
10-
"start": "yarn workspaces foreach -piv run start",
11-
"build": "yarn workspaces foreach -piv run build"
10+
"start": "yarn workspaces foreach --all -piv run start",
11+
"build": "yarn workspaces foreach --all -piv run build"
1212
},
1313
"keywords": [],
1414
"name": "react-sharedmobx-mfe-example",
1515
"description": "",
16-
"packageManager": "yarn@3.1.1"
16+
"packageManager": "yarn@4.2.2"
1717
}

0 commit comments

Comments
 (0)