Skip to content

Commit

Permalink
fix: update Pulumi package versions (#4216)
Browse files Browse the repository at this point in the history
  • Loading branch information
adrians5j authored Aug 8, 2024
1 parent 1d3b0e7 commit 7f9bbf7
Show file tree
Hide file tree
Showing 5 changed files with 234 additions and 455 deletions.
6 changes: 3 additions & 3 deletions packages/pulumi-aws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"directory": "dist"
},
"dependencies": {
"@pulumi/aws": "^6.32.0",
"@pulumi/pulumi": "^3.113.3",
"@pulumi/random": "^3.0.0",
"@pulumi/aws": "^6.48.0",
"@pulumi/pulumi": "^3.128.0",
"@pulumi/random": "^4.16.3",
"@webiny/aws-sdk": "0.0.0",
"@webiny/cli-plugin-deploy-pulumi": "0.0.0",
"@webiny/pulumi": "0.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/pulumi-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"directory": "dist"
},
"dependencies": {
"@pulumi/aws": "^6.32.0",
"@pulumi/pulumi": "^3.113.3",
"@pulumi/aws": "^6.48.0",
"@pulumi/pulumi": "^3.128.0",
"decompress": "^4.2.1",
"execa": "^5.0.0",
"fs-extra": "^11.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/pulumi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"directory": "dist"
},
"dependencies": {
"@pulumi/pulumi": "^3.99.0",
"@pulumi/pulumi": "^3.128.0",
"find-up": "^5.0.0",
"lodash": "^4.17.21"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/serverless-cms-aws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"directory": "dist"
},
"dependencies": {
"@pulumi/aws": "^6.32.0",
"@pulumi/pulumi": "^3.113.3",
"@pulumi/aws": "^6.48.0",
"@pulumi/pulumi": "^3.128.0",
"@webiny/api-aco": "0.0.0",
"@webiny/api-apw": "0.0.0",
"@webiny/api-apw-scheduler-so-ddb": "0.0.0",
Expand Down
Loading

0 comments on commit 7f9bbf7

Please sign in to comment.