Skip to content

Commit

Permalink
update: upgraded yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
Vlad Volkov committed Dec 17, 2021
1 parent cddcace commit e70e87d
Show file tree
Hide file tree
Showing 9 changed files with 471 additions and 845 deletions.
343 changes: 80 additions & 263 deletions .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs

Large diffs are not rendered by default.

300 changes: 150 additions & 150 deletions .yarn/releases/yarn-3.1.0.cjs → .yarn/releases/yarn-3.1.1.cjs

Large diffs are not rendered by default.

18 changes: 5 additions & 13 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,25 +1,20 @@
enableGlobalCache: true

enableTelemetry: false

nodeLinker: node-modules
preferAggregateCacheInfo: true
logFilters:
- code: YN0002
level: discard
- code: YN0007
level: discard
- code: YN0060
level: discard
- code: YN0061
level: discard
- code: YN0062
level: discard
- code: YN0076
level: discard
- code: YN0013
level: discard

nmHoistingLimits: workspaces

nodeLinker: node-modules

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: "@yarnpkg/plugin-workspace-tools"
Expand All @@ -29,7 +24,4 @@ plugins:
spec: "@yarnpkg/plugin-typescript"
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"

preferAggregateCacheInfo: false

yarnPath: .yarn/releases/yarn-3.1.0.cjs
yarnPath: .yarn/releases/yarn-3.1.1.cjs
343 changes: 80 additions & 263 deletions images/build/app/.yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion images/build/app/.yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ plugins:
spec: "@yarnpkg/plugin-typescript"
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"
yarnPath: .yarn/releases/yarn-3.1.0.cjs
yarnPath: .yarn/releases/yarn-3.1.1.cjs
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"scripts": {
"build": "skaffold build --default-repo=dcr.bndigital.dev/library"
},
"packageManager": "[email protected].0"
"packageManager": "[email protected].1"
}

0 comments on commit e70e87d

Please sign in to comment.