@ikas/storefront 4.0.0-alpha.26 → 4.0.0-alpha.28

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ikas/storefront",
3
- "version": "4.0.0-alpha.26",
3
+ "version": "4.0.0-alpha.28",
4
4
  "description": "Storefront functionality for ikas storefront themes.",
5
5
  "author": "Umut Ozan Yıldırım",
6
6
  "license": "ISC",
@@ -24,18 +24,18 @@
24
24
  "libphonenumber-js": "^1.10.6"
25
25
  },
26
26
  "devDependencies": {
27
- "@ikas/storefront-api": "^4.0.0-alpha.26",
28
- "@ikas/storefront-config": "^4.0.0-alpha.26",
29
- "@ikas/storefront-model-functions": "^4.0.0-alpha.26",
30
- "@ikas/storefront-models": "^4.0.0-alpha.26",
31
- "@ikas/storefront-providers": "^4.0.0-alpha.26",
27
+ "@ikas/storefront-api": "^4.0.0-alpha.28",
28
+ "@ikas/storefront-config": "^4.0.0-alpha.28",
29
+ "@ikas/storefront-model-functions": "^4.0.0-alpha.28",
30
+ "@ikas/storefront-models": "^4.0.0-alpha.28",
31
+ "@ikas/storefront-providers": "^4.0.0-alpha.28",
32
32
  "@rollup/plugin-commonjs": "^22.0.0",
33
33
  "@rollup/plugin-json": "^4.1.0",
34
34
  "@rollup/plugin-node-resolve": "^13.3.0",
35
35
  "@types/react-phone-number-input": "^3.0.10",
36
36
  "mobx": "^6.1.3",
37
37
  "mobx-react-lite": "^3.1.5",
38
- "next": "12.0.7",
38
+ "next": "12.2.0",
39
39
  "prettier": "^2.2.1",
40
40
  "react": "17.0.2",
41
41
  "react-dom": "17.0.2",
@@ -52,14 +52,14 @@
52
52
  "html-react-parser": "^1.4.0"
53
53
  },
54
54
  "peerDependencies": {
55
- "@ikas/storefront-api": "^4.0.0-alpha.26",
56
- "@ikas/storefront-config": "^4.0.0-alpha.26",
57
- "@ikas/storefront-model-functions": "^4.0.0-alpha.26",
58
- "@ikas/storefront-models": "^4.0.0-alpha.26",
59
- "@ikas/storefront-providers": "^4.0.0-alpha.26",
55
+ "@ikas/storefront-api": "^4.0.0-alpha.28",
56
+ "@ikas/storefront-config": "^4.0.0-alpha.28",
57
+ "@ikas/storefront-model-functions": "^4.0.0-alpha.28",
58
+ "@ikas/storefront-models": "^4.0.0-alpha.28",
59
+ "@ikas/storefront-providers": "^4.0.0-alpha.28",
60
60
  "mobx": "^6.1.3",
61
61
  "mobx-react-lite": "^3.1.5",
62
- "next": "12.0.7",
62
+ "next": "12.2.0",
63
63
  "react": "17.0.2",
64
64
  "react-dom": "17.0.2",
65
65
  "lodash": "^4.17.20",
@@ -461,8 +461,7 @@ export default class IkasPageEditorViewModel {
461
461
  const pageDataProvider = new IkasPageDataProvider(
462
462
  theme,
463
463
  pageParams,
464
- pageType,
465
- true
464
+ pageType
466
465
  );
467
466
 
468
467
  if (pageParams.blogId || pageParams.blogCategoryId) {