Skip to content

Commit

Permalink
Bump Restate SDK dependencies to 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tillrohrmann committed Mar 19, 2024
1 parent 23ec8c5 commit e0eb6c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
"app-dev": "ts-node-dev --watch ./src --respawn --transpile-only ./src/app.ts"
},
"dependencies": {
"@restatedev/restate-sdk": "^0.7.0"
"@restatedev/restate-sdk": "^0.8.1"
},
"devDependencies": {
"ts-node-dev": "^1.1.1",
"typescript": "^5.0.2",
"esbuild": "^0.18.12"
}
}
}
4 changes: 2 additions & 2 deletions 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": "^0.7.0",
"@restatedev/restate-sdk": "^0.8.1",
"protobufjs": "^7.2.2",
"ts-proto": "^1.140.0"
},
Expand All @@ -24,4 +24,4 @@
"@bufbuild/buf": "1.15.0",
"esbuild": "^0.18.12"
}
}
}

0 comments on commit e0eb6c9

Please sign in to comment.