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 Jan 5, 2024
1 parent 5a10f40 commit 7b381da
Show file tree
Hide file tree
Showing 5 changed files with 5,736 additions and 5,611 deletions.
768 changes: 0 additions & 768 deletions .yarn/releases/yarn-3.1.0.cjs

This file was deleted.

893 changes: 893 additions & 0 deletions .yarn/releases/yarn-4.0.2.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.0.2.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.10.0",
"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": "yarn@3.1.0"
"packageManager": "yarn@4.0.2"
}
Loading

0 comments on commit 7b381da

Please sign in to comment.