-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade AWS version in examples (#828)
* Upgrade AWS version in examples * Unpin pulumi version - Ensure we don't pull a second version of the package. * Revert declaration removal
- Loading branch information
1 parent
601f136
commit 429b6ca
Showing
8 changed files
with
58 additions
and
84 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1246,28 +1246,6 @@ | |
"@pulumi/pulumi" "^3.0.0" | ||
semver "^5.4.0" | ||
|
||
"@pulumi/[email protected]": | ||
version "3.31.1" | ||
resolved "https://registry.yarnpkg.com/@pulumi/pulumi/-/pulumi-3.31.1.tgz#9d2aa5749bd397bccab84106bc2916e1f7a4a767" | ||
integrity sha512-RGtfdCYG8QcyoBIvdpxBHPposYxYw1xO0+TDBqAf7IW2IutZUkGGxVvHi4kNWjKo4rUEse+mA7Q8Whd3PXCe0Q== | ||
dependencies: | ||
"@grpc/grpc-js" "~1.3.8" | ||
"@logdna/tail-file" "^2.0.6" | ||
"@pulumi/query" "^0.3.0" | ||
google-protobuf "^3.5.0" | ||
ini "^2.0.0" | ||
js-yaml "^3.14.0" | ||
minimist "^1.2.6" | ||
normalize-package-data "^2.4.0" | ||
protobufjs "^6.8.6" | ||
read-package-tree "^5.3.1" | ||
require-from-string "^2.0.1" | ||
semver "^6.1.0" | ||
source-map-support "^0.4.16" | ||
ts-node "^7.0.1" | ||
typescript "~3.7.3" | ||
upath "^1.1.0" | ||
|
||
"@pulumi/pulumi@^3.0.0": | ||
version "3.23.2" | ||
resolved "https://registry.npmjs.org/@pulumi/pulumi/-/pulumi-3.23.2.tgz" | ||
|
@@ -2583,11 +2561,6 @@ inherits@2: | |
resolved "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz" | ||
integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ== | ||
|
||
ini@^2.0.0: | ||
version "2.0.0" | ||
resolved "https://registry.yarnpkg.com/ini/-/ini-2.0.0.tgz#e5fd556ecdd5726be978fa1001862eacb0a94bc5" | ||
integrity sha512-7PnF4oN3CvZF23ADhA5wRaYEQpJ8qygSkbtTXWBeXWXmEVRXK+1ITciHWwHhsjv1TmW0MgacIv6hEi5pX5NQdA== | ||
|
||
install-peers-cli@^2.2.0: | ||
version "2.2.0" | ||
resolved "https://registry.npmjs.org/install-peers-cli/-/install-peers-cli-2.2.0.tgz" | ||
|
@@ -3476,7 +3449,7 @@ minimatch@^3.0.4: | |
dependencies: | ||
brace-expansion "^1.1.7" | ||
|
||
minimist@^1.2.0, minimist@^1.2.5, minimist@^1.2.6: | ||
minimist@^1.2.0, minimist@^1.2.5: | ||
version "1.2.6" | ||
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.6.tgz#8637a5b759ea0d6e98702cfb3a9283323c93af44" | ||
integrity sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q== | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
{ | ||
"name": "ts-lb-attach-ec2", | ||
"devDependencies": { | ||
"@types/node": "^10.0.0" | ||
}, | ||
"dependencies": { | ||
"@pulumi/aws": "^4.38.1", | ||
"@pulumi/pulumi": "^3.0.0" | ||
}, | ||
"peerDependencies": { | ||
"@pulumi/awsx": "^0.40.0" | ||
} | ||
"name": "ts-lb-attach-ec2", | ||
"devDependencies": { | ||
"@types/node": "^10.0.0" | ||
}, | ||
"dependencies": { | ||
"@pulumi/aws": "^5.4.0", | ||
"@pulumi/pulumi": "^3.0.0" | ||
}, | ||
"peerDependencies": { | ||
"@pulumi/awsx": "^0.40.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
{ | ||
"name": "ts-lb-attach-lambda", | ||
"devDependencies": { | ||
"@types/node": "^10.0.0" | ||
}, | ||
"dependencies": { | ||
"@pulumi/aws": "^4.38.1", | ||
"@pulumi/pulumi": "^3.0.0" | ||
}, | ||
"peerDependencies": { | ||
"@pulumi/awsx": "^0.40.0" | ||
} | ||
"name": "ts-lb-attach-lambda", | ||
"devDependencies": { | ||
"@types/node": "^10.0.0" | ||
}, | ||
"dependencies": { | ||
"@pulumi/aws": "^5.4.0", | ||
"@pulumi/pulumi": "^3.0.0" | ||
}, | ||
"peerDependencies": { | ||
"@pulumi/awsx": "^0.40.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
{ | ||
"name": "ts-lb-simple", | ||
"devDependencies": { | ||
"@types/node": "^10.0.0" | ||
}, | ||
"dependencies": { | ||
"@pulumi/aws": "^4.38.1", | ||
"@pulumi/pulumi": "^3.0.0" | ||
}, | ||
"peerDependencies": { | ||
"@pulumi/awsx": "^0.40.0" | ||
} | ||
"name": "ts-lb-simple", | ||
"devDependencies": { | ||
"@types/node": "^10.0.0" | ||
}, | ||
"dependencies": { | ||
"@pulumi/aws": "^5.4.0", | ||
"@pulumi/pulumi": "^3.0.0" | ||
}, | ||
"peerDependencies": { | ||
"@pulumi/awsx": "^0.40.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
{ | ||
"name": "ts-lb-simple", | ||
"devDependencies": { | ||
"@types/node": "^10.0.0" | ||
}, | ||
"dependencies": { | ||
"@pulumi/aws": "^4.38.1", | ||
"@pulumi/pulumi": "^3.0.0" | ||
}, | ||
"peerDependencies": { | ||
"@pulumi/awsx": "^0.40.0" | ||
} | ||
"name": "ts-lb-simple", | ||
"devDependencies": { | ||
"@types/node": "^10.0.0" | ||
}, | ||
"dependencies": { | ||
"@pulumi/aws": "^5.4.0", | ||
"@pulumi/pulumi": "^3.0.0" | ||
}, | ||
"peerDependencies": { | ||
"@pulumi/awsx": "^0.40.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
{ | ||
"name": "ts-lb-simple", | ||
"devDependencies": { | ||
"@types/node": "^10.0.0" | ||
}, | ||
"dependencies": { | ||
"@pulumi/aws": "^4.38.1", | ||
"@pulumi/pulumi": "^3.0.0" | ||
}, | ||
"peerDependencies": { | ||
"@pulumi/awsx": "^0.40.0" | ||
} | ||
"name": "ts-lb-simple", | ||
"devDependencies": { | ||
"@types/node": "^10.0.0" | ||
}, | ||
"dependencies": { | ||
"@pulumi/aws": "^5.4.0", | ||
"@pulumi/pulumi": "^3.0.0" | ||
}, | ||
"peerDependencies": { | ||
"@pulumi/awsx": "^0.40.0" | ||
} | ||
} |