Skip to content

Commit

Permalink
fix: up to yarn 4
Browse files Browse the repository at this point in the history
  • Loading branch information
devthejo committed Oct 23, 2023
1 parent 4c29218 commit 33e62da
Show file tree
Hide file tree
Showing 18 changed files with 8,827 additions and 8,848 deletions.
28 changes: 0 additions & 28 deletions api/.yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs

This file was deleted.

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

This file was deleted.

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

Large diffs are not rendered by default.

8 changes: 5 additions & 3 deletions api/.yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
compressionLevel: mixed

enableGlobalCache: false

nodeLinker: node-modules

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: "@yarnpkg/plugin-workspace-tools"
- path: .yarn/plugins/@yarnpkg/plugin-fetch.cjs
spec: "https://raw.githubusercontent.com/devthejo/yarn-plugin-fetch/master/bundles/@yarnpkg/plugin-fetch.js"

yarnPath: .yarn/releases/yarn-3.6.4.cjs
yarnPath: .yarn/releases/yarn-4.0.0.cjs
2 changes: 1 addition & 1 deletion api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@
"cross-env": "^7.0.3",
"nodemon": "^2.0.15"
},
"packageManager": "yarn@3.6.4"
"packageManager": "yarn@4.0.0"
}
Loading

0 comments on commit 33e62da

Please sign in to comment.