Skip to content

Commit 278357b

Browse files
fix: 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.1.1 - [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.1.1/packages/react) Updates `@types/react` from 18.3.4 to 19.1.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.1.1 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: "@types/react" dependency-version: 19.1.10 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 418a5ee commit 278357b

File tree

2 files changed

+89
-63
lines changed

2 files changed

+89
-63
lines changed

package-lock.json

Lines changed: 87 additions & 61 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
@@ -57,7 +57,7 @@
5757
"js-sha256": "^0.11.0",
5858
"lodash": "^4.17.21",
5959
"numeral": "^2.0.6",
60-
"react": "^18.3.1",
60+
"react": "^19.1.1",
6161
"react-confetti": "^6.1.0",
6262
"react-dom": "^18.3.1",
6363
"react-redux": "^9.1.2",
@@ -72,7 +72,7 @@
7272
"@testing-library/jest-dom": "^6.4.8",
7373
"@testing-library/react": "^16.0.0",
7474
"@testing-library/user-event": "^14.5.2",
75-
"@types/react": "^18.3.3",
75+
"@types/react": "^19.1.12",
7676
"@types/react-dom": "^18.3.0",
7777
"@types/uuid": "^10.0.0",
7878
"@typescript-eslint/eslint-plugin": "^7.15.0",

0 commit comments

Comments
 (0)