Skip to content

Commit

Permalink
chore: Updated project yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
TriPSs committed Nov 20, 2023
1 parent 28e5b79 commit 15350af
Show file tree
Hide file tree
Showing 6 changed files with 901 additions and 1,428 deletions.
546 changes: 0 additions & 546 deletions .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs

This file was deleted.

874 changes: 0 additions & 874 deletions .yarn/releases/yarn-3.6.4.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.

10 changes: 5 additions & 5 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
nodeLinker: node-modules
compressionLevel: mixed

enableGlobalCache: false

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-3.6.4.cjs
yarnPath: .yarn/releases/yarn-4.0.2.cjs
4 changes: 2 additions & 2 deletions e2e/utils/workspace.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ export function ensureNxProject(patchPlugins: string[] = []): void {
patchPackageJsonForPlugin(npmPackageName, pluginDistPath)
}

execSync('yarn set version berry', {
execSync('rm -f yarn.lock && touch yarn.lock', {
cwd: tmpProjectPath,
stdio: 'inherit',
env: process.env
})

execSync('rm -f yarn.lock && touch yarn.lock', {
execSync('yarn set version berry', {
cwd: tmpProjectPath,
stdio: 'inherit',
env: process.env
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,5 @@
"tslint": "~6.1.3",
"typescript": "5.2.2"
},
"packageManager": "yarn@3.6.4"
"packageManager": "yarn@4.0.2"
}

0 comments on commit 15350af

Please sign in to comment.