Skip to content

Commit

Permalink
chore(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.14 to 19.0.1
- [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>
  • Loading branch information
dependabot[bot] authored Dec 7, 2024
1 parent eceb8d3 commit e615240
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 @@ -64,7 +64,7 @@
"gsap": "^3.12.5",
"instantsearch.css": "^8.5.1",
"markdown-it": "^14.1.0",
"react": "^18.3.1",
"react": "^19.0.0",
"react-dom": "^18.3.1",
"react-globe.gl": "^2.28.0",
"react-google-recaptcha-v3": "^1.10.1",
Expand All @@ -90,7 +90,7 @@
"@types/add": "^2.0.3",
"@types/markdown-it": "^14.1.2",
"@types/node": "^22.10.1",
"@types/react": "^18.3.13",
"@types/react": "^19.0.1",
"@types/react-dom": "^18.3.1",
"@types/three": "^0.170.0",
"conventional-changelog-atom": "^5.0.0",
Expand Down
25 changes: 16 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4146,7 +4146,7 @@ __metadata:
languageName: node
linkType: hard

"@types/react@npm:^18, @types/react@npm:^18.3.13":
"@types/react@npm:^18":
version: 18.3.14
resolution: "@types/react@npm:18.3.14"
dependencies:
Expand All @@ -4156,6 +4156,15 @@ __metadata:
languageName: node
linkType: hard

"@types/react@npm:^19.0.1":
version: 19.0.1
resolution: "@types/react@npm:19.0.1"
dependencies:
csstype: "npm:^3.0.2"
checksum: 10c0/25eb69114abb9a6d5fc4414ee584388275bbc9ac32976449cf58b95fe9880efe6b3f936c3842be9bed8c571546a9752e8d3e2095288381e9c809269f5f574f2e
languageName: node
linkType: hard

"@types/request@npm:^2.48.8":
version: 2.48.12
resolution: "@types/request@npm:2.48.12"
Expand Down Expand Up @@ -4951,7 +4960,7 @@ __metadata:
"@types/add": "npm:^2.0.3"
"@types/markdown-it": "npm:^14.1.2"
"@types/node": "npm:^22.10.1"
"@types/react": "npm:^18.3.13"
"@types/react": "npm:^19.0.1"
"@types/react-dom": "npm:^18.3.1"
"@types/three": "npm:^0.170.0"
algoliasearch: "npm:^5.15.0"
Expand All @@ -4966,7 +4975,7 @@ __metadata:
instantsearch.css: "npm:^8.5.1"
lint-staged: "npm:^15.2.10"
markdown-it: "npm:^14.1.0"
react: "npm:^18.3.1"
react: "npm:^19.0.0"
react-dom: "npm:^18.3.1"
react-globe.gl: "npm:^2.28.0"
react-google-recaptcha-v3: "npm:^1.10.1"
Expand Down Expand Up @@ -10737,12 +10746,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 e615240

Please sign in to comment.