Skip to content

Commit

Permalink
bump to yarn 4
Browse files Browse the repository at this point in the history
  • Loading branch information
krizzu committed Mar 14, 2024
1 parent 6356e0c commit 41cf41c
Show file tree
Hide file tree
Showing 5 changed files with 7,928 additions and 8,749 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
.idea
.yarn
.gradle
!.yarn/releases
node_modules/
npm-debug.log
yarn-error.log
Expand Down
873 changes: 0 additions & 873 deletions .yarn/releases/yarn-3.4.1.cjs

This file was deleted.

29 changes: 18 additions & 11 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,31 @@
compressionLevel: mixed

enableGlobalCache: false

enableTelemetry: false

logFilters:
- code: YN0007 # X must be built because it never has been before or the last one failed
- code: YN0007
level: discard
- code: YN0008 # X must be rebuilt because its dependency tree changed
- code: YN0008
level: discard
- code: YN0013 # X can't be found in the cache and will be fetched from the remote registry
- code: YN0013
level: discard

nodeLinker: node-modules

npmRegistryServer: "https://registry.npmjs.org"

packageExtensions:
"@expo/cli@*":
peerDependencies:
"expo-modules-autolinking": "*"
"babel-preset-expo@*":
expo-modules-autolinking: "*"
babel-preset-expo@*:
peerDependencies:
"@babel/core": "^7.0.0-0"
"expo@*":
"@babel/core": ^7.0.0-0
expo-asset@*:
peerDependencies:
"@babel/core": "^7.0.0-0"
"expo-asset@*":
expo: "*"
expo@*:
peerDependencies:
"expo": "*"
yarnPath: .yarn/releases/yarn-3.4.1.cjs
"@babel/core": ^7.0.0-0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"workspaces": [
"packages/*"
],
"packageManager": "yarn@3.4.1",
"packageManager": "yarn@4.1.1",
"engines": {
"node": "v20.11.1"
},
Expand Down
Loading

0 comments on commit 41cf41c

Please sign in to comment.