Skip to content

Commit

Permalink
pkg: Update Yarn to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 25, 2023
1 parent b0d9b47 commit 6852d97
Show file tree
Hide file tree
Showing 8 changed files with 10,529 additions and 10,510 deletions.
874 changes: 0 additions & 874 deletions .yarn/releases/yarn-3.6.4.cjs

This file was deleted.

893 changes: 893 additions & 0 deletions .yarn/releases/yarn-4.0.0.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 @@ -12,4 +12,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"

yarnPath: .yarn/releases/yarn-3.6.4.cjs
yarnPath: .yarn/releases/yarn-4.0.0.cjs
2 changes: 1 addition & 1 deletion examples/coin-app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "coinbase-lite",
"version": "0.0.1",
"packageManager": "yarn@3.6.4",
"packageManager": "yarn@4.0.0",
"description": "Coin App",
"scripts": {
"lint": "eslint src --ext .ts,.tsx",
Expand Down
2 changes: 1 addition & 1 deletion examples/github-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,5 @@
"remark-remove-comments": "^1.0.1",
"uuid": "^9.0.0"
},
"packageManager": "yarn@3.6.4"
"packageManager": "yarn@4.0.0"
}
2 changes: 1 addition & 1 deletion examples/todo-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@
"react-dom": "18.2.0",
"uuid": "^9.0.0"
},
"packageManager": "yarn@3.6.4"
"packageManager": "yarn@4.0.0"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
"resolutions": {
"whatwg-fetch": "3.0.0"
},
"packageManager": "yarn@3.6.4",
"packageManager": "yarn@4.0.0",
"prettier": {
"printWidth": 80,
"semi": true,
Expand Down
19,262 changes: 9,631 additions & 9,631 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 6852d97

Please sign in to comment.