Skip to content

Commit ecdcd1b

Browse files
authored
Merge pull request #1190 from amvanbaren/update-yarn-4.9.1
Update yarn to 4.9.1
2 parents 1b6b2bc + ef49475 commit ecdcd1b

File tree

8 files changed

+1900
-1872
lines changed

8 files changed

+1900
-1872
lines changed

cli/.yarn/releases/yarn-4.5.1.cjs

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

cli/.yarn/releases/yarn-4.9.1.cjs

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

cli/.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ enableGlobalCache: false
44

55
nodeLinker: node-modules
66

7-
yarnPath: .yarn/releases/yarn-4.5.1.cjs
7+
yarnPath: .yarn/releases/yarn-4.9.1.cjs

cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,5 +71,5 @@
7171
"publish:latest": "yarn npm publish --tag latest",
7272
"load-extensions": "node scripts/load-test-extensions.js"
7373
},
74-
"packageManager": "yarn@4.5.1"
74+
"packageManager": "yarn@4.9.1"
7575
}

webui/.yarn/releases/yarn-4.5.1.cjs

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

webui/.yarn/releases/yarn-4.9.1.cjs

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

webui/.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ packageExtensions:
99
peerDependencies:
1010
"@babel/core": ^7.0.0
1111

12-
yarnPath: .yarn/releases/yarn-4.5.1.cjs
12+
yarnPath: .yarn/releases/yarn-4.9.1.cjs

webui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,5 +119,5 @@
119119
"publish:next": "yarn npm publish --tag next",
120120
"publish:latest": "yarn npm publish --tag latest"
121121
},
122-
"packageManager": "yarn@4.5.1"
122+
"packageManager": "yarn@4.9.1"
123123
}

0 commit comments

Comments
 (0)