console/deployment/package.json
renovate[bot] c91a5c4839
chore(deps): update dependency typescript to v5 and latest graphql-modules (#1748)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Dotan Simha <dotansimha@gmail.com>
2023-03-23 02:50:26 +02:00

24 lines
588 B
JSON

{
"name": "@hive/deployment",
"private": true,
"scripts": {
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@lbrlabs/pulumi-grafana": "0.0.9",
"@manypkg/get-packages": "2.1.0",
"@pulumi/cloudflare": "4.16.0",
"@pulumi/kubernetes": "3.24.2",
"@pulumi/kubernetesx": "0.1.6",
"@pulumi/pulumi": "3.58.0",
"@pulumi/random": "4.12.0",
"js-yaml": "4.1.0",
"pg-connection-string": "2.5.0"
},
"devDependencies": {
"@types/js-yaml": "4.0.5",
"@types/mime-types": "2.1.1",
"@types/node": "18.15.5",
"typescript": "5.0.2"
}
}