Skip to content

Commit c1a3af8

Browse files
build(deps): bump react and @types/react (#368)
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.8 - [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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 05ae547 commit c1a3af8

File tree

2 files changed

+25
-20
lines changed

2 files changed

+25
-20
lines changed

package-lock.json

Lines changed: 23 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"dependencies": {
4848
"@uiw/react-head": "^1.0.4",
4949
"million": "^3.1.11",
50-
"react": "^18.2.0",
50+
"react": "^19.0.0",
5151
"react-dom": "^18.2.0",
5252
"react-icons": "^5.4.0",
5353
"react-router-dom": "^7.1.3",
@@ -68,7 +68,7 @@
6868
"@idrinth-api-bench/typescript-language-from-yaml": "^1.4.0",
6969
"@types/chai": "^5.0.1",
7070
"@types/mocha": "^10.0.10",
71-
"@types/react": "^18.3.12",
71+
"@types/react": "^19.0.8",
7272
"@types/react-dom": "^18.3.1",
7373
"@types/react-router-dom": "^5.3.3",
7474
"@types/react-syntax-highlighter": "^15.5.13",

0 commit comments

Comments
 (0)