Skip to content

Commit

Permalink
Advance Zed pointer and adjust to new VNG size (#2897)
Browse files Browse the repository at this point in the history
  • Loading branch information
philrz authored Nov 20, 2023
1 parent 35f5740 commit 3189af5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion apps/zui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
"use-resize-observer": "^8.0.0",
"web-file-polyfill": "^1.0.4",
"web-streams-polyfill": "^3.2.0",
"zed": "brimdata/zed#3b0b0103d7d5a7d4d2ec9c7f90386e47a909aa60",
"zed": "brimdata/zed#bedcc95f95417c87111326de1c13c99e6c0221ce",
"zui-test-data": "workspace:*"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/zui-player/tests/export.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const formats = [
{ label: 'CSV', expectedSize: 10851 },
{ label: 'JSON', expectedSize: 13659 },
{ label: 'NDJSON', expectedSize: 13657 },
{ label: 'VNG', expectedSize: 8029 },
{ label: 'VNG', expectedSize: 8053 },
{ label: 'Zeek', expectedSize: 10138 },
{ label: 'ZJSON', expectedSize: 18007 },
{ label: 'ZNG', expectedSize: 3745 },
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -19067,10 +19067,10 @@ __metadata:
languageName: node
linkType: hard

"zed@brimdata/zed#3b0b0103d7d5a7d4d2ec9c7f90386e47a909aa60":
"zed@brimdata/zed#bedcc95f95417c87111326de1c13c99e6c0221ce":
version: 0.33.0-dev
resolution: "zed@https://github.com/brimdata/zed.git#commit=3b0b0103d7d5a7d4d2ec9c7f90386e47a909aa60"
checksum: a163323c91539271fe52469ef0c4a1157dd58cd89c224ac7ae8b6ef35cbcbb9a804e61b47bb21d1c699b49af747cb5c6b26fc628b20010ccd36b98c8c7f15eb7
resolution: "zed@https://github.com/brimdata/zed.git#commit=bedcc95f95417c87111326de1c13c99e6c0221ce"
checksum: 3ccc516208a1a6e4aa6b3eb2c5471981697fdf5960657a57f6d80cbd257d9bccb565bed27aea8f22b919f8535a6cc152ed26fa1e96410d3c2b2bfd7f5a8139a8
languageName: node
linkType: hard

Expand Down Expand Up @@ -19264,7 +19264,7 @@ __metadata:
use-resize-observer: ^8.0.0
web-file-polyfill: ^1.0.4
web-streams-polyfill: ^3.2.0
zed: "brimdata/zed#3b0b0103d7d5a7d4d2ec9c7f90386e47a909aa60"
zed: "brimdata/zed#bedcc95f95417c87111326de1c13c99e6c0221ce"
zui-test-data: "workspace:*"
peerDependencies:
react: ^18.0.0
Expand Down

0 comments on commit 3189af5

Please sign in to comment.