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

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

chore: update dependencies, update license year

parent 90cc63ee
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
MIT License

Copyright (c) 2020-2024 Simon Chan
Copyright (c) 2020-2025 Simon Chan

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
+3 −3
Original line number Diff line number Diff line
@@ -41,10 +41,10 @@
        "source-map-support": "^0.5.21"
    },
    "devDependencies": {
        "@types/node": "^22.10.10",
        "@types/node": "^22.13.8",
        "@yume-chan/eslint-config": "workspace:^",
        "@yume-chan/tsconfig": "workspace:^",
        "prettier": "^3.4.2",
        "typescript": "^5.7.3"
        "prettier": "^3.5.2",
        "typescript": "^5.8.2"
    }
}
+2 −2
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@
    "devDependencies": {
        "@yume-chan/eslint-config": "workspace:^",
        "@yume-chan/tsconfig": "workspace:^",
        "prettier": "^3.4.2",
        "typescript": "^5.7.3"
        "prettier": "^3.5.2",
        "typescript": "^5.8.2"
    }
}
+1 −1
Original line number Diff line number Diff line
MIT License

Copyright (c) 2020-2024 Simon Chan
Copyright (c) 2020-2025 Simon Chan

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
+3 −3
Original line number Diff line number Diff line
@@ -39,11 +39,11 @@
        "@yume-chan/struct": "workspace:^"
    },
    "devDependencies": {
        "@types/node": "^22.10.10",
        "@types/node": "^22.13.8",
        "@yume-chan/eslint-config": "workspace:^",
        "@yume-chan/test-runner": "workspace:^",
        "@yume-chan/tsconfig": "workspace:^",
        "prettier": "^3.4.2",
        "typescript": "^5.7.3"
        "prettier": "^3.5.2",
        "typescript": "^5.8.2"
    }
}
Loading