Skip to content

Commit

Permalink
chore(deps): update yarn to v4 (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
sabertazimi authored Dec 26, 2023
1 parent 5cdc0a0 commit dd207fe
Show file tree
Hide file tree
Showing 5 changed files with 1,284 additions and 1,262 deletions.
875 changes: 0 additions & 875 deletions .yarn/releases/yarn-3.7.0.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.

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

enableGlobalCache: false

nodeLinker: node-modules

npmPublishAccess: public
Expand All @@ -6,4 +10,4 @@ npmPublishRegistry: "https://registry.npmjs.org"

npmRegistryServer: "https://registry.npmjs.org"

yarnPath: .yarn/releases/yarn-3.7.0.cjs
yarnPath: .yarn/releases/yarn-4.0.2.cjs
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"release": "commit-and-tag-version -s",
"build": "echo Building work."
},
"packageManager": "yarn@3.7.0",
"packageManager": "yarn@4.0.2",
"devDependencies": {
"commit-and-tag-version": "^12.0.0"
}
Expand Down
Loading

0 comments on commit dd207fe

Please sign in to comment.