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

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

chore: update dependencies

parent ec1cedea
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -41,10 +41,10 @@
        "source-map-support": "^0.5.21"
    },
    "devDependencies": {
        "@types/node": "^22.13.10",
        "@types/node": "^22.14.1",
        "@yume-chan/eslint-config": "workspace:^",
        "@yume-chan/tsconfig": "workspace:^",
        "prettier": "^3.5.3",
        "typescript": "^5.8.2"
        "typescript": "^5.8.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.5.3",
        "typescript": "^5.8.2"
        "typescript": "^5.8.3"
    }
}
+2 −2
Original line number Diff line number Diff line
@@ -39,11 +39,11 @@
        "@yume-chan/struct": "workspace:^"
    },
    "devDependencies": {
        "@types/node": "^22.13.10",
        "@types/node": "^22.14.1",
        "@yume-chan/eslint-config": "workspace:^",
        "@yume-chan/test-runner": "workspace:^",
        "@yume-chan/tsconfig": "workspace:^",
        "prettier": "^3.5.3",
        "typescript": "^5.8.2"
        "typescript": "^5.8.3"
    }
}
+3 −3
Original line number Diff line number Diff line
@@ -34,18 +34,18 @@
    },
    "dependencies": {
        "@yume-chan/adb": "workspace:^",
        "@yume-chan/async": "^4.0.2",
        "@yume-chan/async": "^4.1.2",
        "@yume-chan/event": "workspace:^",
        "@yume-chan/scrcpy": "workspace:^",
        "@yume-chan/stream-extra": "workspace:^",
        "@yume-chan/struct": "workspace:^"
    },
    "devDependencies": {
        "@types/node": "^22.13.10",
        "@types/node": "^22.14.1",
        "@yume-chan/eslint-config": "workspace:^",
        "@yume-chan/test-runner": "workspace:^",
        "@yume-chan/tsconfig": "workspace:^",
        "prettier": "^3.5.3",
        "typescript": "^5.8.2"
        "typescript": "^5.8.3"
    }
}
+3 −3
Original line number Diff line number Diff line
@@ -33,15 +33,15 @@
    },
    "dependencies": {
        "@yume-chan/adb": "workspace:^",
        "@yume-chan/async": "^4.0.2",
        "@yume-chan/async": "^4.1.2",
        "@yume-chan/stream-extra": "workspace:^",
        "@yume-chan/struct": "workspace:^"
    },
    "devDependencies": {
        "@types/node": "^22.13.10",
        "@types/node": "^22.14.1",
        "@yume-chan/eslint-config": "workspace:^",
        "@yume-chan/tsconfig": "workspace:^",
        "prettier": "^3.5.3",
        "typescript": "^5.8.2"
        "typescript": "^5.8.3"
    }
}
Loading