Skip to content

Commit

Permalink
upgrade examples
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanstephens committed Mar 5, 2025
1 parent 7763337 commit 45f084d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/go/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ go 1.20

require (
github.com/pulumi/pulumi/sdk/v3 v3.30.0
example.com/pulumi-defang/sdk v1.1.0-alpha.1741204977+0913d554
example.com/pulumi-defang/sdk v1.1.0-alpha.1741210263+cee19736
)
2 changes: 1 addition & 1 deletion examples/nodejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"dependencies": {
"typescript": "^4.0.0",
"@pulumi/pulumi": "^3.0.0",
"@defang-io/pulumi-defang": "1.1.0-alpha.1741204977+0913d554"
"@defang-io/pulumi-defang": "1.1.0-alpha.1741210263+cee19736"
}
}
2 changes: 1 addition & 1 deletion examples/python/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pulumi-defang==1.1.0-alpha.1741204977+0913d554
pulumi-defang==1.1.0-alpha.1741210263+cee19736
pulumi>=3.0.0,<4.0.0

0 comments on commit 45f084d

Please sign in to comment.