docs: fix upgrade command in Medusa React upgrade guide (#3071)

* docs: fix upgrade command in Medusa React upgrade guide

* changed to an install latest command
This commit is contained in:
Shahed Nasser
2023-01-19 19:04:33 +02:00
committed by GitHub
parent 9427bc7f25
commit 8915abbacf

View File

@@ -21,7 +21,7 @@ This requires additional actions related to installing the new dependency and ch
To update to the latest version of Medusa React, run the following command in your custom storefront or admin to update both Medusa React and the core package:
```bash npm2yarn
npm update medusa-react @medusajs/medusa
npm install medusa-react@latest @medusajs/medusa@latest
```
### Uninstall React Query v3