Skip to content

Commit

Permalink
fix(deps): update dependency @aspect-test/b to v5.0.2 (#369)
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 Aug 7, 2022
1 parent 4943dd8 commit 28bb664
Show file tree
Hide file tree
Showing 6 changed files with 40 additions and 9 deletions.
2 changes: 1 addition & 1 deletion e2e/npm_link_package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"sharp": "0.30.7"
},
"devDependencies": {
"@aspect-test/b": "5.0.0"
"@aspect-test/b": "5.0.2"
},
"optionalDependencies": {
"@aspect-test/c": "2.0.2"
Expand Down
2 changes: 1 addition & 1 deletion e2e/pnpm_workspace/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"@aspect-test/a": "5.0.0"
},
"devDependencies": {
"@aspect-test/b": "5.0.0"
"@aspect-test/b": "5.0.2"
},
"optionalDependencies": {
"@aspect-test/c": "2.0.2"
Expand Down
39 changes: 35 additions & 4 deletions e2e/pnpm_workspace/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion e2e/pnpm_workspace_rerooted/app/a/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"dependencies": {
"@aspect-test/a": "5.0.0",
"@aspect-test/b": "1.0.0",
"@aspect-test/b": "5.0.2",
"@aspect-test/c": "2.0.2",
"@aspect-test/g": "1.0.0",
"@lib/a": "workspace:*"
Expand Down
2 changes: 1 addition & 1 deletion e2e/pnpm_workspace_rerooted/app/b/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"dependencies": {
"@aspect-test/a": "1.0.0",
"@aspect-test/b": "1.0.0",
"@aspect-test/b": "5.0.2",
"@aspect-test/c": "2.0.2",
"@aspect-test/h": "1.0.0",
"@lib/b": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion e2e/pnpm_workspace_rerooted/app/c/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"dependencies": {
"@aspect-test/a": "5.0.0",
"@aspect-test/b": "1.0.0",
"@aspect-test/b": "5.0.2",
"@aspect-test/c": "2.0.2",
"@aspect-test/g": "1.0.0",
"@lib/c": "file:../../lib/c"
Expand Down

0 comments on commit 28bb664

Please sign in to comment.