Default to wc data when filling checkout

This commit is contained in:
Alex P 2023-10-24 10:22:55 +03:00
parent 539e211e6b
commit 14f54e1df1
No known key found for this signature in database
GPG key ID: 54487A734A204D71
3 changed files with 13 additions and 2 deletions

View file

@ -10,7 +10,8 @@
"Edge >= 14"
],
"dependencies": {
"core-js": "^3.25.0"
"core-js": "^3.25.0",
"deepmerge": "^4.3.1"
},
"devDependencies": {
"@babel/core": "^7.19",