@ecomplus/storefront-framework 5.17.0 → 5.17.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -9,16 +9,16 @@
9
9
  "logs": "firebase functions:log"
10
10
  },
11
11
  "engines": {
12
- "node": "12"
12
+ "node": "14"
13
13
  },
14
14
  "main": "index.js",
15
15
  "dependencies": {
16
- "@ecomplus/storefront-renderer": "^2.8.2",
17
- "firebase-admin": "^9.11.1",
18
- "firebase-functions": "^3.15.5"
16
+ "@ecomplus/storefront-renderer": "^2.8.3",
17
+ "firebase-admin": "^10.0.0",
18
+ "firebase-functions": "^3.16.0"
19
19
  },
20
20
  "devDependencies": {
21
- "firebase-functions-test": "^0.3.2"
21
+ "firebase-functions-test": "^0.3.3"
22
22
  },
23
23
  "private": true
24
24
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ecomplus/storefront-framework",
3
- "version": "5.17.0",
3
+ "version": "5.17.4",
4
4
  "description": "Framework for PWA and JAMstack e-commerce templates with E-Com Plus APIs",
5
5
  "main": "src/index.js",
6
6
  "bin": {
@@ -36,16 +36,16 @@
36
36
  },
37
37
  "homepage": "https://github.com/ecomplus/storefront/tree/master/@ecomplus/storefront-framework#readme",
38
38
  "dependencies": {
39
- "@babel/core": "^7.15.5",
39
+ "@babel/core": "^7.16.0",
40
40
  "@babel/plugin-syntax-dynamic-import": "^7.8.3",
41
- "@babel/preset-env": "^7.15.6",
42
- "@ecomplus/storefront-renderer": "^2.8.2",
41
+ "@babel/preset-env": "^7.16.0",
42
+ "@ecomplus/storefront-renderer": "^2.8.4",
43
43
  "@ecomplus/storefront-router": "^2.2.1",
44
- "autoprefixer": "^9.8.6",
45
- "babel-loader": "^8.2.2",
44
+ "autoprefixer": "^9.8.8",
45
+ "babel-loader": "^8.2.3",
46
46
  "clean-webpack-plugin": "^4.0.0",
47
47
  "copy-webpack-plugin": "^6.4.1",
48
- "core-js": ">=3.16.0 <3.18",
48
+ "core-js": ">=3.19.0 <3.20",
49
49
  "css-loader": "^3.6.0",
50
50
  "cssnano": "^4.1.11",
51
51
  "ejs": "^3.1.6",
@@ -54,7 +54,7 @@
54
54
  "mini-css-extract-plugin": "^0.12.0",
55
55
  "mkdirp": "^1.0.4",
56
56
  "node-sass": "^6.0.1",
57
- "postcss": "^7.0.36",
57
+ "postcss": "^7.0.39",
58
58
  "postcss-loader": "^4.3.0",
59
59
  "raw-loader": "^4.0.2",
60
60
  "recursive-readdir": "^2.2.2",
@@ -169,7 +169,7 @@ let config = {
169
169
  presets: [
170
170
  ['@babel/preset-env', {
171
171
  useBuiltIns: 'usage',
172
- corejs: '3.16',
172
+ corejs: '3.19',
173
173
  modules: false
174
174
  }]
175
175
  ],