Skip to content

Commit

Permalink
Update zed to v1.11.1, brimcap to v1.5.4, and prep v1.4.1 (#2893)
Browse files Browse the repository at this point in the history
  • Loading branch information
philrz authored Nov 11, 2023
1 parent 202a21e commit 719d262
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 11 deletions.
3 changes: 3 additions & 0 deletions apps/zui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v1.4.1
- Update Zed to [v1.11.1](https://github.com/brimdata/zed/releases/tag/v1.11.1)

## v1.4.0
- Update Zed to [v1.11.0](https://github.com/brimdata/zed/releases/tag/v1.11.0)
- Update Brimcap to [v1.5.3](https://github.com/brimdata/brimcap/releases/tag/v1.5.3)
Expand Down
6 changes: 3 additions & 3 deletions apps/zui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "Zed User Interface",
"repository": "https://github.com/brimdata/zui",
"license": "BSD-3-Clause",
"version": "1.4.0",
"version": "1.4.1",
"main": "dist/main.js",
"author": "Brim Data <[email protected]> (http://www.brimdata.io)",
"lake": {
Expand Down Expand Up @@ -74,7 +74,7 @@
"acorn": "^7.4.1",
"ajv": "^6.9.1",
"animejs": "^3.2.0",
"brimcap": "brimdata/brimcap#v1.5.3",
"brimcap": "brimdata/brimcap#v1.5.4",
"chalk": "^4.1.0",
"chevrotain": "^10.5.0",
"chrono-node": "^2.5.0",
Expand Down 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#4241f5f64258a2fdf046d65729efda5a96795bca",
"zed": "brimdata/zed#v1.11.1",
"zui-test-data": "workspace:*"
},
"peerDependencies": {
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6816,12 +6816,12 @@ __metadata:
languageName: node
linkType: hard

"brimcap@brimdata/brimcap#v1.5.3":
"brimcap@brimdata/brimcap#v1.5.4":
version: 1.1.2
resolution: "brimcap@https://github.com/brimdata/brimcap.git#commit=a1dade0e3092d9875a84031e3ad1049e50960adc"
resolution: "brimcap@https://github.com/brimdata/brimcap.git#commit=8fd3044a01ec04b952ce0e9c258bcde2a1a009fb"
bin:
brimcap: build/dist/brimcap
checksum: 13e0367efc46fd6f9be9b2ce8d6e6cc547f318824b703072d2469320485b7a96b1e0a290142eaa4731f93ec23ea6e86bf5bb0c0ffe491319d29375418d3a1fc6
checksum: 9f660924d186da63a256151b94ae1a19a10f6811678db378883c0ec92482b7753670c256c3f24bf7b1ab03192e64feb0f26ea39e0e55427114d67ecb21f9c838
languageName: node
linkType: hard

Expand Down Expand Up @@ -19067,10 +19067,10 @@ __metadata:
languageName: node
linkType: hard

"zed@brimdata/zed#4241f5f64258a2fdf046d65729efda5a96795bca":
"zed@brimdata/zed#v1.11.1":
version: 0.33.0-dev
resolution: "zed@https://github.com/brimdata/zed.git#commit=4241f5f64258a2fdf046d65729efda5a96795bca"
checksum: e04e47d5584fe7c40a99ecd4994f7db73641f375decd93a03855b78465b7635f0e9b480c6bcc421f34f8dbcee5f2ff56cc95036574346bf640305b0d27a44fd2
resolution: "zed@https://github.com/brimdata/zed.git#commit=d78f2a68e2d4955396798a4f1f572b3481af6da6"
checksum: a8a5a0a94d2ccb63b9a31dfbd9c5ad50897329a781bad073c2eba3474e5e114138518a1f6c6bd8fe5256292b67273d486fb1c218af1b06bd123d5bd81054dcc4
languageName: node
linkType: hard

Expand Down Expand Up @@ -19179,7 +19179,7 @@ __metadata:
acorn: ^7.4.1
ajv: ^6.9.1
animejs: ^3.2.0
brimcap: "brimdata/brimcap#v1.5.3"
brimcap: "brimdata/brimcap#v1.5.4"
chalk: ^4.1.0
chevrotain: ^10.5.0
chrono-node: ^2.5.0
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#4241f5f64258a2fdf046d65729efda5a96795bca"
zed: "brimdata/zed#v1.11.1"
zui-test-data: "workspace:*"
peerDependencies:
react: ^18.0.0
Expand Down

0 comments on commit 719d262

Please sign in to comment.