Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 613bb85b authored by Simon Chan's avatar Simon Chan
Browse files

chore: fix build

parent 130dd981
Loading
Loading
Loading
Loading
+14 −8
Original line number Diff line number Diff line
@@ -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 −1
Original line number Diff line number Diff line
// DO NOT MODIFY THIS FILE MANUALLY BUT DO COMMIT IT. It is generated and used by Rush.
{
  "pnpmShrinkwrapHash": "9260965b9e4f25a33cd08b49276a2c61201d3aa0",
  "pnpmShrinkwrapHash": "de32631f93b212e819ba1a28f07eb408d9c0952c",
  "preferredVersionsHash": "bf21a9e8fbc5a3846fb05b4fa0859e0917b2202f"
}
+11 −10
Original line number Diff line number Diff line
{
    "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"
    },
+3 −3
Original line number Diff line number Diff line
@@ -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",