Skip to content

Commit

Permalink
Update to Yarn 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SchoofsKelvin committed Mar 25, 2023
1 parent 831a247 commit 4d389f3
Show file tree
Hide file tree
Showing 5 changed files with 877 additions and 771 deletions.
768 changes: 0 additions & 768 deletions .yarn/releases/yarn-3.1.1.cjs

This file was deleted.

873 changes: 873 additions & 0 deletions .yarn/releases/yarn-3.5.0.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ plugins:

preferInteractive: true

yarnPath: .yarn/releases/yarn-3.1.1.cjs
yarnPath: .yarn/releases/yarn-3.5.0.cjs
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

#
# Changelog

## Unreleased

Expand Down Expand Up @@ -32,6 +32,7 @@

### Development changes
- Move the whole flag system from config.ts to flags.ts
- Updated Yarn to version 3.5.0

## v1.25.0 (2022-06-01)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -439,5 +439,5 @@
"./common",
"./webview"
],
"packageManager": "yarn@3.1.1"
"packageManager": "yarn@3.5.0"
}

0 comments on commit 4d389f3

Please sign in to comment.