Skip to content

Commit

Permalink
update yarn to v4 (#2043)
Browse files Browse the repository at this point in the history
  • Loading branch information
njzjz authored Oct 25, 2023
1 parent 2ade300 commit e3a5506
Show file tree
Hide file tree
Showing 5 changed files with 1,978 additions and 1,955 deletions.
874 changes: 0 additions & 874 deletions reacnetgenerator/static/webpack/.yarn/releases/yarn-3.6.4.cjs

This file was deleted.

893 changes: 893 additions & 0 deletions reacnetgenerator/static/webpack/.yarn/releases/yarn-4.0.0.cjs

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion reacnetgenerator/static/webpack/.yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
compressionLevel: mixed

enableGlobalCache: false

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-3.6.4.cjs
yarnPath: .yarn/releases/yarn-4.0.0.cjs
2 changes: 1 addition & 1 deletion reacnetgenerator/static/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@
"engines": {
"node": ">=10.x"
},
"packageManager": "yarn@3.6.4"
"packageManager": "yarn@4.0.0"
}
Loading

0 comments on commit e3a5506

Please sign in to comment.