Chore: Update yarn to 4.0.2 (#81056)

update yarn to 4.0.2
pull/81061/head
Josh Hunt 1 year ago committed by GitHub
parent 86cb412b1d
commit c6de657155
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 893
      .yarn/releases/yarn-4.0.0.cjs
  2. 893
      .yarn/releases/yarn-4.0.2.cjs
  3. 10
      .yarnrc.yml
  4. 2
      package.json

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -7,10 +7,10 @@ enableTelemetry: false
nodeLinker: pnp
packageExtensions:
"@storybook/core-common@7.4.5":
'@storybook/core-common@7.4.5':
dependencies:
'@storybook/react-webpack5': 7.4.5
"croact-css-styled@1.1.9":
'croact-css-styled@1.1.9':
dependencies:
croact: 1.0.4
doctrine@3.0.0:
@ -29,16 +29,16 @@ packageExtensions:
react-simple-compat: 1.2.2
react-icons@2.2.7:
peerDependencies:
prop-types: "*"
prop-types: '*'
react-resizable@3.0.4:
peerDependencies:
react-dom: 17.0.1
plugins:
- path: .yarn/plugins/@yarnpkg/plugin-outdated.cjs
spec: "https://mskelton.dev/yarn-outdated/v2"
spec: 'https://mskelton.dev/yarn-outdated/v2'
yarnPath: .yarn/releases/yarn-4.0.0.cjs
yarnPath: .yarn/releases/yarn-4.0.2.cjs
# Uncomment the following lines if you want to use Verdaccio local npm registry. Read more at packages/README.md
# npmScopes:
# grafana:

@ -429,7 +429,7 @@
"engines": {
"node": ">= 20"
},
"packageManager": "yarn@4.0.0",
"packageManager": "yarn@4.0.2",
"dependenciesMeta": {
"prettier@3.2.4": {
"unplugged": true

Loading…
Cancel
Save