Skip to content

Commit 21c4bfb

Browse files
Add missing dependency on splice-pulumi-common-sv (#1196)
[static] I hope this makes the pulumi operator happy again and fixes this ``` src/istio.ts(4,52): error TS2307: Cannot find module 'splice-pulumi-common-sv' or its corresponding type declarations. ``` Signed-off-by: Moritz Kiefer <moritz.kiefer@purelyfunctional.org> Co-authored-by: Moritz Kiefer <moritz.kiefer@purelyfunctional.org>
1 parent 119434e commit 21c4bfb

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

cluster/pulumi/infra/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"@pulumi/command": "1.1.0",
77
"@pulumi/kubernetes-cert-manager": "0.2.0",
88
"@pulumiverse/grafana": "0.16.3",
9-
"splice-pulumi-common": "1.0.0"
9+
"splice-pulumi-common": "1.0.0",
10+
"splice-pulumi-common-sv": "1.0.0"
1011
},
1112
"overrides": {
1213
"@pulumi/kubernetes-cert-manager": {

cluster/pulumi/package-lock.json

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)