Skip to content

Commit

Permalink
chore(deps): update yarn to v4.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 13, 2024
1 parent 5734cd3 commit 1a59c5e
Show file tree
Hide file tree
Showing 5 changed files with 371 additions and 362 deletions.
725 changes: 367 additions & 358 deletions .yarn/releases/yarn-4.5.0.cjs → .yarn/releases/yarn-4.5.1.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 @@ -35,4 +35,4 @@ supportedArchitectures:
- linux
- darwin

yarnPath: .yarn/releases/yarn-4.5.0.cjs
yarnPath: .yarn/releases/yarn-4.5.1.cjs
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"url": "git+https://github.com/snowball-tech/fractal.git"
},
"bugs": "https://github.com/snowball-tech/fractal/issues",
"packageManager": "[email protected].0",
"packageManager": "[email protected].1",
"engines": {
"yarn": "^4.0.0",
"node": ">=18 <=20"
Expand Down
2 changes: 1 addition & 1 deletion packages/design-tokens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"license": "MIT",
"main": "dist/web/typescript/design-tokens.js",
"name": "@snowball-tech/design-tokens",
"packageManager": "[email protected].0",
"packageManager": "[email protected].1",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
Expand Down
2 changes: 1 addition & 1 deletion packages/fractal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
"main": "./dist/index.js",
"module": "./dist/index.js",
"name": "@snowball-tech/fractal",
"packageManager": "[email protected].0",
"packageManager": "[email protected].1",
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down

0 comments on commit 1a59c5e

Please sign in to comment.