From 4258ee57303fefe1e66837ec9ae39fd09ec14601 Mon Sep 17 00:00:00 2001 From: Pulumi Bot Date: Wed, 2 Oct 2024 11:04:16 +0000 Subject: [PATCH] [internal] Update GitHub Actions workflow files --- provider/cmd/pulumi-resource-auth0/schema.json | 6 ------ provider/resources.go | 6 ------ sdk/nodejs/package.json | 2 +- 3 files changed, 1 insertion(+), 13 deletions(-) diff --git a/provider/cmd/pulumi-resource-auth0/schema.json b/provider/cmd/pulumi-resource-auth0/schema.json index d5e19523..7dd41e0b 100644 --- a/provider/cmd/pulumi-resource-auth0/schema.json +++ b/provider/cmd/pulumi-resource-auth0/schema.json @@ -29,9 +29,6 @@ "nodejs": { "packageDescription": "A Pulumi package for creating and managing auth0 cloud resources.", "readme": "\u003e This provider is a derived work of the [Terraform Provider](https://github.com/auth0/terraform-provider-auth0)\n\u003e distributed under [MPL 2.0](https://www.mozilla.org/en-US/MPL/2.0/). If you encounter a bug or missing feature,\n\u003e first check the [`pulumi-auth0` repo](https://github.com/pulumi/pulumi-auth0/issues); however, if that doesn't turn up anything,\n\u003e please consult the source [`terraform-provider-auth0` repo](https://github.com/auth0/terraform-provider-auth0/issues).", - "dependencies": { - "@pulumi/pulumi": "^3.0.0" - }, "devDependencies": { "@types/mime": "^2.0.0", "@types/node": "^10.0.0" @@ -41,9 +38,6 @@ "respectSchemaVersion": true }, "python": { - "requires": { - "pulumi": "\u003e=3.0.0,\u003c4.0.0" - }, "readme": "\u003e This provider is a derived work of the [Terraform Provider](https://github.com/auth0/terraform-provider-auth0)\n\u003e distributed under [MPL 2.0](https://www.mozilla.org/en-US/MPL/2.0/). If you encounter a bug or missing feature,\n\u003e first check the [`pulumi-auth0` repo](https://github.com/pulumi/pulumi-auth0/issues); however, if that doesn't turn up anything,\n\u003e please consult the source [`terraform-provider-auth0` repo](https://github.com/auth0/terraform-provider-auth0/issues).", "compatibility": "tfbridge20", "respectSchemaVersion": true, diff --git a/provider/resources.go b/provider/resources.go index 675c300f..c2e533a4 100644 --- a/provider/resources.go +++ b/provider/resources.go @@ -84,9 +84,6 @@ func Provider() tfbridge.ProviderInfo { }, }, JavaScript: &tfbridge.JavaScriptInfo{ - Dependencies: map[string]string{ - "@pulumi/pulumi": "^3.0.0", - }, DevDependencies: map[string]string{ "@types/node": "^10.0.0", "@types/mime": "^2.0.0", @@ -96,9 +93,6 @@ func Provider() tfbridge.ProviderInfo { Python: (func() *tfbridge.PythonInfo { i := &tfbridge.PythonInfo{ RespectSchemaVersion: true, - Requires: map[string]string{ - "pulumi": ">=3.0.0,<4.0.0", - }, } i.PyProject.Enabled = true return i diff --git a/sdk/nodejs/package.json b/sdk/nodejs/package.json index 183acc97..aa6d792f 100644 --- a/sdk/nodejs/package.json +++ b/sdk/nodejs/package.json @@ -13,7 +13,7 @@ "build": "tsc" }, "dependencies": { - "@pulumi/pulumi": "^3.0.0" + "@pulumi/pulumi": "^3.42.0" }, "devDependencies": { "@types/mime": "^2.0.0",