Skip to content

Commit

Permalink
build(deps): bump react and @types/react
Browse files Browse the repository at this point in the history
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.2
- [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:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 27, 2024
1 parent 7c3d0bb commit 4434132
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 11 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@mui/styles": "^6.2.1",
"@types/jest": "^29.5.14",
"@types/node": "^22.10.2",
"@types/react": "^18.3.12",
"@types/react": "^19.0.2",
"@types/react-dom": "^18.3.1",
"@types/react-router-dom": "^5.3.3",
"@types/uuid": "^10.0.0",
Expand All @@ -29,7 +29,7 @@
"jspdf": "^2.5.2",
"jszip": "^3.10.1",
"konva": "^9.3.16",
"react": "^18.3.1",
"react": "^19.0.0",
"react-color": "^2.19.3",
"react-dom": "^18.3.1",
"react-i18next": "^15.2.0",
Expand Down
25 changes: 16 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3723,7 +3723,7 @@ __metadata:
languageName: node
linkType: hard

"@types/react@npm:*, @types/react@npm:^18.3.12":
"@types/react@npm:*":
version: 18.3.12
resolution: "@types/react@npm:18.3.12"
dependencies:
Expand All @@ -3733,6 +3733,15 @@ __metadata:
languageName: node
linkType: hard

"@types/react@npm:^19.0.2":
version: 19.0.2
resolution: "@types/react@npm:19.0.2"
dependencies:
csstype: "npm:^3.0.2"
checksum: 10c0/8992f39701fcf1bf893ef8f94a56196445667baf08fe4f6050a14e229a17aad3265ad3efc01595ff3b4d5d5c69da885f9aa4ff80f164a613018734efcff1eb8f
languageName: node
linkType: hard

"@types/reactcss@npm:*":
version: 1.2.12
resolution: "@types/reactcss@npm:1.2.12"
Expand Down Expand Up @@ -11768,7 +11777,7 @@ __metadata:
"@types/file-saver": "npm:^2.0.7"
"@types/jest": "npm:^29.5.14"
"@types/node": "npm:^22.10.2"
"@types/react": "npm:^18.3.12"
"@types/react": "npm:^19.0.2"
"@types/react-color": "npm:^3.0.13"
"@types/react-dom": "npm:^18.3.1"
"@types/react-router-dom": "npm:^5.3.3"
Expand All @@ -11782,7 +11791,7 @@ __metadata:
jspdf: "npm:^2.5.2"
jszip: "npm:^3.10.1"
konva: "npm:^9.3.16"
react: "npm:^18.3.1"
react: "npm:^19.0.0"
react-color: "npm:^2.19.3"
react-dom: "npm:^18.3.1"
react-i18next: "npm:^15.2.0"
Expand Down Expand Up @@ -13199,12 +13208,10 @@ __metadata:
languageName: node
linkType: hard

"react@npm:^18.3.1":
version: 18.3.1
resolution: "react@npm:18.3.1"
dependencies:
loose-envify: "npm:^1.1.0"
checksum: 10c0/283e8c5efcf37802c9d1ce767f302dd569dd97a70d9bb8c7be79a789b9902451e0d16334b05d73299b20f048cbc3c7d288bbbde10b701fa194e2089c237dbea3
"react@npm:^19.0.0":
version: 19.0.0
resolution: "react@npm:19.0.0"
checksum: 10c0/9cad8f103e8e3a16d15cb18a0d8115d8bd9f9e1ce3420310aea381eb42aa0a4f812cf047bb5441349257a05fba8a291515691e3cb51267279b2d2c3253f38471
languageName: node
linkType: hard

Expand Down

0 comments on commit 4434132

Please sign in to comment.