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

Unverified Commit 14abce47 authored by Simon Chan's avatar Simon Chan
Browse files

chore: update dependencies

parent f4e4cc71
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -76,8 +76,8 @@
    ],
    "editor.tabSize": 4,
    "editor.codeActionsOnSave": {
        "source.organizeImports": true,
        "source.fixAll": true,
        "source.organizeImports": "explicit",
        "source.fixAll": "explicit"
    },
    "jest.rootPath": "packages/struct",
    "jest.showCoverageOnLoad": true,
+5 −5
Original line number Diff line number Diff line
@@ -38,17 +38,17 @@
        "@yume-chan/adb-server-node-tcp": "workspace:^0.0.21",
        "@yume-chan/android-bin": "workspace:^0.0.21",
        "@yume-chan/stream-extra": "workspace:^0.0.21",
        "commander": "^11.0.0",
        "commander": "^11.1.0",
        "source-map-support": "^0.5.21",
        "tslib": "^2.6.2"
    },
    "devDependencies": {
        "@types/node": "^20.8.3",
        "@types/node": "^20.10.3",
        "@yume-chan/eslint-config": "workspace:^1.0.0",
        "@yume-chan/tsconfig": "workspace:^1.0.0",
        "eslint": "^8.51.0",
        "eslint": "^8.55.0",
        "jest": "^29.7.0",
        "prettier": "^3.0.3",
        "typescript": "^5.2.2"
        "prettier": "^3.1.0",
        "typescript": "^5.3.2"
    }
}
+371 −279

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": "3436bac78bbfa1f13281fc3c5998f0747791e324",
  "pnpmShrinkwrapHash": "99c626fac63a48e5a1c907d57e030c04258c0e31",
  "preferredVersionsHash": "bf21a9e8fbc5a3846fb05b4fa0859e0917b2202f"
}
+3 −3
Original line number Diff line number Diff line
@@ -36,8 +36,8 @@
    "devDependencies": {
        "@yume-chan/eslint-config": "workspace:^1.0.0",
        "@yume-chan/tsconfig": "workspace:^1.0.0",
        "eslint": "^8.51.0",
        "prettier": "^3.0.3",
        "typescript": "^5.2.2"
        "eslint": "^8.55.0",
        "prettier": "^3.1.0",
        "typescript": "^5.3.2"
    }
}
Loading