Skip to content

Commit

Permalink
chore: update yarn to 4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MaikoTan committed Jan 3, 2024
1 parent 90e4851 commit 640414f
Show file tree
Hide file tree
Showing 8 changed files with 3,384 additions and 5,331 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -146,4 +146,4 @@ accounts/*/*
!accounts/enc/*

# Test
/test/
/test
550 changes: 0 additions & 550 deletions .yarn/plugins/@yarnpkg/plugin-version.cjs

This file was deleted.

28 changes: 0 additions & 28 deletions .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs

This file was deleted.

786 changes: 0 additions & 786 deletions .yarn/releases/yarn-3.2.1.cjs

This file was deleted.

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

Large diffs are not rendered by default.

12 changes: 5 additions & 7 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
nodeLinker: node-modules
compressionLevel: mixed

enableGlobalCache: false

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: "@yarnpkg/plugin-workspace-tools"
- path: .yarn/plugins/@yarnpkg/plugin-version.cjs
spec: "@yarnpkg/plugin-version"
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-3.2.1.cjs
yarnPath: .yarn/releases/yarn-4.0.2.cjs
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,15 @@
},
"workspaces": [
"plugins/*",
"packages/*",
"test"
"packages/*"
],
"private": true,
"engines": {
"node": "~18.7.0",
"yarn": "^1.17.0",
"npm": "please use yarn"
},
"packageManager": "yarn@3.2.1",
"packageManager": "yarn@4.0.2",
"devDependencies": {
"@commitlint/cli": "^17.3.0",
"@commitlint/config-conventional": "^17.3.0",
Expand Down
Loading

0 comments on commit 640414f

Please sign in to comment.