1
0
mirror of https://github.com/vercel/commerce.git synced 2025-06-08 09:16:58 +00:00

Kibo missing dependency

This commit is contained in:
Bel Curcio 2022-03-23 17:04:14 +01:00 committed by Dom Sip
parent fee16e795c
commit f427b763b8

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