Skip to content

Commit

Permalink
chore(deps): update dependency @pulumi/pulumi to v3.103.0 (#1108)
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 Jan 25, 2024
1 parent 5c58dfa commit 92bf8f8
Show file tree
Hide file tree
Showing 8 changed files with 193 additions and 16 deletions.
2 changes: 1 addition & 1 deletion e2e/aws-lambda/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"devDependencies": {
"@pulumi/aws": "6.18.2",
"@pulumi/awsx": "0.40.1",
"@pulumi/pulumi": "3.102.0",
"@pulumi/pulumi": "3.103.0",
"@types/aws-lambda": "8.10.131",
"esbuild": "0.19.12",
"ts-node": "10.9.2",
Expand Down
2 changes: 1 addition & 1 deletion e2e/azure-function/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"devDependencies": {
"@pulumi/azure-native": "2.26.0",
"@pulumi/pulumi": "3.102.0",
"@pulumi/pulumi": "3.103.0",
"esbuild": "0.19.12",
"ts-node": "10.9.2",
"tsconfig-paths": "4.2.0",
Expand Down
2 changes: 1 addition & 1 deletion e2e/cloudflare-modules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"devDependencies": {
"@pulumi/cloudflare": "4.16.0",
"@pulumi/pulumi": "3.102.0",
"@pulumi/pulumi": "3.103.0",
"ts-node": "10.9.2",
"tsconfig-paths": "4.2.0",
"typescript": "5.3.3",
Expand Down
2 changes: 1 addition & 1 deletion e2e/cloudflare-workers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"devDependencies": {
"@pulumi/cloudflare": "4.16.0",
"@pulumi/pulumi": "3.102.0",
"@pulumi/pulumi": "3.103.0",
"ts-node": "10.9.2",
"tsconfig-paths": "4.2.0",
"typescript": "5.3.3",
Expand Down
2 changes: 1 addition & 1 deletion e2e/shared-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0",
"private": true,
"dependencies": {
"@pulumi/pulumi": "3.102.0",
"@pulumi/pulumi": "3.103.0",
"@types/node": "20.11.6"
}
}
2 changes: 1 addition & 1 deletion e2e/vercel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"react-dom": "18.2.0"
},
"devDependencies": {
"@pulumi/pulumi": "3.102.0",
"@pulumi/pulumi": "3.103.0",
"@types/react": "18.2.48",
"esbuild": "0.19.12",
"eslint": "8.56.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"typescript": "5.3.3"
},
"resolutions": {
"@pulumi/pulumi": "3.102.0"
"@pulumi/pulumi": "3.103.0"
},
"lint-staged": {
"packages/**/*.{ts,tsx}": [
Expand Down
Loading

0 comments on commit 92bf8f8

Please sign in to comment.