Skip to content

Commit

Permalink
Modernize example dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas11 committed Nov 28, 2023
1 parent 658b034 commit c3224aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/callbackfunction/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
},
"dependencies": {
"@pulumi/pulumi": "^3.0.0",
"@pulumi/aws": "^5.0.0"
"@pulumi/aws": "^6.0.0"
},
"devDependencies": {
"@types/node": "^8.0.0"
"@types/node": "^18.0.0"
}
}

0 comments on commit c3224aa

Please sign in to comment.