chore(deps): upgrade yarn to latest version 3.6.4

This commit is contained in:
Luke Watts
2023-10-19 16:59:01 +02:00
parent 3482e5b565
commit 9d97e71452
3 changed files with 133 additions and 135 deletions

File diff suppressed because one or more lines are too long

View File

@@ -10,8 +10,6 @@ nmMode: hardlinks-local
nodeLinker: node-modules
# Based on open issue: Storybook 7 migration not sucessful in monorepo
# https://github.com/storybookjs/storybook/issues/21710#issuecomment-1504976732
packageExtensions:
"@storybook/core-common@*":
dependencies:
@@ -21,4 +19,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: "@yarnpkg/plugin-workspace-tools"
yarnPath: .yarn/releases/yarn-3.6.3.cjs
yarnPath: .yarn/releases/yarn-3.6.4.cjs

View File

@@ -207,5 +207,5 @@
"npm": "please-use-yarn",
"node": ">=20"
},
"packageManager": "yarn@3.6.3"
"packageManager": "yarn@3.6.4"
}