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

Unverified Commit 5bafa661 authored by Simon Chan's avatar Simon Chan
Browse files

chore: update dependencies

parent 8e4c1ef9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@ $ pnpm build

### Run all tests

Tests are written using Node.js built-in test runner. Node.js 20.x is used in local development and GitHub Actions, Node.js 22.x might have a regression on parsing source maps.
Tests are written using Node.js built-in test runner. Node.js v20.16.0 and later might have a bug reporting code coverage: https://github.com/nodejs/node/issues/54240

```sh
$ pnpm test
+1 −1
Original line number Diff line number Diff line
@@ -41,7 +41,7 @@
        "source-map-support": "^0.5.21"
    },
    "devDependencies": {
        "@types/node": "^22.1.0",
        "@types/node": "^22.2.0",
        "@yume-chan/eslint-config": "workspace:^1.0.0",
        "@yume-chan/tsconfig": "workspace:^1.0.0",
        "prettier": "^3.3.3",
+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@
        "@yume-chan/struct": "workspace:^0.0.24"
    },
    "devDependencies": {
        "@types/node": "^22.1.0",
        "@types/node": "^22.2.0",
        "@yume-chan/eslint-config": "workspace:^1.0.0",
        "@yume-chan/test-runner": "workspace:^1.0.0",
        "@yume-chan/tsconfig": "workspace:^1.0.0",
+1 −1
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@
        "@yume-chan/struct": "workspace:^0.0.24"
    },
    "devDependencies": {
        "@types/node": "^22.1.0",
        "@types/node": "^22.2.0",
        "@yume-chan/eslint-config": "workspace:^1.0.0",
        "@yume-chan/tsconfig": "workspace:^1.0.0",
        "prettier": "^3.3.3",
+1 −1
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@
        "@yume-chan/struct": "workspace:^0.0.24"
    },
    "devDependencies": {
        "@types/node": "^22.1.0",
        "@types/node": "^22.2.0",
        "@yume-chan/eslint-config": "workspace:^1.0.0",
        "@yume-chan/test-runner": "workspace:^1.0.0",
        "@yume-chan/tsconfig": "workspace:^1.0.0",
Loading