diff --git a/common/config/rush/pnpm-lock.yaml b/common/config/rush/pnpm-lock.yaml index fe93506e..b35aefd7 100644 --- a/common/config/rush/pnpm-lock.yaml +++ b/common/config/rush/pnpm-lock.yaml @@ -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'} diff --git a/common/config/rush/repo-state.json b/common/config/rush/repo-state.json index 7f3f1219..e8e13769 100644 --- a/common/config/rush/repo-state.json +++ b/common/config/rush/repo-state.json @@ -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" } diff --git a/libraries/tabby-launcher/package.json b/libraries/tabby-launcher/package.json index 9b362de9..c6c8734f 100644 --- a/libraries/tabby-launcher/package.json +++ b/libraries/tabby-launcher/package.json @@ -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" }, diff --git a/libraries/tabby-tango/package.json b/libraries/tabby-tango/package.json index 8d76459a..ab66e417 100644 --- a/libraries/tabby-tango/package.json +++ b/libraries/tabby-tango/package.json @@ -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",