Skip to content

Commit

Permalink
Bump SDK dependencies to 1.0.37
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanEwen committed Aug 20, 2023
1 parent d3accbe commit 76946a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"app-dev": "ts-node-dev --watch ./src --respawn --transpile-only ./src/app.ts"
},
"dependencies": {
"@restatedev/restate-sdk": "1.0.35"
"@restatedev/restate-sdk": "^1.0.37"
},
"devDependencies": {
"ts-node-dev": "^1.1.1",
Expand Down
2 changes: 1 addition & 1 deletion template_grpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"app-dev": "ts-node-dev --watch ./src --respawn --transpile-only ./src/app.ts"
},
"dependencies": {
"@restatedev/restate-sdk": "1.0.35",
"@restatedev/restate-sdk": "^1.0.37",
"protobufjs": "^7.2.2",
"ts-proto": "^1.140.0"
},
Expand Down

0 comments on commit 76946a9

Please sign in to comment.