Skip to content

Commit e5735c9

Browse files
build(deps): bump react-dom and @types/react-dom
Bumps [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) and [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom). These dependencies needed to be updated together. Updates `react-dom` from 19.1.0 to 19.2.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.2.0/packages/react-dom) Updates `@types/react-dom` from 19.1.6 to 19.2.2 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom) --- updated-dependencies: - dependency-name: react-dom dependency-version: 19.2.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: "@types/react-dom" dependency-version: 19.2.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8ba6447 commit e5735c9

File tree

2 files changed

+83
-83
lines changed

2 files changed

+83
-83
lines changed

apps/typegpu-docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@typegpu/noise": "workspace:*",
3030
"@typegpu/sdf": "workspace:*",
3131
"@types/react": "^19.1.8",
32-
"@types/react-dom": "^19.1.6",
32+
"@types/react-dom": "^19.2.2",
3333
"arktype": "catalog:",
3434
"astro": "^5.13.7",
3535
"classnames": "^2.5.1",
@@ -44,7 +44,7 @@
4444
"motion": "^12.23.7",
4545
"pathe": "^2.0.3",
4646
"react": "^19.1.0",
47-
"react-dom": "^19.1.0",
47+
"react-dom": "^19.2.0",
4848
"rehype-mathjax": "^7.1.0",
4949
"remark-math": "^6.0.0",
5050
"remeda": "^2.21.2",

0 commit comments

Comments
 (0)