Skip to content

Commit e8adc4d

Browse files
build(deps-dev): bump the dev-dependencies group with 5 updates (#7536)
Bumps the dev-dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [@types/express-session](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express-session) | `1.18.2` | `1.19.0` | | [eslint-config-etherpad](https://github.com/ether/eslint-config-etherpad) | `4.0.4` | `4.0.5` | | [typescript](https://github.com/microsoft/TypeScript) | `6.0.2` | `6.0.3` | | [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) | `7.0.1` | `7.1.0` | | [react-i18next](https://github.com/i18next/react-i18next) | `17.0.3` | `17.0.4` | Updates `@types/express-session` from 1.18.2 to 1.19.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/express-session) Updates `eslint-config-etherpad` from 4.0.4 to 4.0.5 - [Commits](ether/eslint-config-etherpad@v4.0.4...v4.0.5) Updates `typescript` from 6.0.2 to 6.0.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v6.0.2...v6.0.3) Updates `eslint-plugin-react-hooks` from 7.0.1 to 7.1.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 `react-i18next` from 17.0.3 to 17.0.4 - [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md) - [Commits](i18next/react-i18next@v17.0.3...v17.0.4) --- updated-dependencies: - dependency-name: "@types/express-session" dependency-version: 1.19.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: eslint-config-etherpad dependency-version: 4.0.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: typescript dependency-version: 6.0.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: eslint-plugin-react-hooks dependency-version: 7.1.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: react-i18next dependency-version: 17.0.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent aed5424 commit e8adc4d

5 files changed

Lines changed: 441 additions & 522 deletions

File tree

admin/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,18 @@
2323
"@vitejs/plugin-react": "^6.0.1",
2424
"babel-plugin-react-compiler": "19.1.0-rc.3",
2525
"eslint": "^10.2.0",
26-
"eslint-plugin-react-hooks": "^7.0.1",
26+
"eslint-plugin-react-hooks": "^7.1.0",
2727
"eslint-plugin-react-refresh": "^0.5.2",
2828
"i18next": "^26.0.5",
2929
"i18next-browser-languagedetector": "^8.2.1",
3030
"lucide-react": "^1.8.0",
3131
"react": "^19.2.5",
3232
"react-dom": "^19.2.5",
3333
"react-hook-form": "^7.72.1",
34-
"react-i18next": "^17.0.3",
34+
"react-i18next": "^17.0.4",
3535
"react-router-dom": "^7.14.1",
3636
"socket.io-client": "^4.8.3",
37-
"typescript": "^6.0.2",
37+
"typescript": "^6.0.3",
3838
"vite": "npm:rolldown-vite@7.2.10",
3939
"vite-plugin-babel": "^1.6.0",
4040
"vite-plugin-static-copy": "^4.0.1",

bin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"devDependencies": {
1818
"@types/node": "^25.6.0",
1919
"@types/semver": "^7.7.1",
20-
"typescript": "^6.0.2"
20+
"typescript": "^6.0.3"
2121
},
2222
"scripts": {
2323
"makeDocs": "node --import tsx make_docs.ts",

0 commit comments

Comments
 (0)