Skip to content

Commit

Permalink
Update yarn to v4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ciffelia committed Nov 12, 2023
1 parent 7718dbd commit acc1ca0
Show file tree
Hide file tree
Showing 7 changed files with 2,179 additions and 2,701 deletions.
2 changes: 2 additions & 0 deletions devtools/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/.yarn/releases/** binary
/.yarn/plugins/** binary
541 changes: 0 additions & 541 deletions devtools/.yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs

This file was deleted.

874 changes: 0 additions & 874 deletions devtools/.yarn/releases/yarn-3.6.3.cjs

This file was deleted.

893 changes: 893 additions & 0 deletions devtools/.yarn/releases/yarn-4.0.1.cjs

Large diffs are not rendered by default.

6 changes: 2 additions & 4 deletions devtools/.yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"
compressionLevel: mixed

yarnPath: .yarn/releases/yarn-3.6.3.cjs
yarnPath: .yarn/releases/yarn-4.0.1.cjs
2 changes: 1 addition & 1 deletion devtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"generate-docker-tags": "node ./src/generateDockerTags.js",
"postinstall": "cd .. && husky install ./devtools/.husky"
},
"packageManager": "yarn@3.6.3",
"packageManager": "yarn@4.0.1",
"dependencies": {
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
Expand Down
Loading

0 comments on commit acc1ca0

Please sign in to comment.