Skip to content

Commit

Permalink
Merge branch 'refs/heads/adrian/fix-cf-tpl' into adrian/ci-jest-cms-s…
Browse files Browse the repository at this point in the history
…hards
  • Loading branch information
adrians5j committed Oct 9, 2024
2 parents 53aa3ad + 7ce12e6 commit 9ecf67c
Show file tree
Hide file tree
Showing 5 changed files with 66 additions and 20 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": "^6.48.0",
"@pulumi/pulumi": "^3.128.0",
"@pulumi/aws": "^6.55.0",
"@pulumi/pulumi": "^3.136.1",
"@pulumi/random": "^4.16.3",
"@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": "^6.48.0",
"@pulumi/pulumi": "^3.128.0",
"@pulumi/aws": "^6.55.0",
"@pulumi/pulumi": "^3.136.1",
"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.128.0",
"@pulumi/pulumi": "^3.136.1",
"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.48.0",
"@pulumi/pulumi": "^3.128.0",
"@pulumi/aws": "^6.55.0",
"@pulumi/pulumi": "^3.136.1",
"@webiny/api-aco": "0.0.0",
"@webiny/api-apw": "0.0.0",
"@webiny/api-apw-scheduler-so-ddb": "0.0.0",
Expand Down
72 changes: 59 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11327,19 +11327,19 @@ __metadata:
languageName: node
linkType: hard

"@pulumi/aws@npm:^6.48.0":
version: 6.48.0
resolution: "@pulumi/aws@npm:6.48.0"
"@pulumi/aws@npm:^6.55.0":
version: 6.55.0
resolution: "@pulumi/aws@npm:6.55.0"
dependencies:
"@pulumi/pulumi": ^3.0.0
"@pulumi/pulumi": ^3.42.0
builtin-modules: 3.0.0
mime: ^2.0.0
resolve: ^1.7.1
checksum: 49de98bac0310c98416e9ec90e9a46f58ade5a8d29da3724e0763a36cfc9ceec4e1790a04ce9ba65bc2f4164e3fbc908b235e2fe239c6210f34e88a3cd2ab805
checksum: 5e62483ebf656ec21985eca03516b9a00602e9dc93a1f850dd28e98baabe05a67c463b98223e0b9c4253e48c882b3f8d2918b36f50983388fdd198984e00381f
languageName: node
linkType: hard

"@pulumi/pulumi@npm:^3.0.0, @pulumi/pulumi@npm:^3.128.0":
"@pulumi/pulumi@npm:^3.0.0":
version: 3.128.0
resolution: "@pulumi/pulumi@npm:3.128.0"
dependencies:
Expand Down Expand Up @@ -11385,6 +11385,52 @@ __metadata:
languageName: node
linkType: hard

"@pulumi/pulumi@npm:^3.136.1, @pulumi/pulumi@npm:^3.42.0":
version: 3.136.1
resolution: "@pulumi/pulumi@npm:3.136.1"
dependencies:
"@grpc/grpc-js": ^1.10.1
"@logdna/tail-file": ^2.0.6
"@npmcli/arborist": ^7.3.1
"@opentelemetry/api": ^1.9
"@opentelemetry/exporter-zipkin": ^1.25
"@opentelemetry/instrumentation": ^0.52
"@opentelemetry/instrumentation-grpc": ^0.52
"@opentelemetry/resources": ^1.25
"@opentelemetry/sdk-trace-base": ^1.25
"@opentelemetry/sdk-trace-node": ^1.25
"@opentelemetry/semantic-conventions": ^1.25
"@pulumi/query": ^0.3.0
"@types/google-protobuf": ^3.15.5
"@types/semver": ^7.5.6
"@types/tmp": ^0.2.6
execa: ^5.1.0
fdir: ^6.1.1
google-protobuf: ^3.5.0
got: ^11.8.6
ini: ^2.0.0
js-yaml: ^3.14.0
minimist: ^1.2.6
normalize-package-data: ^6.0.0
picomatch: ^3.0.1
pkg-dir: ^7.0.0
require-from-string: ^2.0.1
semver: ^7.5.2
source-map-support: ^0.5.6
tmp: ^0.2.1
upath: ^1.1.0
peerDependencies:
ts-node: ">= 7.0.1 < 12"
typescript: ">= 3.8.3 < 6"
peerDependenciesMeta:
ts-node:
optional: true
typescript:
optional: true
checksum: 19692882f9ca97bd77c3b75780be0f83a5288918debace7d89418d1f9f8ab15517285645ee6041b2b87d654055ed440a0fdbee439e16ba9e32b9900a58c75b35
languageName: node
linkType: hard

"@pulumi/query@npm:^0.3.0":
version: 0.3.0
resolution: "@pulumi/query@npm:0.3.0"
Expand Down Expand Up @@ -19523,8 +19569,8 @@ __metadata:
"@babel/preset-env": ^7.24.0
"@babel/preset-typescript": ^7.23.3
"@babel/runtime": ^7.24.0
"@pulumi/aws": ^6.48.0
"@pulumi/pulumi": ^3.128.0
"@pulumi/aws": ^6.55.0
"@pulumi/pulumi": ^3.136.1
"@pulumi/random": ^4.16.3
"@webiny/api-page-builder": 0.0.0
"@webiny/aws-layers": 0.0.0
Expand All @@ -19551,8 +19597,8 @@ __metadata:
dependencies:
"@babel/cli": ^7.23.9
"@babel/core": ^7.24.0
"@pulumi/aws": ^6.48.0
"@pulumi/pulumi": ^3.128.0
"@pulumi/aws": ^6.55.0
"@pulumi/pulumi": ^3.136.1
"@types/lodash": ^4.14.190
"@webiny/cli": 0.0.0
"@webiny/project-utils": 0.0.0
Expand All @@ -19574,7 +19620,7 @@ __metadata:
dependencies:
"@babel/cli": ^7.23.9
"@babel/core": ^7.24.0
"@pulumi/pulumi": ^3.128.0
"@pulumi/pulumi": ^3.136.1
"@types/lodash": ^4.14.190
"@webiny/cli": 0.0.0
"@webiny/project-utils": 0.0.0
Expand Down Expand Up @@ -19700,8 +19746,8 @@ __metadata:
"@babel/preset-env": ^7.24.0
"@babel/preset-typescript": ^7.23.3
"@babel/runtime": ^7.24.0
"@pulumi/aws": ^6.48.0
"@pulumi/pulumi": ^3.128.0
"@pulumi/aws": ^6.55.0
"@pulumi/pulumi": ^3.136.1
"@webiny/api-aco": 0.0.0
"@webiny/api-apw": 0.0.0
"@webiny/api-apw-scheduler-so-ddb": 0.0.0
Expand Down

0 comments on commit 9ecf67c

Please sign in to comment.