Skip to content

Commit

Permalink
CB-4282 revert needed deps to be present
Browse files Browse the repository at this point in the history
  • Loading branch information
s.teleshev committed Jan 18, 2024
1 parent 92aa70a commit 237ce24
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
9 changes: 9 additions & 0 deletions webapp/packages/core-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,15 @@
"mobx": "^6.12.0"
},
"devDependencies": {
"@graphql-codegen/add": "~5.0.0",
"@graphql-codegen/cli": "~5.0.0",
"@graphql-codegen/near-operation-file-preset": "~3.0.0",
"@graphql-codegen/typescript": "~4.0.1",
"@graphql-codegen/typescript-graphql-files-modules": "~3.0.0",
"@graphql-codegen/typescript-graphql-request": "~6.0.1",
"@graphql-codegen/typescript-operations": "~4.0.1",
"@parcel/watcher": "~2.3.0",
"graphql": "^16.8.1",
"typescript": "^5.3.2"
},
"peerDependencies": {}
Expand Down
4 changes: 3 additions & 1 deletion webapp/packages/plugin-d3js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,12 @@
},
"dependencies": {
"@cloudbeaver/core-di": "~0.1.0",
"d3": "^7.8.5"
"d3": "^7.8.5",
"d3-drag": "^3.0.0"
},
"devDependencies": {
"@types/d3": "^7.4.3",
"@types/d3-drag": "^3.0.7",
"typescript": "^5.3.2"
},
"peerDependencies": {}
Expand Down

0 comments on commit 237ce24

Please sign in to comment.