Skip to content

Commit

Permalink
chore(deps): update yarn to v4.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 1, 2025
1 parent 6dc2246 commit 40b08f6
Show file tree
Hide file tree
Showing 7 changed files with 617 additions and 1,007 deletions.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .anonymizer/.yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ compressionLevel: mixed

enableGlobalCache: false

yarnPath: .yarn/releases/yarn-4.6.0.cjs
yarnPath: .yarn/releases/yarn-4.7.0.cjs
2 changes: 1 addition & 1 deletion .anonymizer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": ".anonymizer",
"packageManager": "yarn@4.6.0",
"packageManager": "yarn@4.7.0",
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
Expand Down
583 changes: 292 additions & 291 deletions .yarn/releases/yarn-4.6.0.cjs → .yarn/releases/yarn-4.7.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 @@ -10,4 +10,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-fetch.cjs
spec: "https://raw.githubusercontent.com/devthejo/yarn-plugin-fetch/master/bundles/@yarnpkg/plugin-fetch.js"

yarnPath: .yarn/releases/yarn-4.6.0.cjs
yarnPath: .yarn/releases/yarn-4.7.0.cjs
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@
"packages/*"
]
},
"packageManager": "yarn@4.6.0"
"packageManager": "yarn@4.7.0"
}
Loading

0 comments on commit 40b08f6

Please sign in to comment.