Skip to content

Commit

Permalink
chore(deps): update yarn to v3.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 21, 2024
1 parent 174b443 commit 19394eb
Show file tree
Hide file tree
Showing 8 changed files with 324 additions and 2,273 deletions.
783 changes: 0 additions & 783 deletions .yarn/releases/yarn-3.2.2.cjs

This file was deleted.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
yarnPath: .yarn/releases/yarn-3.2.2.cjs
yarnPath: .yarn/releases/yarn-3.8.3.cjs
nodeLinker: "node-modules"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@types/styled-components": "5.1.25",
"npm-run-all": "4.1.5"
},
"packageManager": "yarn@3.2.2",
"packageManager": "yarn@3.8.3",
"workspaces": [
"packages/*"
]
Expand Down
2 changes: 1 addition & 1 deletion packages/counter-pick/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "counter-pick",
"version": "0.1.0",
"private": true,
"packageManager": "yarn@3.2.2",
"packageManager": "yarn@3.8.3",
"dependencies": {
"@testing-library/jest-dom": "5.16.4",
"@testing-library/react": "13.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/frame/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name": "frame",
"packageManager": "yarn@3.2.1"
"packageManager": "yarn@3.8.3"
}
2 changes: 1 addition & 1 deletion packages/gsi/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name": "gsi",
"packageManager": "yarn@3.2.1"
"packageManager": "yarn@3.8.3"
}
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name": "ui",
"packageManager": "yarn@3.2.1"
"packageManager": "yarn@3.8.3"
}
Loading

0 comments on commit 19394eb

Please sign in to comment.