Skip to content

Commit 10643b4

Browse files
committed
bump to yarn 4
1 parent a2ff290 commit 10643b4

File tree

8 files changed

+7927
-8754
lines changed

8 files changed

+7927
-8754
lines changed

.github/workflows/default-storage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: default-storage
1+
name: Default storage
22
on:
33
push:
44
branches:

.github/workflows/stale.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Mark stale issues and pull requests
1+
name: Stale issue
22
on:
33
schedule:
44
- cron: "30 1 * * *"

.github/workflows/website-deployment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Website Deployment
1+
name: Website
22
on:
33
push:
44
branches:

.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

.yarn/releases/yarn-3.4.1.cjs

-873
This file was deleted.

.yarnrc.yml

+14-13
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,25 @@
1+
enableGlobalCache: false
12
enableTelemetry: false
3+
nodeLinker: node-modules
4+
npmRegistryServer: "https://registry.npmjs.org"
25
logFilters:
3-
- code: YN0007 # X must be built because it never has been before or the last one failed
6+
- code: YN0007
47
level: discard
5-
- code: YN0008 # X must be rebuilt because its dependency tree changed
8+
- code: YN0008
69
level: discard
7-
- code: YN0013 # X can't be found in the cache and will be fetched from the remote registry
10+
- code: YN0013
811
level: discard
9-
nodeLinker: node-modules
10-
npmRegistryServer: "https://registry.npmjs.org"
12+
1113
packageExtensions:
1214
"@expo/cli@*":
1315
peerDependencies:
14-
"expo-modules-autolinking": "*"
15-
"babel-preset-expo@*":
16+
expo-modules-autolinking: "*"
17+
babel-preset-expo@*:
1618
peerDependencies:
17-
"@babel/core": "^7.0.0-0"
18-
"expo@*":
19+
"@babel/core": ^7.0.0-0
20+
expo-asset@*:
1921
peerDependencies:
20-
"@babel/core": "^7.0.0-0"
21-
"expo-asset@*":
22+
expo: "*"
23+
expo@*:
2224
peerDependencies:
23-
"expo": "*"
24-
yarnPath: .yarn/releases/yarn-3.4.1.cjs
25+
"@babel/core": ^7.0.0-0

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)