Skip to content

Commit

Permalink
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.6
- [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 Jan 13, 2025
1 parent 3310336 commit dbb4407
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 12 deletions.
4 changes: 2 additions & 2 deletions extensions/checkout-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
"@shopify/ui-extensions": "^2024.10",
"@shopify/ui-extensions-react": "^2024.10",
"entities": "^6.0.0",
"react": "^18.2"
"react": "^19.0"
},
"devDependencies": {
"@types/react": "^18.3.12",
"@types/react": "^19.0.6",
"react-reconciler": "0.29.2"
}
}
4 changes: 2 additions & 2 deletions extensions/order-status-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"@api/entry-point-api": "file:./../../.api/apis/entry-point-api",
"@shopify/ui-extensions": "^2024.10",
"@shopify/ui-extensions-react": "^2024.10",
"react": "^18.2"
"react": "^19.0"
},
"devDependencies": {
"@types/react": "^18.3.12",
"@types/react": "^19.0.6",
"react-reconciler": "0.29.2"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@sentry/react": "^8.47.0",
"@shopify/app": "^3.58.2",
"@shopify/cli": "^3.72.2",
"react": "^18"
"react": "^19"
},
"trustedDependencies": [
"@shopify/plugin-cloudflare"
Expand Down
19 changes: 12 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1108,7 +1108,14 @@
dependencies:
"@types/react" "*"

"@types/react@*", "@types/react@>=17.0.0 <19.0.0", "@types/react@>=18.2.67", "@types/react@^18.2.0", "@types/react@^18.3.12":
"@types/react@*", "@types/react@>=18.2.67", "@types/react@^19.0.6":
version "19.0.6"
resolved "https://registry.yarnpkg.com/@types/react/-/react-19.0.6.tgz#98deae4c5c4b24735e5d9e341302f9ebd45e80d3"
integrity sha512-gIlMztcTeDgXCUj0vCBOqEuSEhX//63fW9SZtCJ+agxoQTOklwDfiEMlTWn4mR/C/UK5VHlpwsCsOyf7/hc4lw==
dependencies:
csstype "^3.0.2"

"@types/react@>=17.0.0 <19.0.0", "@types/react@^18.2.0":
version "18.3.12"
resolved "https://registry.npmjs.org/@types/react/-/react-18.3.12.tgz"
integrity sha512-D2wOSq/d6Agt28q7rSI3jhU7G6aiuzljDGZ2hTZHIkrTLUI+AF3WMeKkEZ9nN2fkBAlcktT6vcZjDFiIhMYEQw==
Expand Down Expand Up @@ -5532,12 +5539,10 @@ [email protected]:
dependencies:
loose-envify "^1.1.0"

react@^18, react@^18.2:
version "18.3.1"
resolved "https://registry.npmjs.org/react/-/react-18.3.1.tgz"
integrity sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==
dependencies:
loose-envify "^1.1.0"
react@^19, react@^19.0:
version "19.0.0"
resolved "https://registry.yarnpkg.com/react/-/react-19.0.0.tgz#6e1969251b9f108870aa4bff37a0ce9ddfaaabdd"
integrity sha512-V8AVnmPIICiWpGfm6GLzCR/W5FXLchHop40W4nXBmdlEceh16rCN8O8LNWm5bh5XUX91fh7KpA+W0TgMKmgTpQ==

readable-stream@^2.0.0, readable-stream@^2.0.5:
version "2.3.8"
Expand Down

0 comments on commit dbb4407

Please sign in to comment.