mirror of
https://github.com/yume-chan/ya-webadb.git
synced 2025-10-03 01:39:21 +02:00
chore: fix build
This commit is contained in:
parent
130dd98145
commit
613bb85bf3
4 changed files with 29 additions and 22 deletions
22
common/config/rush/pnpm-lock.yaml
generated
22
common/config/rush/pnpm-lock.yaml
generated
|
@ -610,6 +610,7 @@ importers:
|
|||
'@yume-chan/stream-extra': workspace:^0.0.19
|
||||
'@yume-chan/tabby-tango': workspace:^0.0.19
|
||||
buffer: ^6.0.3
|
||||
console-browserify: ^1.2.0
|
||||
core-js: ^3.21.1
|
||||
crypto-browserify: ^3.12.0
|
||||
css-loader: ^6.7.3
|
||||
|
@ -627,11 +628,11 @@ importers:
|
|||
source-map-loader: ^4.0.1
|
||||
source-sans-pro: 3.6.0
|
||||
style-loader: ^3.3.1
|
||||
tabby-community-color-schemes: 1.0.197-nightly.1
|
||||
tabby-core: 1.0.197-nightly.1
|
||||
tabby-settings: 1.0.197-nightly.1
|
||||
tabby-terminal: 1.0.197-nightly.1
|
||||
tabby-web: 1.0.197-nightly.1
|
||||
tabby-community-color-schemes: ^1.0.197-nightly.1
|
||||
tabby-core: ^1.0.197-nightly.1
|
||||
tabby-settings: ^1.0.197-nightly.1
|
||||
tabby-terminal: ^1.0.197-nightly.1
|
||||
tabby-web: ^1.0.197-nightly.1
|
||||
ts-loader: ^9.4.2
|
||||
typescript: ^5.0.3
|
||||
url: ^0.11.0
|
||||
|
@ -659,6 +660,7 @@ importers:
|
|||
'@yume-chan/stream-extra': link:../stream-extra
|
||||
'@yume-chan/tabby-tango': link:../tabby-tango
|
||||
buffer: 6.0.3
|
||||
console-browserify: 1.2.0
|
||||
core-js: 3.30.1
|
||||
crypto-browserify: 3.12.0
|
||||
css-loader: 6.7.3_webpack@5.80.0
|
||||
|
@ -712,9 +714,9 @@ importers:
|
|||
rxjs: ^7.8.0
|
||||
source-map-loader: ^4.0.1
|
||||
svg-inline-loader: ^0.8.2
|
||||
tabby-core: 1.0.197-nightly.1
|
||||
tabby-settings: 1.0.197-nightly.1
|
||||
tabby-terminal: 1.0.197-nightly.1
|
||||
tabby-core: ^1.0.197-nightly.1
|
||||
tabby-settings: ^1.0.197-nightly.1
|
||||
tabby-terminal: ^1.0.197-nightly.1
|
||||
tslib: ^2.5.0
|
||||
typescript: ^5.0.3
|
||||
webpack: ^5.78.0
|
||||
|
@ -4365,6 +4367,10 @@ packages:
|
|||
/concat-map/0.0.1:
|
||||
resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==}
|
||||
|
||||
/console-browserify/1.2.0:
|
||||
resolution: {integrity: sha512-ZMkYO/LkF17QvCPqM0gxw8yUzigAOZOSWSHg91FH6orS7vcEj5dVZTidN2fQ14yBSdg97RqhSNwLUXInd52OTA==}
|
||||
dev: true
|
||||
|
||||
/content-disposition/0.5.4:
|
||||
resolution: {integrity: sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==}
|
||||
engines: {node: '>= 0.6'}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// DO NOT MODIFY THIS FILE MANUALLY BUT DO COMMIT IT. It is generated and used by Rush.
|
||||
{
|
||||
"pnpmShrinkwrapHash": "9260965b9e4f25a33cd08b49276a2c61201d3aa0",
|
||||
"pnpmShrinkwrapHash": "de32631f93b212e819ba1a28f07eb408d9c0952c",
|
||||
"preferredVersionsHash": "bf21a9e8fbc5a3846fb05b4fa0859e0917b2202f"
|
||||
}
|
||||
|
|
|
@ -1,9 +1,4 @@
|
|||
{
|
||||
"peerDependencies": {
|
||||
"@yume-chan/adb": "workspace:^0.0.19",
|
||||
"@yume-chan/adb-backend-proxy": "workspace:^0.0.19",
|
||||
"@yume-chan/stream-extra": "workspace:^0.0.19"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular/animations": "^15.2.6",
|
||||
"@angular/cdk": "^15.2.6",
|
||||
|
@ -23,6 +18,7 @@
|
|||
"@yume-chan/stream-extra": "workspace:^0.0.19",
|
||||
"@yume-chan/tabby-tango": "workspace:^0.0.19",
|
||||
"buffer": "^6.0.3",
|
||||
"console-browserify": "^1.2.0",
|
||||
"core-js": "^3.21.1",
|
||||
"crypto-browserify": "^3.12.0",
|
||||
"css-loader": "^6.7.3",
|
||||
|
@ -40,11 +36,11 @@
|
|||
"source-map-loader": "^4.0.1",
|
||||
"source-sans-pro": "3.6.0",
|
||||
"style-loader": "^3.3.1",
|
||||
"tabby-community-color-schemes": "1.0.197-nightly.1",
|
||||
"tabby-core": "1.0.197-nightly.1",
|
||||
"tabby-settings": "1.0.197-nightly.1",
|
||||
"tabby-terminal": "1.0.197-nightly.1",
|
||||
"tabby-web": "1.0.197-nightly.1",
|
||||
"tabby-community-color-schemes": "^1.0.197-nightly.1",
|
||||
"tabby-core": "^1.0.197-nightly.1",
|
||||
"tabby-settings": "^1.0.197-nightly.1",
|
||||
"tabby-terminal": "^1.0.197-nightly.1",
|
||||
"tabby-web": "^1.0.197-nightly.1",
|
||||
"ts-loader": "^9.4.2",
|
||||
"typescript": "^5.0.3",
|
||||
"url": "^0.11.0",
|
||||
|
@ -56,6 +52,11 @@
|
|||
},
|
||||
"main": "dist/main.js",
|
||||
"name": "@yume-chan/tabby-launcher",
|
||||
"peerDependencies": {
|
||||
"@yume-chan/adb": "workspace:^0.0.19",
|
||||
"@yume-chan/adb-backend-proxy": "workspace:^0.0.19",
|
||||
"@yume-chan/stream-extra": "workspace:^0.0.19"
|
||||
},
|
||||
"resolutions": {
|
||||
"**/util": "^0.12.0"
|
||||
},
|
||||
|
|
|
@ -34,9 +34,9 @@
|
|||
"mobx": "^6.7.0",
|
||||
"rxjs": "^7.8.0",
|
||||
"source-map-loader": "^4.0.1",
|
||||
"tabby-core": "1.0.197-nightly.1",
|
||||
"tabby-settings": "1.0.197-nightly.1",
|
||||
"tabby-terminal": "1.0.197-nightly.1",
|
||||
"tabby-core": "^1.0.197-nightly.1",
|
||||
"tabby-settings": "^1.0.197-nightly.1",
|
||||
"tabby-terminal": "^1.0.197-nightly.1",
|
||||
"tslib": "^2.5.0",
|
||||
"typescript": "^5.0.3",
|
||||
"webpack": "^5.78.0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue