Skip to content

Commit

Permalink
chore(deps): update yarn to v3.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 29, 2023
1 parent 1dae829 commit d63ffa4
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 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.2.cjs
yarnPath: .yarn/releases/yarn-3.6.3.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 @@ -68,7 +68,7 @@
"webpack-cli": "5.1.4",
"webpack-node-externals": "3.0.0"
},
"packageManager": "yarn@3.6.2",
"packageManager": "yarn@3.6.3",
"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.2.cjs
yarnPath: .yarn/releases/yarn-3.6.3.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.2"
"packageManager": "yarn@3.6.3"
}

0 comments on commit d63ffa4

Please sign in to comment.