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

Unverified Commit 433f9b98 authored by Simon Chan's avatar Simon Chan
Browse files

chore: update dependencies

parent 2abec924
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -37,15 +37,15 @@
        "@yume-chan/stream-extra": "workspace:^0.0.20",
        "commander": "^10.0.1",
        "source-map-support": "^0.5.21",
        "tslib": "^2.5.2"
        "tslib": "^2.6.0"
    },
    "devDependencies": {
        "@types/node": "^20.2.1",
        "@types/node": "^20.4.0",
        "@yume-chan/eslint-config": "workspace:^1.0.0",
        "@yume-chan/tsconfig": "workspace:^1.0.0",
        "eslint": "^8.41.0",
        "eslint": "^8.44.0",
        "jest": "^29.5.0",
        "prettier": "^2.8.8",
        "typescript": "^5.0.3"
        "prettier": "^3.0.0",
        "typescript": "^5.1.6"
    }
}
+20 −20
Original line number Diff line number Diff line
@@ -10,12 +10,12 @@
        "lint": "next lint"
    },
    "dependencies": {
        "@fluentui/react": "^8.109.4",
        "@fluentui/react-file-type-icons": "^8.8.17",
        "@fluentui/react-hooks": "^8.6.24",
        "@fluentui/react-icons": "^2.0.202",
        "@fluentui/style-utilities": "^8.9.10",
        "@griffel/react": "^1.5.7",
        "@fluentui/react": "^8.110.7",
        "@fluentui/react-file-type-icons": "^8.9.3",
        "@fluentui/react-hooks": "^8.6.29",
        "@fluentui/react-icons": "^2.0.206",
        "@fluentui/style-utilities": "^8.9.16",
        "@griffel/react": "^1.5.10",
        "@yume-chan/adb": "workspace:^0.0.20",
        "@yume-chan/adb-credential-web": "workspace:^0.0.20",
        "@yume-chan/adb-daemon-direct-sockets": "workspace:^0.0.9",
@@ -39,26 +39,26 @@
        "@yume-chan/undici-browser": "5.22.1-mod.7",
        "comlink": "^4.4.1",
        "fflate": "^0.7.4",
        "mobx": "^6.7.0",
        "mobx": "^6.9.0",
        "mobx-react-lite": "^3.4.3",
        "next": "13.4.3",
        "next": "13.4.9",
        "react": "^18.2.0",
        "react-dom": "^18.2.0",
        "webm-muxer": "^3.1.0"
        "webm-muxer": "^3.1.1"
    },
    "devDependencies": {
        "@mdx-js/loader": "^2.2.1",
        "@mdx-js/react": "^2.2.1",
        "@next/bundle-analyzer": "^13.4.3",
        "@next/mdx": "^13.3.1",
        "@types/dom-webcodecs": "^0.1.6",
        "@types/node": "^20.2.1",
        "@types/react": "18.2.6",
        "@mdx-js/loader": "^2.3.0",
        "@mdx-js/react": "^2.3.0",
        "@next/bundle-analyzer": "^13.4.9",
        "@next/mdx": "^13.4.9",
        "@types/dom-webcodecs": "^0.1.8",
        "@types/node": "^20.4.0",
        "@types/react": "18.2.14",
        "@yume-chan/next-pwa": "5.6.0-mod.2",
        "eslint": "^8.41.0",
        "eslint-config-next": "13.4.3",
        "prettier": "^2.8.8",
        "eslint": "^8.44.0",
        "eslint-config-next": "13.4.9",
        "prettier": "^3.0.0",
        "source-map-loader": "^4.0.1",
        "typescript": "^5.0.3"
        "typescript": "^5.1.6"
    }
}
+2 −2
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@ const DropdownStyles = { dropdown: { width: "100%" } };

const CredentialStore = new AdbWebCredentialStore();

function _Connect(): JSX.Element | null {
function ConnectCore(): JSX.Element | null {
    const [selected, setSelected] = useState<AdbDaemonDevice | undefined>();
    const [connecting, setConnecting] = useState(false);

@@ -386,4 +386,4 @@ function _Connect(): JSX.Element | null {
    );
}

export const Connect = observer(_Connect);
export const Connect = observer(ConnectCore);
+840 −661

File changed.

Preview size limit exceeded, changes collapsed.

+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": "749c0b292fb7bef0d2e3e177d6dc093da3453d0c",
  "pnpmShrinkwrapHash": "a5141c6066b3d19a36bfe08201796dd2828a4130",
  "preferredVersionsHash": "bf21a9e8fbc5a3846fb05b4fa0859e0917b2202f"
}
Loading