Skip to content

Commit

Permalink
feat: upgrade Pulumi to v6 (#4096)
Browse files Browse the repository at this point in the history
  • Loading branch information
adrians5j committed May 7, 2024
1 parent 5ee5add commit 75272e7
Show file tree
Hide file tree
Showing 4 changed files with 648 additions and 27 deletions.
4 changes: 2 additions & 2 deletions packages/pulumi-aws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"directory": "dist"
},
"dependencies": {
"@pulumi/aws": "^5.42.0",
"@pulumi/pulumi": "^3.99.0",
"@pulumi/aws": "^6.32.0",
"@pulumi/pulumi": "^3.113.3",
"@pulumi/random": "^3.0.0",
"@webiny/aws-sdk": "0.0.0",
"@webiny/cli-plugin-deploy-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": "^5.42.0",
"@pulumi/pulumi": "^3.99.0",
"@pulumi/aws": "^6.32.0",
"@pulumi/pulumi": "^3.113.3",
"decompress": "^4.2.1",
"execa": "^5.0.0",
"fs-extra": "^9.1.0",
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": "^5.42.0",
"@pulumi/pulumi": "^3.99.0",
"@pulumi/aws": "^6.32.0",
"@pulumi/pulumi": "^3.113.3",
"@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 75272e7

Please sign in to comment.