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:
Lukasz Ostrowski 2022-02-20 18:43:27 +01:00 committed by GitHub
parent 9387178538
commit 90a47df9fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,7 +50,8 @@
},
"dependencies": {
"@vercel/commerce": "^0.0.1",
"@vercel/fetch": "^6.1.1"
"@vercel/fetch": "^6.1.1",
"lodash.debounce": "^4.0.8"
},
"peerDependencies": {
"next": "^12",