Skip to content

Commit

Permalink
feat: upgrade yarn to v4 (#242)
Browse files Browse the repository at this point in the history
  • Loading branch information
krozniata authored Jan 14, 2025
1 parent 5c7c3b2 commit e83e0f2
Show file tree
Hide file tree
Showing 7 changed files with 7,123 additions and 7,634 deletions.
541 changes: 0 additions & 541 deletions .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs

This file was deleted.

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

This file was deleted.

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

This file was deleted.

934 changes: 934 additions & 0 deletions .yarn/releases/yarn-4.6.0.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-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: "@yarnpkg/plugin-workspace-tools"
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-3.6.1.cjs
yarnPath: .yarn/releases/yarn-4.6.0.cjs
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"resolutions": {
"@types/react": "^18.2.44"
},
"packageManager": "yarn@3.6.1",
"packageManager": "yarn@4.6.0",
"devDependencies": {
"@commitlint/config-conventional": "^17.0.2",
"commitlint": "^17.0.2",
Expand Down
12,366 changes: 6,183 additions & 6,183 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit e83e0f2

Please sign in to comment.