Skip to content

Commit 0f315cb

Browse files
Bump react, react-dom and @types/react
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react), [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) 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.2.4 - [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.2.4/packages/react) Updates `react-dom` from 18.3.1 to 19.2.4 - [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.2.4/packages/react-dom) Updates `@types/react` from 18.3.5 to 19.2.10 - [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.2.4 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: react-dom dependency-version: 19.2.4 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: "@types/react" dependency-version: 19.2.10 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7393b09 commit 0f315cb

2 files changed

Lines changed: 1345 additions & 1364 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,16 @@
1515
"@astrojs/react": "^4.4.2",
1616
"@astrojs/tailwind": "^6.0.2",
1717
"@heroui/react": "2.8.5",
18-
"@types/react": "^18.3.5",
18+
"@types/react": "^19.2.10",
1919
"@types/react-dom": "^18.3.0",
2020
"astro": "^4.15.4",
2121
"astro-particles": "^2.10.0",
2222
"astro-seo": "^0.8.4",
2323
"framer-motion": "^12.29.2",
2424
"hotkeypad": "^1.0.2",
2525
"ninja-keys": "^1.2.2",
26-
"react": "^18.3.1",
27-
"react-dom": "^18.3.1",
26+
"react": "^19.2.4",
27+
"react-dom": "^19.2.4",
2828
"tailwindcss": "^3.4.19",
2929
"tsparticles": "2.12",
3030
"tsparticles-engine": "^2.12.0",

0 commit comments

Comments
 (0)