mirror of
https://github.com/eugeny/tabby
synced 2026-09-25 14:36:01 +00:00
Package-Build / Lint (push) Canceled after 0s
CodeQL / Analyze (javascript) (push) Canceled after 0s
Docs / build (push) Canceled after 0s
Package-Build / macOS-Build (arm64, aarch64-apple-darwin) (push) Canceled after 0s
Package-Build / macOS-Build (x86_64, x86_64-apple-darwin) (push) Canceled after 0s
Package-Build / Linux-Build (amd64, x64, ubuntu-24.04, x86_64-unknown-linux-gnu) (push) Canceled after 0s
Package-Build / Linux-Build (arm64, arm64, ubuntu-24.04-arm, aarch64-unknown-linux-gnu, aarch64-linux-gnu-) (push) Canceled after 0s
Package-Build / Linux-Build (armhf, arm, ubuntu-24.04, arm-unknown-linux-gnueabihf, arm-linux-gnueabihf-) (push) Canceled after 0s
Package-Build / Windows-Build (arm64, aarch64-pc-windows-msvc) (push) Canceled after 0s
Package-Build / Windows-Build (x64, x86_64-pc-windows-msvc) (push) Canceled after 0s
* bump minor deps * .
25 lines
599 B
JSON
25 lines
599 B
JSON
{
|
|
"name": "tabby-web-container",
|
|
"devDependencies": {
|
|
"assert": "1.5.0",
|
|
"browserify-zlib": "^0.2.0",
|
|
"buffer": "^6",
|
|
"constants-browserify": "^1",
|
|
"crypto-browserify": "^3",
|
|
"deepmerge": "^4",
|
|
"events": "^3",
|
|
"patch-package": "^6",
|
|
"path-browserify": "^1",
|
|
"readline-browserify": "^0.0.4",
|
|
"stream-browserify": "^3",
|
|
"url": "^0.11.0"
|
|
},
|
|
"resolutions": {
|
|
"**/util": "^0.12.0"
|
|
},
|
|
"scripts": {
|
|
"prepare": "patch-package"
|
|
},
|
|
"version": "1.0.231-nightly.0"
|
|
}
|