Skip to content

Commit

Permalink
chore(deps): update yarn to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 10, 2024
1 parent e2bc9e2 commit dd3f3c1
Show file tree
Hide file tree
Showing 5 changed files with 5,881 additions and 5,755 deletions.
768 changes: 0 additions & 768 deletions .yarn/releases/yarn-3.1.0.cjs

This file was deleted.

894 changes: 894 additions & 0 deletions .yarn/releases/yarn-4.3.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
@@ -1,5 +1,5 @@
---
yarnPath: ".yarn/releases/yarn-3.1.0.cjs"
yarnPath: ".yarn/releases/yarn-4.3.1.cjs"
nodeLinker: "node-modules"
supportedArchitectures:
os: [linux, darwin]
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
},
"engines": {
"node": "20.15.1",
"yarn": "3.x"
"yarn": "4.x"
},
"scripts": {
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
Expand All @@ -177,5 +177,5 @@
"@types/react": "^16.9.46",
"@types/react-dom": "^16.9.8"
},
"packageManager": "[email protected].0"
"packageManager": "yarn@4.3.1"
}
Loading

0 comments on commit dd3f3c1

Please sign in to comment.