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

Unverified Commit 443521f9 authored by Simon Chan's avatar Simon Chan
Browse files

chore: update dependencies

parent bd4f68d6
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -41,7 +41,7 @@
        "source-map-support": "^0.5.21"
        "source-map-support": "^0.5.21"
    },
    },
    "devDependencies": {
    "devDependencies": {
        "@types/node": "^22.14.1",
        "@types/node": "^22.15.3",
        "@yume-chan/eslint-config": "workspace:^",
        "@yume-chan/eslint-config": "workspace:^",
        "@yume-chan/tsconfig": "workspace:^",
        "@yume-chan/tsconfig": "workspace:^",
        "prettier": "^3.5.3",
        "prettier": "^3.5.3",
+1 −1
Original line number Original line Diff line number Diff line
@@ -39,7 +39,7 @@
        "@yume-chan/struct": "workspace:^"
        "@yume-chan/struct": "workspace:^"
    },
    },
    "devDependencies": {
    "devDependencies": {
        "@types/node": "^22.14.1",
        "@types/node": "^22.15.3",
        "@yume-chan/eslint-config": "workspace:^",
        "@yume-chan/eslint-config": "workspace:^",
        "@yume-chan/test-runner": "workspace:^",
        "@yume-chan/test-runner": "workspace:^",
        "@yume-chan/tsconfig": "workspace:^",
        "@yume-chan/tsconfig": "workspace:^",
+2 −2
Original line number Original line Diff line number Diff line
@@ -34,14 +34,14 @@
    },
    },
    "dependencies": {
    "dependencies": {
        "@yume-chan/adb": "workspace:^",
        "@yume-chan/adb": "workspace:^",
        "@yume-chan/async": "^4.1.2",
        "@yume-chan/async": "^4.1.3",
        "@yume-chan/event": "workspace:^",
        "@yume-chan/event": "workspace:^",
        "@yume-chan/scrcpy": "workspace:^",
        "@yume-chan/scrcpy": "workspace:^",
        "@yume-chan/stream-extra": "workspace:^",
        "@yume-chan/stream-extra": "workspace:^",
        "@yume-chan/struct": "workspace:^"
        "@yume-chan/struct": "workspace:^"
    },
    },
    "devDependencies": {
    "devDependencies": {
        "@types/node": "^22.14.1",
        "@types/node": "^22.15.3",
        "@yume-chan/eslint-config": "workspace:^",
        "@yume-chan/eslint-config": "workspace:^",
        "@yume-chan/test-runner": "workspace:^",
        "@yume-chan/test-runner": "workspace:^",
        "@yume-chan/tsconfig": "workspace:^",
        "@yume-chan/tsconfig": "workspace:^",
+2 −2
Original line number Original line Diff line number Diff line
@@ -33,12 +33,12 @@
    },
    },
    "dependencies": {
    "dependencies": {
        "@yume-chan/adb": "workspace:^",
        "@yume-chan/adb": "workspace:^",
        "@yume-chan/async": "^4.1.2",
        "@yume-chan/async": "^4.1.3",
        "@yume-chan/stream-extra": "workspace:^",
        "@yume-chan/stream-extra": "workspace:^",
        "@yume-chan/struct": "workspace:^"
        "@yume-chan/struct": "workspace:^"
    },
    },
    "devDependencies": {
    "devDependencies": {
        "@types/node": "^22.14.1",
        "@types/node": "^22.15.3",
        "@yume-chan/eslint-config": "workspace:^",
        "@yume-chan/eslint-config": "workspace:^",
        "@yume-chan/tsconfig": "workspace:^",
        "@yume-chan/tsconfig": "workspace:^",
        "prettier": "^3.5.3",
        "prettier": "^3.5.3",
+2 −2
Original line number Original line Diff line number Diff line
@@ -32,14 +32,14 @@
        "test": "run-test"
        "test": "run-test"
    },
    },
    "dependencies": {
    "dependencies": {
        "@yume-chan/async": "^4.1.2",
        "@yume-chan/async": "^4.1.3",
        "@yume-chan/event": "workspace:^",
        "@yume-chan/event": "workspace:^",
        "@yume-chan/no-data-view": "workspace:^",
        "@yume-chan/no-data-view": "workspace:^",
        "@yume-chan/stream-extra": "workspace:^",
        "@yume-chan/stream-extra": "workspace:^",
        "@yume-chan/struct": "workspace:^"
        "@yume-chan/struct": "workspace:^"
    },
    },
    "devDependencies": {
    "devDependencies": {
        "@types/node": "^22.14.1",
        "@types/node": "^22.15.3",
        "@yume-chan/eslint-config": "workspace:^",
        "@yume-chan/eslint-config": "workspace:^",
        "@yume-chan/test-runner": "workspace:^",
        "@yume-chan/test-runner": "workspace:^",
        "@yume-chan/tsconfig": "workspace:^",
        "@yume-chan/tsconfig": "workspace:^",
Loading