Skip to content

Commit

Permalink
build(dev-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.3
- [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:development
  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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 7, 2025
1 parent c1a1810 commit 6737f49
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 15 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"@types/jabber": "1.2.4",
"@types/jest": "29.5.14",
"@types/node": "22.10.5",
"@types/react": "18.3.12",
"@types/react": "19.0.3",
"@types/react-dom": "18.3.1",
"@types/sha1": "1.1.5",
"@typescript-eslint/eslint-plugin": "6.21.0",
Expand Down Expand Up @@ -132,7 +132,7 @@
"ol": "7.1.0",
"postcss": "8.4.49",
"prettier": "3.4.2",
"react": "18.3.1",
"react": "19.0.0",
"react-coordinate-input": "1.0.0",
"react-dom": "18.3.1",
"react-imask": "7.6.1",
Expand Down
23 changes: 10 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2895,7 +2895,7 @@ __metadata:
"@types/jabber": "npm:1.2.4"
"@types/jest": "npm:29.5.14"
"@types/node": "npm:22.10.5"
"@types/react": "npm:18.3.12"
"@types/react": "npm:19.0.3"
"@types/react-dom": "npm:18.3.1"
"@types/sha1": "npm:1.1.5"
"@typescript-eslint/eslint-plugin": "npm:6.21.0"
Expand Down Expand Up @@ -2943,7 +2943,7 @@ __metadata:
postcss: "npm:8.4.49"
prettier: "npm:3.4.2"
prop-types: "npm:15.8.1"
react: "npm:18.3.1"
react: "npm:19.0.0"
react-coordinate-input: "npm:1.0.0"
react-dom: "npm:18.3.1"
react-imask: "npm:7.6.1"
Expand Down Expand Up @@ -5523,13 +5523,12 @@ __metadata:
languageName: node
linkType: hard

"@types/react@npm:18.3.12":
version: 18.3.12
resolution: "@types/react@npm:18.3.12"
"@types/react@npm:19.0.3":
version: 19.0.3
resolution: "@types/react@npm:19.0.3"
dependencies:
"@types/prop-types": "npm:*"
csstype: "npm:^3.0.2"
checksum: 10c0/8bae8d9a41619804561574792e29112b413044eb0d53746dde2b9720c1f9a59f71c895bbd7987cd8ce9500b00786e53bc032dced38cddf42910458e145675290
checksum: 10c0/90129c45f2f09154d9409964964d0ccbac7f04d5f7fcf73fc146d33887931fbfdfd1e2947514298f94f986cc264aff8ba3201e9a4ea207d3308f20a06d47c805
languageName: node
linkType: hard

Expand Down Expand Up @@ -16526,12 +16525,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 6737f49

Please sign in to comment.