Skip to content

Commit 2f3528c

Browse files
Bump react and @types/react in /client
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) and [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react). These dependencies needed to be updated together. Updates `react` from 19.0.0 to 19.1.0 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v19.1.0/packages/react) Updates `@types/react` from 19.0.10 to 19.1.6 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) --- updated-dependencies: - dependency-name: react dependency-version: 19.1.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: "@types/react" dependency-version: 19.1.6 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 86e92eb commit 2f3528c

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

client/package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"i18next-browser-languagedetector": "^8.0.0",
2424
"i18next-http-backend": "^3.0.2",
2525
"jwt-decode": "^4.0.0",
26-
"react": "^19.0.0",
26+
"react": "^19.1.0",
2727
"react-dom": "^19.0.0",
2828
"react-error-boundary": "^5.0.0",
2929
"react-i18next": "^15.1.2",
@@ -37,7 +37,7 @@
3737
"@testing-library/jest-dom": "^5.17.0",
3838
"@testing-library/react": "^16.1.0",
3939
"@testing-library/user-event": "^14.6.1",
40-
"@types/react": "^19.0.10",
40+
"@types/react": "^19.1.6",
4141
"@types/react-dom": "^19.0.4",
4242
"@vitejs/plugin-react-swc": "^3.10.0",
4343
"autoprefixer": "^10.4.21",

0 commit comments

Comments
 (0)