docs: fixed npm/yarn blocks (#3070)
This commit is contained in:
@@ -20,7 +20,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
|
||||
```bash npm2yarn
|
||||
npm update medusa-react @medusajs/medusa
|
||||
```
|
||||
|
||||
@@ -29,7 +29,7 @@ npm update medusa-react @medusajs/medusa
|
||||
As React Query v3 is not required as a peer dependency anymore, uninstall it from your custom storefront or admin:
|
||||
|
||||
```bash npm2yarn
|
||||
npm remove react-query
|
||||
npm uninstall react-query
|
||||
```
|
||||
|
||||
### Install Tanstack Query
|
||||
|
||||
Reference in New Issue
Block a user