Skip to content

Commit 732dbb7

Browse files
committed
Install Yarn4
1 parent a811f49 commit 732dbb7

File tree

6 files changed

+29042
-19856
lines changed

6 files changed

+29042
-19856
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
.secrets
66
*.log
77

8+
.yarn/*
9+
!.yarn/releases/*
10+
!.yarn/plugins/*
11+
812
node_modules/
913
coverage/
1014
.nyc_output

.yarn/releases/yarn-4.9.1.cjs

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

.yarnrc

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

.yarnrc.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
compressionLevel: mixed
2+
3+
enableGlobalCache: false
4+
5+
nodeLinker: node-modules
6+
7+
yarnPath: .yarn/releases/yarn-4.9.1.cjs

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"examples/graphiql-webpack"
1313
]
1414
},
15-
"packageManager": "yarn@1.22.22",
15+
"packageManager": "yarn@4.9.1",
1616
"scripts": {
1717
"types:check": "turbo run types:check",
1818
"dev:graphiql": "turbo run dev --filter=graphiql...",

0 commit comments

Comments
 (0)