Skip to content

Commit

Permalink
chore(pacakgeManger): upgrade yarn classic to berry
Browse files Browse the repository at this point in the history
upgrade yarn

Fix #3864
Close #3865
  • Loading branch information
netil authored and netil committed Jul 31, 2024
2 parents 78bbf62 + d435a50 commit 0cd83af
Show file tree
Hide file tree
Showing 4 changed files with 17,627 additions and 13,201 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
*.log
*.iml
package-lock.json
.yarn/*
/*.css
/*.html
/*.js
Expand Down
2 changes: 2 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
nodeLinker: node-modules
yarnPath: .yarn/releases/yarn-4.3.1.cjs
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -180,5 +180,6 @@
"webpack-merge": "^6.0.1",
"webpackbar": "^6.0.1",
"write-file-webpack-plugin": "^4.5.1"
}
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit 0cd83af

Please sign in to comment.