Skip to content

Commit

Permalink
Remove restate from dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gvdongen committed Dec 20, 2024
1 parent 8fc856e commit 097ff97
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 16 deletions.
2 changes: 0 additions & 2 deletions typescript/basics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
"@restatedev/restate-sdk-clients": "^1.4.0"
},
"devDependencies": {
"@restatedev/restate": "^1.1.0",
"@restatedev/restate-server": "^1.1.0",
"@types/node": "^20.12.12",
"ts-node": "^10.9.2",
"ts-node-dev": "^2.0.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,3 @@
/*
* Copyright (c) 2024 - Restate Software, Inc., Restate GmbH
*
* This file is part of the Restate SDK for Node.js/TypeScript,
* which is released under the MIT license.
*
* You can find a copy of the license in file LICENSE in the root
* directory of this repository or package, or at
* https://github.com/restatedev/sdk-typescript/blob/main/LICENSE
*/

import { TerminalError } from "@restatedev/restate-sdk";
import Stripe from "stripe";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"@restatedev/restate-sdk": "^1.4.0"
},
"devDependencies": {
"@restatedev/restate": "^1.1.0",
"@types/node": "^20.12.7",
"ts-node": "^10.9.2",
"ts-node-dev": "^2.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
"@restatedev/restate-sdk-clients": "^1.4.0"
},
"devDependencies": {
"@restatedev/restate": "^1.1.0",
"@restatedev/restate-server": "^1.1.0",
"@types/node": "^20.12.7",
"ts-node": "^10.9.2",
"typescript": "^5.0.2"
Expand Down

0 comments on commit 097ff97

Please sign in to comment.