Skip to content

Commit

Permalink
pkg: Update Yarn to v4.5.2 (#3283)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 24, 2024
1 parent 4095003 commit eddcf2f
Show file tree
Hide file tree
Showing 7 changed files with 298 additions and 305 deletions.
584 changes: 292 additions & 292 deletions .yarn/releases/yarn-4.5.1.cjs → .yarn/releases/yarn-4.5.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
Expand Up @@ -4,4 +4,4 @@ changesetIgnorePatterns:

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.5.1.cjs
yarnPath: .yarn/releases/yarn-4.5.2.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.9",
"packageManager": "[email protected].1",
"packageManager": "[email protected].2",
"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 @@ -62,5 +62,5 @@
"remark-remove-comments": "^1.0.1",
"uuid": "^11.0.0"
},
"packageManager": "[email protected].1"
"packageManager": "[email protected].2"
}
2 changes: 1 addition & 1 deletion examples/todo-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@
"react-dom": "19.0.0-rc.1",
"uuid": "^11.0.0"
},
"packageManager": "[email protected].1"
"packageManager": "[email protected].2"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
"whatwg-fetch": "3.0.0",
"downlevel-dts/typescript": "4.9.0-dev.20220903"
},
"packageManager": "[email protected].1",
"packageManager": "[email protected].2",
"prettier": {
"printWidth": 80,
"semi": true,
Expand Down
9 changes: 1 addition & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7479,14 +7479,7 @@ __metadata:
languageName: node
linkType: hard

"@types/qs@npm:*":
version: 6.9.7
resolution: "@types/qs@npm:6.9.7"
checksum: 10c0/157eb05f4c75790b0ebdcf7b0547ff117feabc8cda03c3cac3d3ea82bb19a1912e76a411df3eb0bdd01026a9770f07bc0e7e3fbe39ebb31c1be4564c16be35f1
languageName: node
linkType: hard

"@types/qs@npm:^6":
"@types/qs@npm:*, @types/qs@npm:^6":
version: 6.9.17
resolution: "@types/qs@npm:6.9.17"
checksum: 10c0/a183fa0b3464267f8f421e2d66d960815080e8aab12b9aadab60479ba84183b1cdba8f4eff3c06f76675a8e42fe6a3b1313ea76c74f2885c3e25d32499c17d1b
Expand Down

0 comments on commit eddcf2f

Please sign in to comment.