Skip to content

Commit ef88a73

Browse files
M-i-k-e-ligorgn
andauthored
Update yarn to version 4.12.0 (#3853)
* Update yarn to version 4.12.0 * public * Revert "public" This reverts commit ad5889e. --------- Co-authored-by: Igorsky <[email protected]>
1 parent 2553898 commit ef88a73

File tree

6 files changed

+4632
-4551
lines changed

6 files changed

+4632
-4551
lines changed

.yarn/releases/yarn-3.4.1.cjs

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

.yarn/releases/yarn-4.12.0.cjs

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

.yarnrc

Lines changed: 0 additions & 1 deletion
This file was deleted.

.yarnrc.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
compressionLevel: 0
2+
3+
enableGlobalCache: true
4+
5+
enableTelemetry: false
6+
7+
nmMode: hardlinks-local
8+
19
nodeLinker: node-modules
210

3-
yarnPath: .yarn/releases/yarn-3.4.1.cjs
11+
npmRegistryServer: "https://registry.npmjs.org/"
12+
npmMinimalAgeGate: "14d"
13+
npmPreapprovedPackages: ["@wix/*"]
14+
15+
yarnPath: .yarn/releases/yarn-4.12.0.cjs

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,5 +185,6 @@
185185
"!lib/scripts",
186186
"lib/package.json",
187187
"lib/ReactNativeUILib.podspec"
188-
]
188+
],
189+
"packageManager": "[email protected]"
189190
}

0 commit comments

Comments
 (0)