Skip to content

Commit

Permalink
chore(deps): update yarn to v3.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 9, 2023
1 parent 77d44a4 commit 3e531f6
Show file tree
Hide file tree
Showing 6 changed files with 266 additions and 266 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
@@ -1,3 +1,3 @@
yarnPath: .yarn/releases/yarn-3.6.3.cjs
yarnPath: .yarn/releases/yarn-3.6.4.cjs

nodeLinker: node-modules
2 changes: 1 addition & 1 deletion react-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"vite-plugin-dts": "^3.5.3",
"vite-plugin-externalize-deps": "^0.7.0"
},
"packageManager": "yarn@3.6.3",
"packageManager": "yarn@3.6.4",
"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 @@ -8,4 +8,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: "@yarnpkg/plugin-workspace-tools"

yarnPath: .yarn/releases/yarn-3.6.3.cjs
yarnPath: .yarn/releases/yarn-3.6.4.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": "yarn@3.6.3"
"packageManager": "yarn@3.6.4"
}

0 comments on commit 3e531f6

Please sign in to comment.