Skip to content

Commit 2810a01

Browse files
committed
bump to yarn 4
1 parent 6356e0c commit 2810a01

File tree

8 files changed

+7931
-8752
lines changed

8 files changed

+7931
-8752
lines changed

Diff for: .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:

Diff for: .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 * * *"

Diff for: .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:

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)