Update to Yarn 3.5.0

pull/373/head
Kelvin Schoofs 2 years ago
parent 831a247f4b
commit 4d389f3ee0

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -10,4 +10,4 @@ plugins:
preferInteractive: true preferInteractive: true
yarnPath: .yarn/releases/yarn-3.1.1.cjs yarnPath: .yarn/releases/yarn-3.5.0.cjs

@ -1,5 +1,5 @@
# # Changelog
## Unreleased ## Unreleased
@ -32,6 +32,7 @@
### Development changes ### Development changes
- Move the whole flag system from config.ts to flags.ts - Move the whole flag system from config.ts to flags.ts
- Updated Yarn to version 3.5.0
## v1.25.0 (2022-06-01) ## v1.25.0 (2022-06-01)

@ -439,5 +439,5 @@
"./common", "./common",
"./webview" "./webview"
], ],
"packageManager": "yarn@3.1.1" "packageManager": "yarn@3.5.0"
} }

Loading…
Cancel
Save