Skip to content

Commit

Permalink
build: update Yarn to 4.5.0 (#45)
Browse files Browse the repository at this point in the history
Bumpts Yarn to 4.5.0.
  • Loading branch information
danroc authored Sep 19, 2024
1 parent c9f8656 commit 5b7416b
Show file tree
Hide file tree
Showing 4 changed files with 928 additions and 897 deletions.
894 changes: 0 additions & 894 deletions .yarn/releases/yarn-4.2.2.cjs

This file was deleted.

925 changes: 925 additions & 0 deletions .yarn/releases/yarn-4.5.0.cjs

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ enableGlobalCache: false

enableScripts: false

enableTelemetry: 0
enableTelemetry: false

logFilters:
- code: YN0004
Expand All @@ -16,4 +16,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-allow-scripts.cjs
spec: "https://raw.githubusercontent.com/LavaMoat/LavaMoat/main/packages/yarn-plugin-allow-scripts/bundles/@yarnpkg/plugin-allow-scripts.js"

yarnPath: .yarn/releases/yarn-4.2.2.cjs
yarnPath: .yarn/releases/yarn-4.5.0.cjs
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"typedoc": "^0.23.15",
"typescript": "~4.8.4"
},
"packageManager": "yarn@4.2.2",
"packageManager": "yarn@4.5.0",
"engines": {
"node": "^18.18 || >=20"
},
Expand Down

0 comments on commit 5b7416b

Please sign in to comment.