Skip to content

Commit 972efb3

Browse files
committed
fix: restore and consolidate workspace dependencies in package.json
1 parent 26bba90 commit 972efb3

3 files changed

Lines changed: 12 additions & 12 deletions

File tree

apps/chaingraph-frontend/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,6 @@
4949
"typecheck": "tsc -b --noEmit"
5050
},
5151
"peerDependencies": {
52-
"@badaitech/badai-api": "workspace:*",
53-
"@badaitech/chaingraph-executor": "workspace:*",
54-
"@badaitech/chaingraph-nodes": "workspace:*",
55-
"@badaitech/chaingraph-trpc": "workspace:*",
56-
"@badaitech/chaingraph-types": "workspace:*",
5752
"@trpc/client": "^11.6.0",
5853
"@trpc/react-query": "^11.6.0",
5954
"@trpc/tanstack-react-query": "^11.6.0",
@@ -65,6 +60,11 @@
6560
"superjson": "^2.2.2"
6661
},
6762
"dependencies": {
63+
"@badaitech/badai-api": "workspace:*",
64+
"@badaitech/chaingraph-executor": "workspace:*",
65+
"@badaitech/chaingraph-nodes": "workspace:*",
66+
"@badaitech/chaingraph-trpc": "workspace:*",
67+
"@badaitech/chaingraph-types": "workspace:*",
6868
"@dnd-kit/core": "^6.3.1",
6969
"@fontsource/inter": "^5.2.8",
7070
"@fontsource/jetbrains-mono": "^5.2.8",

packages/chaingraph-nodes/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@
3838
"typecheck": "tsc -b"
3939
},
4040
"peerDependencies": {
41-
"@badaitech/badai-api": "workspace:*",
42-
"@badaitech/chaingraph-types": "workspace:*",
43-
"@badaitech/typescript-config": "workspace:*",
4441
"superjson": "^2.2.2"
4542
},
4643
"dependencies": {
4744
"@anthropic-ai/sdk": "^0.65.0",
45+
"@badaitech/badai-api": "workspace:*",
46+
"@badaitech/chaingraph-types": "workspace:*",
47+
"@badaitech/typescript-config": "workspace:*",
4848
"@langchain/anthropic": "^0.3.29",
4949
"@langchain/community": "^0.3.57",
5050
"@langchain/core": "^0.3.78",

packages/chaingraph-trpc/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,17 +45,17 @@
4545
"migrate:run": "npx drizzle-kit migrate --config ./server/drizzle.config.ts"
4646
},
4747
"peerDependencies": {
48-
"@badaitech/badai-api": "workspace:*",
49-
"@badaitech/chaingraph-nodes": "workspace:*",
50-
"@badaitech/chaingraph-types": "workspace:*",
51-
"@badaitech/typescript-config": "workspace:*",
5248
"@trpc/client": "^11.6.0",
5349
"@trpc/react-query": "^11.6.0",
5450
"@trpc/server": "^11.6.0",
5551
"@trpc/tanstack-react-query": "^11.6.0",
5652
"superjson": "^2.2.2"
5753
},
5854
"dependencies": {
55+
"@badaitech/badai-api": "workspace:*",
56+
"@badaitech/chaingraph-nodes": "workspace:*",
57+
"@badaitech/chaingraph-types": "workspace:*",
58+
"@badaitech/typescript-config": "workspace:*",
5959
"@modelcontextprotocol/sdk": "^1.18.2",
6060
"@tanstack/react-query": "^5.90.2",
6161
"dotenv": "^17.2.3",

0 commit comments

Comments
 (0)