Skip to content

Commit a390f2c

Browse files
build(deps): bump react and @types/react
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.5 to 19.0.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-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 3d605fa commit a390f2c

File tree

2 files changed

+27
-43
lines changed

2 files changed

+27
-43
lines changed

apps/react/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
"dependencies": {
1111
"@spuxx/browser-utils": "workspace:@spuxx/browser-utils@*",
1212
"@spuxx/js-utils": "workspace:@spuxx/js-utils@*",
13-
"react": "18.3.1",
13+
"react": "19.0.0",
1414
"react-dom": "19.0.0"
1515
},
1616
"devDependencies": {
1717
"@modyfi/vite-plugin-yaml": "1.1.0",
18-
"@types/react": "18.3.5",
18+
"@types/react": "19.0.10",
1919
"@types/react-dom": "19.0.4",
2020
"@vitejs/plugin-react": "4.3.4",
2121
"typescript": "5.7.3",

pnpm-lock.yaml

+25-41
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)