Skip to content

Commit

Permalink
chore(deps): bump react and @types/react in /ui
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/HEAD/packages/react)

Updates `@types/react` from 18.3.12 to 19.0.0
- [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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 5, 2024
1 parent b085bca commit bfec6d9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 15 deletions.
4 changes: 2 additions & 2 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"lodash": "^4.17.21",
"mapbox-gl-style-switcher": "^1.0.11",
"maplibre-gl": "4.7.1",
"react": "^18.3.1",
"react": "^19.0.0",
"react-autocomplete-hint": "^2.0.0",
"react-color": "^2.19.3",
"react-dom": "^18.3.1",
Expand Down Expand Up @@ -82,7 +82,7 @@
"@types/lodash": "^4.17.13",
"@types/mapbox__mapbox-gl-draw": "~1.4.6",
"@types/node": "^20.17.9",
"@types/react": "^18.3.12",
"@types/react": "^19.0.0",
"@types/react-color": "^3.0.12",
"@types/react-dom": "^18.3.1",
"@types/react-html-parser": "^2",
Expand Down
23 changes: 10 additions & 13 deletions ui/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4713,13 +4713,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.0":
version: 19.0.0
resolution: "@types/react@npm:19.0.0"
dependencies:
"@types/prop-types": "npm:*"
csstype: "npm:^3.0.2"
checksum: 10/c9bbdfeacd5347d2240e0d2cb5336bc57dbc1b9ff557b6c4024b49df83419e4955553518169d3736039f1b62608e15b35762a6c03d49bd86e33add4b43b19033
checksum: 10/5596d9a2c9c982d5e86add54f5d9b115153c4d47073dd3f8f8369a5e5b7f3088d614a935f85a2cf26eb6631d7ebebc7b913c5d22bf880847370070f2e60e63e6
languageName: node
linkType: hard

Expand Down Expand Up @@ -12175,12 +12174,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: 10/261137d3f3993eaa2368a83110466fc0e558bc2c7f7ae7ca52d94f03aac945f45146bd85e5f481044db1758a1dbb57879e2fcdd33924e2dde1bdc550ce73f7bf
"react@npm:^19.0.0":
version: 19.0.0
resolution: "react@npm:19.0.0"
checksum: 10/2490969c503f644703c88990d20e4011fa6119ddeca451e9de48f6d7ab058d670d2852a5fcd3aa3cd90a923ab2815d532637bd4a814add402ae5c0d4f129ee71
languageName: node
linkType: hard

Expand Down Expand Up @@ -13132,7 +13129,7 @@ __metadata:
"@types/lodash": "npm:^4.17.13"
"@types/mapbox__mapbox-gl-draw": "npm:~1.4.6"
"@types/node": "npm:^20.17.9"
"@types/react": "npm:^18.3.12"
"@types/react": "npm:^19.0.0"
"@types/react-color": "npm:^3.0.12"
"@types/react-dom": "npm:^18.3.1"
"@types/react-html-parser": "npm:^2"
Expand Down Expand Up @@ -13166,7 +13163,7 @@ __metadata:
mapbox-gl-style-switcher: "npm:^1.0.11"
maplibre-gl: "npm:4.7.1"
prettier: "npm:^3.4.1"
react: "npm:^18.3.1"
react: "npm:^19.0.0"
react-autocomplete-hint: "npm:^2.0.0"
react-color: "npm:^2.19.3"
react-dom: "npm:^18.3.1"
Expand Down

0 comments on commit bfec6d9

Please sign in to comment.