@ecomplus/widget-search 1.0.0-beta.172 → 1.0.0-beta.174

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ecomplus/widget-search",
3
- "version": "1.0.0-beta.172",
3
+ "version": "1.0.0-beta.174",
4
4
  "description": "Storefront plugin with Vue component for instant search engine on E-Com Plus stores",
5
5
  "module": "src/index.js",
6
6
  "browser": "dist/widget-search.min.js",
@@ -32,11 +32,11 @@
32
32
  "homepage": "https://github.com/ecomplus/storefront/tree/master/@ecomplus/widget-search#readme",
33
33
  "peerDependencies": {
34
34
  "@ecomplus/utils": "^1.4.1",
35
- "core-js": "3.x",
35
+ "core-js": "3.37.0",
36
36
  "vue": ">=2 <4"
37
37
  },
38
38
  "dependencies": {
39
- "@ecomplus/storefront-components": "^1.0.0-beta.175"
39
+ "@ecomplus/storefront-components": "^1.0.0-beta.176"
40
40
  },
41
41
  "webpackOutput": {
42
42
  "library": "widgetSearch",