Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
harryttd committed Jan 30, 2024
1 parent 581331b commit e6266de
Show file tree
Hide file tree
Showing 5 changed files with 1,762 additions and 87 deletions.
2 changes: 1 addition & 1 deletion aws/components/ingress/helpers.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import * as pulumi from "@pulumi/pulumi"
import * as k8s from "@pulumi/kubernetes"
import merge from "ts-deepmerge"
import { merge } from "ts-deepmerge"

import * as k8sInputTypes from "@pulumi/kubernetes/types/input"
import { PulumiSkipAwait } from "../../../customTypes/pulumi"
Expand Down
2 changes: 1 addition & 1 deletion aws/components/service/P2PService.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import * as pulumi from "@pulumi/pulumi"
import * as k8s from "@pulumi/kubernetes"
import merge from "ts-deepmerge"
import { merge } from "ts-deepmerge"
import { mergeWithArrayOverrideOption } from "../../../helpers"

import * as k8sInputTypes from "@pulumi/kubernetes/types/input"
Expand Down
2 changes: 1 addition & 1 deletion helpers/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { readFileSync } from "fs"
import * as pulumi from "@pulumi/pulumi"
import * as YAML from "yaml"
import merge from "ts-deepmerge"
import { merge } from "ts-deepmerge"

import * as ParseOptions from "yaml/dist/options"

Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@pulumi/awsx": "0.40.0",
"@pulumi/eks": "0.41.2",
"@pulumi/pulumi": "3.36.0",
"ts-deepmerge": "2.0.4",
"yaml": "2.1.1"
"@pulumi/awsx": "2.4.0",
"@pulumi/eks": "2.1.0",
"@pulumi/pulumi": "3.103.1",
"ts-deepmerge": "7.0.0",
"yaml": "2.3.4"
},
"devDependencies": {
"@types/node": "18.6.1",
"typescript": "4.7.4"
"@types/node": "20.11.10",
"typescript": "5.3.3"
}
}
Loading

0 comments on commit e6266de

Please sign in to comment.