Skip to content

Commit

Permalink
Remove jest from nodejs dependencies (#1587)
Browse files Browse the repository at this point in the history
`jest` was wrongly added as a dependency instead of a devDependency in
#1017.
This change removes it again.

Fixes #1583
  • Loading branch information
flostadler authored Jan 15, 2025
1 parent 1e307b2 commit adddef5
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion nodejs/eks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
"@pulumi/kubernetes": "4.19.0",
"@pulumi/pulumi": "^3.143.0",
"https-proxy-agent": "^5.0.1",
"jest": "^29.7.0",
"js-yaml": "^4.1.0",
"netmask": "^2.0.2",
"semver": "^7.3.7",
Expand All @@ -45,6 +44,7 @@
"@types/node": "^18.11.13",
"@types/semver": "^7.3.10",
"@types/which": "^1.3.1",
"jest": "^29.7.0",
"pkg": "^5.8.0",
"prettier": "^2.8.1",
"tslint": "^6.1.3",
Expand Down
1 change: 0 additions & 1 deletion provider/cmd/pulumi-gen-eks/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -2187,7 +2187,6 @@ func generateSchema(version semver.Version, outdir string) schema.PackageSpec {
"@pulumi/aws": "^" + dependencies.Aws,
"@pulumi/kubernetes": "^" + dependencies.Kubernetes,
"https-proxy-agent": "^5.0.1",
"jest": "^29.7.0",
"js-yaml": "^4.1.0",
"netmask": "^2.0.2",
"semver": "^7.3.7",
Expand Down
1 change: 0 additions & 1 deletion provider/cmd/pulumi-resource-eks/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
"@pulumi/aws": "^6.66.1",
"@pulumi/kubernetes": "^4.19.0",
"https-proxy-agent": "^5.0.1",
"jest": "^29.7.0",
"js-yaml": "^4.1.0",
"netmask": "^2.0.2",
"semver": "^7.3.7",
Expand Down
1 change: 0 additions & 1 deletion sdk/nodejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"@pulumi/kubernetes": "^4.19.0",
"@pulumi/pulumi": "^3.142.0",
"https-proxy-agent": "^5.0.1",
"jest": "^29.7.0",
"js-yaml": "^4.1.0",
"netmask": "^2.0.2",
"semver": "^7.3.7",
Expand Down

0 comments on commit adddef5

Please sign in to comment.