Skip to content
This repository was archived by the owner on May 13, 2025. It is now read-only.

Commit 3e0e540

Browse files
authored
feat: live tail (#164)
fixes #136
1 parent 0f689aa commit 3e0e540

File tree

25 files changed

+3638
-27
lines changed

25 files changed

+3638
-27
lines changed

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"pq": "pretty-quick"
1414
},
1515
"dependencies": {
16+
"@apache-arrow/ts": "^14.0.2",
1617
"@emotion/react": "^11.11.1",
1718
"@mantine/carousel": "^6.0.15",
1819
"@mantine/core": "^6.0.15",
@@ -31,7 +32,11 @@
3132
"immer": "^10.0.2",
3233
"js-cookie": "^3.0.5",
3334
"just-compare": "^2.3.0",
35+
"long": "^5.2.3",
36+
"nice-grpc-common": "^2.0.2",
3437
"ms": "^2.1.3",
38+
"nice-grpc-web": "^3.3.2",
39+
"protobufjs": "^7.2.5",
3540
"react": "^18.2.0",
3641
"react-beautiful-dnd": "^13.1.1",
3742
"react-dom": "^18.2.0",

0 commit comments

Comments
 (0)