1
0
mirror of https://github.com/vercel/commerce.git synced 2025-06-23 23:31:21 +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:
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

@ -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",