Skip to content

Commit 7f7af66

Browse files
chore(deps): bump react and @types/react in /apps/main
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 18.3.1 to 19.0.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.0.0/packages/react) Updates `@types/react` from 18.3.12 to 19.0.1 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) --- updated-dependencies: - dependency-name: react dependency-type: direct:production update-type: version-update:semver-major - dependency-name: "@types/react" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4b1c1c0 commit 7f7af66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/main/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"dotenv-webpack": "^8.1.0",
2424
"html2plaintext": "^2.1.4",
2525
"next": "^15.0.3",
26-
"react": "^18.3.1",
26+
"react": "^19.0.0",
2727
"react-dom": "^18.3.1",
2828
"react-hotkeys-hook": "^3.4.7",
2929
"react-redux": "^9.1.2",
@@ -42,7 +42,7 @@
4242
"@types/cors": "^2.8.17",
4343
"@types/lodash": "^4.17.13",
4444
"@types/node": "^22.10.1",
45-
"@types/react": "^18.3.12",
45+
"@types/react": "^19.0.1",
4646
"@types/react-dom": "^18.3.1",
4747
"@types/react-highlight": "^0.12.8",
4848
"@types/rss": "^0.0.32",

0 commit comments

Comments
 (0)