Skip to content

Commit 8ae848b

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: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin), [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser), [react-hook-form](https://github.com/react-hook-form/react-hook-form) and [react-i18next](https://github.com/i18next/react-i18next). Updates `@typescript-eslint/eslint-plugin` from 8.50.1 to 8.51.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.51.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.50.1 to 8.51.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.51.0/packages/parser) Updates `react-hook-form` from 7.69.0 to 7.70.0 - [Release notes](https://github.com/react-hook-form/react-hook-form/releases) - [Changelog](https://github.com/react-hook-form/react-hook-form/blob/master/CHANGELOG.md) - [Commits](react-hook-form/react-hook-form@v7.69.0...v7.70.0) Updates `react-i18next` from 16.5.0 to 16.5.1 - [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md) - [Commits](i18next/react-i18next@v16.5.0...v16.5.1) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-version: 8.51.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: "@typescript-eslint/parser" dependency-version: 8.51.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: react-hook-form dependency-version: 7.70.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: react-i18next dependency-version: 16.5.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0bfba43 commit 8ae848b

File tree

2 files changed

+94
-91
lines changed

2 files changed

+94
-91
lines changed

admin/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"@radix-ui/react-toast": "^1.2.15",
1919
"@types/react": "^19.2.7",
2020
"@types/react-dom": "^19.2.3",
21-
"@typescript-eslint/eslint-plugin": "^8.50.1",
22-
"@typescript-eslint/parser": "^8.50.1",
21+
"@typescript-eslint/eslint-plugin": "^8.51.0",
22+
"@typescript-eslint/parser": "^8.51.0",
2323
"@vitejs/plugin-react": "^5.1.2",
2424
"babel-plugin-react-compiler": "19.1.0-rc.3",
2525
"eslint": "^9.39.2",
@@ -30,8 +30,8 @@
3030
"lucide-react": "^0.562.0",
3131
"react": "^19.2.3",
3232
"react-dom": "^19.2.3",
33-
"react-hook-form": "^7.69.0",
34-
"react-i18next": "^16.5.0",
33+
"react-hook-form": "^7.70.0",
34+
"react-i18next": "^16.5.1",
3535
"react-router-dom": "^7.11.0",
3636
"socket.io-client": "^4.8.3",
3737
"typescript": "^5.9.3",

0 commit comments

Comments
 (0)