Skip to content

Commit

Permalink
Pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pulumi-renovate[bot] authored Mar 4, 2025
1 parent ddd6245 commit c778191
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion examples/basic/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"@types/node": "^18"
},
"dependencies": {
"@pulumi/pulumi": "^3.0.0"
"@pulumi/pulumi": "3.111.1"
}
}
4 changes: 2 additions & 2 deletions provider/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ go 1.22.7

toolchain go1.23.3

replace github.com/hashicorp/terraform-plugin-sdk/v2 => github.com/pulumi/terraform-plugin-sdk/v2 v2.0.0-20250221232320-8d4cfd37a3cd
replace github.com/hashicorp/terraform-plugin-sdk/v2 => github.com/pulumi/terraform-plugin-sdk/v2 7ac578ce47fc

require (
github.com/pulumi/pulumi-terraform-bridge/v3 v3.104.0
github.com/pulumi/pulumi/pkg/v3 v3.153.1
github.com/pulumi/terraform-provider-xyz v0.0.2
github.com/pulumi/terraform-provider-xyz v0.0.3
)

require (
Expand Down

0 comments on commit c778191

Please sign in to comment.