Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
feat: add query-table
  • Loading branch information
totoago committed Aug 20, 2024
commit e76d5b1143178c61b37d7550072a0473031a4438
9 changes: 6 additions & 3 deletions packages/studio-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,17 @@
"author": "",
"license": "ISC",
"dependencies": {
"sql-ddl-to-json-schema": "latest",
"react": "18.2.0",
"react-dom": "18.2.0",
"uuidv4": "latest",
"react-intl": "latest",
"react-resizable-panels": "^2.0.20"
"react-resizable-panels": "^2.0.20",
"sql-ddl-to-json-schema": "latest",
"uuidv4": "latest"
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@antv/g2": "5.1.13"
}
}
Loading