Skip to content

Commit

Permalink
deps: update Yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
clementprevot committed Mar 11, 2024
1 parent 329894a commit 6261ff7
Show file tree
Hide file tree
Showing 6 changed files with 167 additions and 167 deletions.
324 changes: 162 additions & 162 deletions .yarn/releases/yarn-4.1.0.cjs → .yarn/releases/yarn-4.1.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 @@ -31,4 +31,4 @@ supportedArchitectures:
- linux
- darwin

yarnPath: .yarn/releases/yarn-4.1.0.cjs
yarnPath: .yarn/releases/yarn-4.1.1.cjs
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ Then make sure you have the latest 4.x.x version installed:
yarn --version
```
This should output a 4.x.x version _(e.g. "4.1.0")_.
This should output a 4.x.x version _(e.g. "4.1.1")_.
</details>
Expand Down
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.x"
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 @@ -22,7 +22,7 @@
"directory": "packages/design-tokens"
},
"bugs": "https://github.com/snowball-tech/fractal/issues",
"packageManager": "[email protected].0",
"packageManager": "[email protected].1",
"engines": {
"yarn": "^4.0.0",
"node": "18.x"
Expand Down
2 changes: 1 addition & 1 deletion packages/fractal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"directory": "packages/fractal"
},
"bugs": "https://github.com/snowball-tech/fractal/issues",
"packageManager": "[email protected].0",
"packageManager": "[email protected].1",
"engines": {
"yarn": "^4.0.0",
"node": "18.x"
Expand Down

0 comments on commit 6261ff7

Please sign in to comment.