Skip to content

Commit

Permalink
chore(deps): update yarn to v4.2.2 (#4485)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 11, 2024
1 parent a89c805 commit 637ad6c
Show file tree
Hide file tree
Showing 6 changed files with 512 additions and 512 deletions.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion react-components/.yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ enableGlobalCache: false

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.2.1.cjs
yarnPath: .yarn/releases/yarn-4.2.2.cjs
2 changes: 1 addition & 1 deletion react-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"vite-plugin-externalize-deps": "^0.8.0",
"vitest": "^1.5.3"
},
"packageManager": "[email protected].1",
"packageManager": "[email protected].2",
"files": [
"dist"
]
Expand Down

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion viewer/.yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ nmHoistingLimits: workspaces

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.2.1.cjs
yarnPath: .yarn/releases/yarn-4.2.2.cjs
2 changes: 1 addition & 1 deletion viewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -156,5 +156,5 @@
"files": [
"dist"
],
"packageManager": "[email protected].1"
"packageManager": "[email protected].2"
}

0 comments on commit 637ad6c

Please sign in to comment.