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

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

chore: update dependencies

parent 6fc88b9b
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -43,12 +43,12 @@
        "tslib": "^2.6.2"
    },
    "devDependencies": {
        "@types/node": "^20.10.3",
        "@types/node": "^20.10.4",
        "@yume-chan/eslint-config": "workspace:^1.0.0",
        "@yume-chan/tsconfig": "workspace:^1.0.0",
        "eslint": "^8.55.0",
        "jest": "^29.7.0",
        "prettier": "^3.1.0",
        "typescript": "^5.3.2"
        "eslint": "^8.56.0",
        "jest": "^30.0.0-alpha.2",
        "prettier": "^3.1.1",
        "typescript": "^5.3.3"
    }
}
+1156 −984

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": "e0a5ef104e67de1d034439a52901a7c58661f30f",
  "pnpmShrinkwrapHash": "da9c080b9b164b35e32ebbd511862e2960bc800b",
  "preferredVersionsHash": "bf21a9e8fbc5a3846fb05b4fa0859e0917b2202f"
}
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@ var __webpack_exports__ = {};
  \*****************************************************/

// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.
// See the @microsoft/rush package's LICENSE file for license information.
// See LICENSE in the project root for license information.
require('./install-run-rush');
//# sourceMappingURL=install-run-rush-pnpm.js.map
module.exports = __webpack_exports__;
+2 −1
Original line number Diff line number Diff line
@@ -113,7 +113,8 @@ __webpack_require__.r(__webpack_exports__);
/* harmony import */ var fs__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! fs */ 657147);
/* harmony import */ var fs__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(fs__WEBPACK_IMPORTED_MODULE_1__);
// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.
// See the @microsoft/rush package's LICENSE file for license information.
// See LICENSE in the project root for license information.
/* eslint-disable no-console */


const { installAndRun, findRushJsonFolder, RUSH_JSON_FILENAME, runWithErrorAndStatusCode } = require('./install-run');
Loading