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

Commit 6ebb9753 authored by Simon Chan's avatar Simon Chan
Browse files

chore: update dependencies

parent d51ac8da
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -37,14 +37,14 @@
        "@yume-chan/adb-server-node-tcp": "workspace:^",
        "@yume-chan/android-bin": "workspace:^",
        "@yume-chan/stream-extra": "workspace:^",
        "commander": "^12.1.0",
        "commander": "^13.0.0",
        "source-map-support": "^0.5.21"
    },
    "devDependencies": {
        "@types/node": "^22.10.2",
        "@types/node": "^22.10.5",
        "@yume-chan/eslint-config": "workspace:^",
        "@yume-chan/tsconfig": "workspace:^",
        "prettier": "^3.4.2",
        "typescript": "^5.7.2"
        "typescript": "^5.7.3"
    }
}
+1 −1
Original line number Diff line number Diff line
@@ -36,6 +36,6 @@
        "@yume-chan/eslint-config": "workspace:^",
        "@yume-chan/tsconfig": "workspace:^",
        "prettier": "^3.4.2",
        "typescript": "^5.7.2"
        "typescript": "^5.7.3"
    }
}
+2 −2
Original line number Diff line number Diff line
@@ -39,11 +39,11 @@
        "@yume-chan/struct": "workspace:^"
    },
    "devDependencies": {
        "@types/node": "^22.10.2",
        "@types/node": "^22.10.5",
        "@yume-chan/eslint-config": "workspace:^",
        "@yume-chan/test-runner": "workspace:^",
        "@yume-chan/tsconfig": "workspace:^",
        "prettier": "^3.4.2",
        "typescript": "^5.7.2"
        "typescript": "^5.7.3"
    }
}
+1 −1
Original line number Diff line number Diff line
@@ -43,6 +43,6 @@
        "@yume-chan/eslint-config": "workspace:^",
        "@yume-chan/tsconfig": "workspace:^",
        "prettier": "^3.4.2",
        "typescript": "^5.7.2"
        "typescript": "^5.7.3"
    }
}
+2 −2
Original line number Diff line number Diff line
@@ -38,10 +38,10 @@
        "@yume-chan/struct": "workspace:^"
    },
    "devDependencies": {
        "@types/node": "^22.10.2",
        "@types/node": "^22.10.5",
        "@yume-chan/eslint-config": "workspace:^",
        "@yume-chan/tsconfig": "workspace:^",
        "prettier": "^3.4.2",
        "typescript": "^5.7.2"
        "typescript": "^5.7.3"
    }
}
Loading