Skip to content

Commit 0633161

Browse files
build(deps-dev): bump the dev-dependencies group across 1 directory with 4 updates
Bumps the dev-dependencies group with 4 updates in the / directory: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks), [i18next](https://github.com/i18next/i18next) and [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom). Updates `@types/node` from 24.7.0 to 24.7.1 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `eslint-plugin-react-hooks` from 6.1.1 to 7.0.0 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/packages/eslint-plugin-react-hooks/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/HEAD/packages/eslint-plugin-react-hooks) Updates `i18next` from 25.5.3 to 25.6.0 - [Release notes](https://github.com/i18next/i18next/releases) - [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md) - [Commits](i18next/i18next@v25.5.3...v25.6.0) Updates `react-router-dom` from 7.9.3 to 7.9.4 - [Release notes](https://github.com/remix-run/react-router/releases) - [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md) - [Commits](https://github.com/remix-run/react-router/commits/react-router-dom@7.9.4/packages/react-router-dom) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 24.7.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: eslint-plugin-react-hooks dependency-version: 7.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-dependencies - dependency-name: i18next dependency-version: 25.6.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: react-router-dom dependency-version: 7.9.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3ce6d0e commit 0633161

4 files changed

Lines changed: 105 additions & 92 deletions

File tree

admin/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,16 @@
2323
"@vitejs/plugin-react": "^5.0.4",
2424
"babel-plugin-react-compiler": "19.1.0-rc.3",
2525
"eslint": "^9.37.0",
26-
"eslint-plugin-react-hooks": "^6.1.1",
26+
"eslint-plugin-react-hooks": "^7.0.0",
2727
"eslint-plugin-react-refresh": "^0.4.23",
28-
"i18next": "^25.5.3",
28+
"i18next": "^25.6.0",
2929
"i18next-browser-languagedetector": "^8.2.0",
3030
"lucide-react": "^0.545.0",
3131
"react": "^19.2.0",
3232
"react-dom": "^19.2.0",
3333
"react-hook-form": "^7.64.0",
3434
"react-i18next": "^16.0.0",
35-
"react-router-dom": "^7.9.0",
35+
"react-router-dom": "^7.9.4",
3636
"socket.io-client": "^4.8.1",
3737
"typescript": "^5.9.3",
3838
"vite": "npm:rolldown-vite@latest",

bin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"ueberdb2": "^5.0.22"
1616
},
1717
"devDependencies": {
18-
"@types/node": "^24.7.0",
18+
"@types/node": "^24.7.1",
1919
"@types/semver": "^7.7.1",
2020
"typescript": "^5.9.3"
2121
},

0 commit comments

Comments
 (0)