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

Unverified Commit dd68af80 authored by Simon Chan's avatar Simon Chan
Browse files

chore: update dependencies

parent 9e43f294
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
@@ -33,17 +33,17 @@
        "tango-cli": "esm/index.js"
    },
    "dependencies": {
        "@yume-chan/adb": "workspace:^0.0.24",
        "@yume-chan/adb-server-node-tcp": "workspace:^0.0.24",
        "@yume-chan/android-bin": "workspace:^0.0.24",
        "@yume-chan/stream-extra": "workspace:^0.0.24",
        "@yume-chan/adb": "workspace:^",
        "@yume-chan/adb-server-node-tcp": "workspace:^",
        "@yume-chan/android-bin": "workspace:^",
        "@yume-chan/stream-extra": "workspace:^",
        "commander": "^12.1.0",
        "source-map-support": "^0.5.21"
    },
    "devDependencies": {
        "@types/node": "^22.5.4",
        "@yume-chan/eslint-config": "workspace:^1.0.0",
        "@yume-chan/tsconfig": "workspace:^1.0.0",
        "@types/node": "^22.5.5",
        "@yume-chan/eslint-config": "workspace:^",
        "@yume-chan/tsconfig": "workspace:^",
        "prettier": "^3.3.3",
        "typescript": "^5.6.2"
    }
+3 −3
Original line number Diff line number Diff line
@@ -30,11 +30,11 @@
        "prepublishOnly": "npm run build"
    },
    "dependencies": {
        "@yume-chan/adb": "workspace:^0.0.24"
        "@yume-chan/adb": "workspace:^"
    },
    "devDependencies": {
        "@yume-chan/eslint-config": "workspace:^1.0.0",
        "@yume-chan/tsconfig": "workspace:^1.0.0",
        "@yume-chan/eslint-config": "workspace:^",
        "@yume-chan/tsconfig": "workspace:^",
        "prettier": "^3.3.3",
        "typescript": "^5.6.2"
    }
+7 −7
Original line number Diff line number Diff line
@@ -33,15 +33,15 @@
    },
    "dependencies": {
        "@types/w3c-web-usb": "^1.0.10",
        "@yume-chan/adb": "workspace:^0.0.24",
        "@yume-chan/stream-extra": "workspace:^0.0.24",
        "@yume-chan/struct": "workspace:^0.0.24"
        "@yume-chan/adb": "workspace:^",
        "@yume-chan/stream-extra": "workspace:^",
        "@yume-chan/struct": "workspace:^"
    },
    "devDependencies": {
        "@types/node": "^22.5.4",
        "@yume-chan/eslint-config": "workspace:^1.0.0",
        "@yume-chan/test-runner": "workspace:^1.0.0",
        "@yume-chan/tsconfig": "workspace:^1.0.0",
        "@types/node": "^22.5.5",
        "@yume-chan/eslint-config": "workspace:^",
        "@yume-chan/test-runner": "workspace:^",
        "@yume-chan/tsconfig": "workspace:^",
        "prettier": "^3.3.3",
        "typescript": "^5.6.2"
    }
+7 −7
Original line number Diff line number Diff line
@@ -32,16 +32,16 @@
        "prepublishOnly": "npm run build"
    },
    "dependencies": {
        "@yume-chan/adb": "workspace:^0.0.24",
        "@yume-chan/adb": "workspace:^",
        "@yume-chan/async": "^2.2.0",
        "@yume-chan/event": "workspace:^0.0.24",
        "@yume-chan/scrcpy": "workspace:^0.0.24",
        "@yume-chan/stream-extra": "workspace:^0.0.24",
        "@yume-chan/struct": "workspace:^0.0.24"
        "@yume-chan/event": "workspace:^",
        "@yume-chan/scrcpy": "workspace:^",
        "@yume-chan/stream-extra": "workspace:^",
        "@yume-chan/struct": "workspace:^"
    },
    "devDependencies": {
        "@yume-chan/eslint-config": "workspace:^1.0.0",
        "@yume-chan/tsconfig": "workspace:^1.0.0",
        "@yume-chan/eslint-config": "workspace:^",
        "@yume-chan/tsconfig": "workspace:^",
        "prettier": "^3.3.3",
        "typescript": "^5.6.2"
    }
+6 −6
Original line number Diff line number Diff line
@@ -32,14 +32,14 @@
        "lint": "run-eslint && prettier src/**/*.ts --write --tab-width 4"
    },
    "dependencies": {
        "@yume-chan/adb": "workspace:^0.0.24",
        "@yume-chan/stream-extra": "workspace:^0.0.24",
        "@yume-chan/struct": "workspace:^0.0.24"
        "@yume-chan/adb": "workspace:^",
        "@yume-chan/stream-extra": "workspace:^",
        "@yume-chan/struct": "workspace:^"
    },
    "devDependencies": {
        "@types/node": "^22.5.4",
        "@yume-chan/eslint-config": "workspace:^1.0.0",
        "@yume-chan/tsconfig": "workspace:^1.0.0",
        "@types/node": "^22.5.5",
        "@yume-chan/eslint-config": "workspace:^",
        "@yume-chan/tsconfig": "workspace:^",
        "prettier": "^3.3.3",
        "typescript": "^5.6.2"
    }
Loading