Skip to content

Commit a072ef4

Browse files
committed
fix(infra): pin @pgbeam/pulumi TypeScript to 6.0.3 so Pulumi dynamic providers serialize (#1056)
Synced from sferarc/pgbeam@4ce0931
1 parent 0a828fd commit a072ef4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
"@pulumi/pulumi": "catalog:peers"
4747
},
4848
"devDependencies": {
49-
"@pulumi/pulumi": "catalog:peers"
49+
"@pulumi/pulumi": "catalog:peers",
50+
"typescript": "catalog:pulumi"
5051
}
5152
}

0 commit comments

Comments
 (0)