mirror of
https://github.com/vercel/commerce.git
synced 2025-05-17 23:16:59 +00:00
Add lodash.debounce to package.json dependencies
Shopify provider requires `lodash.debounce` package. This package is installed in BigCommerce provider, but not in Shopify provider. After BigCommerce is removed, Shopfify provider can't be installed. This PR fixes this error
This commit is contained in:
parent
9387178538
commit
90a47df9fe
@ -50,7 +50,8 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@vercel/commerce": "^0.0.1",
|
"@vercel/commerce": "^0.0.1",
|
||||||
"@vercel/fetch": "^6.1.1"
|
"@vercel/fetch": "^6.1.1",
|
||||||
|
"lodash.debounce": "^4.0.8"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"next": "^12",
|
"next": "^12",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user