Skip to content

Commit 41cf41c

Browse files
committed
bump to yarn 4
1 parent 6356e0c commit 41cf41c

File tree

5 files changed

+7928
-8749
lines changed

5 files changed

+7928
-8749
lines changed

Diff for: .gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
.idea
33
.yarn
44
.gradle
5-
!.yarn/releases
65
node_modules/
76
npm-debug.log
87
yarn-error.log

Diff for: .yarn/releases/yarn-3.4.1.cjs

-873
This file was deleted.

Diff for: .yarnrc.yml

+18-11
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,31 @@
1+
compressionLevel: mixed
2+
3+
enableGlobalCache: false
4+
15
enableTelemetry: false
6+
27
logFilters:
3-
- code: YN0007 # X must be built because it never has been before or the last one failed
8+
- code: YN0007
49
level: discard
5-
- code: YN0008 # X must be rebuilt because its dependency tree changed
10+
- code: YN0008
611
level: discard
7-
- code: YN0013 # X can't be found in the cache and will be fetched from the remote registry
12+
- code: YN0013
813
level: discard
14+
915
nodeLinker: node-modules
16+
1017
npmRegistryServer: "https://registry.npmjs.org"
18+
1119
packageExtensions:
1220
"@expo/cli@*":
1321
peerDependencies:
14-
"expo-modules-autolinking": "*"
15-
"babel-preset-expo@*":
22+
expo-modules-autolinking: "*"
23+
babel-preset-expo@*:
1624
peerDependencies:
17-
"@babel/core": "^7.0.0-0"
18-
"expo@*":
25+
"@babel/core": ^7.0.0-0
26+
expo-asset@*:
1927
peerDependencies:
20-
"@babel/core": "^7.0.0-0"
21-
"expo-asset@*":
28+
expo: "*"
29+
expo@*:
2230
peerDependencies:
23-
"expo": "*"
24-
yarnPath: .yarn/releases/yarn-3.4.1.cjs
31+
"@babel/core": ^7.0.0-0

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"workspaces": [
55
"packages/*"
66
],
7-
"packageManager": "yarn@3.4.1",
7+
"packageManager": "yarn@4.1.1",
88
"engines": {
99
"node": "v20.11.1"
1010
},

0 commit comments

Comments
 (0)