Skip to content

Commit 3c5058a

Browse files
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 18.2.0 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-dom) Updates `@types/react-dom` from 18.2.18 to 19.0.4 - [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-type: direct:production update-type: version-update:semver-major - dependency-name: "@types/react-dom" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1f1111a commit 3c5058a

File tree

2 files changed

+20
-21
lines changed

2 files changed

+20
-21
lines changed

package-lock.json

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

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@
292292
"port-used": "^2.0.8",
293293
"quick-lru": "7.0.0",
294294
"react": "18.2.0",
295-
"react-dom": "18.2.0",
295+
"react-dom": "19.0.0",
296296
"rehype-highlight": "^7.0.0",
297297
"rehype-raw": "^7.0.0",
298298
"rehype-slug": "^6.0.0",
@@ -329,7 +329,7 @@
329329
"@types/js-cookie": "^3.0.6",
330330
"@types/lodash": "^4.14.202",
331331
"@types/react": "18.2.46",
332-
"@types/react-dom": "^18.2.18",
332+
"@types/react-dom": "^19.0.4",
333333
"@typescript-eslint/eslint-plugin": "6.17.0",
334334
"@typescript-eslint/parser": "6.17.0",
335335
"chalk": "^5.0.1",

0 commit comments

Comments
 (0)