@ikas/storefront-peer-deps 5.0.0-beta.4 → 5.0.0-beta.41
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 +27 -24
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ikas/storefront-peer-deps",
|
|
3
|
-
"version": "5.0.0-beta.
|
|
3
|
+
"version": "5.0.0-beta.41",
|
|
4
4
|
"description": "Storefront peer deps for ikas storefront themes.",
|
|
5
5
|
"author": "ikas",
|
|
6
6
|
"license": "ISC",
|
|
7
|
-
"main": "./
|
|
8
|
-
"module": "./
|
|
7
|
+
"main": "./build/index.js",
|
|
8
|
+
"module": "./build/index.js",
|
|
9
9
|
"sideEffects": false,
|
|
10
10
|
"files": [
|
|
11
|
-
"
|
|
11
|
+
"build"
|
|
12
12
|
],
|
|
13
13
|
"type": "module",
|
|
14
14
|
"scripts": {
|
|
@@ -18,50 +18,53 @@
|
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@adyen/adyen-web": "^5.28.2",
|
|
21
|
+
"@paypal/react-paypal-js": "^7.8.2",
|
|
22
|
+
"@ikas/localized-address": "1.0.0-beta.3",
|
|
21
23
|
"@ikas/fe-api-client": "^1.0.16",
|
|
22
|
-
"@ikas/storefront-api": "^5.0.0-beta.
|
|
23
|
-
"@ikas/storefront-assets": "^5.0.0-beta.
|
|
24
|
-
"@ikas/storefront-cmd": "^5.0.0-beta.
|
|
25
|
-
"@ikas/storefront-config": "^5.0.0-beta.
|
|
26
|
-
"@ikas/storefront-model-functions": "^5.0.0-beta.
|
|
27
|
-
"@ikas/storefront-models": "^5.0.0-beta.
|
|
28
|
-
"@ikas/storefront-next": "^5.0.0-beta.4",
|
|
29
|
-
"@ikas/storefront-providers": "^5.0.0-beta.4",
|
|
30
|
-
"@builder.io/partytown": "^0.7.3",
|
|
24
|
+
"@ikas/storefront-api": "^5.0.0-beta.41",
|
|
25
|
+
"@ikas/storefront-assets": "^5.0.0-beta.41",
|
|
26
|
+
"@ikas/storefront-cmd": "^5.0.0-beta.41",
|
|
27
|
+
"@ikas/storefront-config": "^5.0.0-beta.41",
|
|
28
|
+
"@ikas/storefront-model-functions": "^5.0.0-beta.41",
|
|
29
|
+
"@ikas/storefront-models": "^5.0.0-beta.41",
|
|
31
30
|
"adm-zip": "^0.5.9",
|
|
32
31
|
"autoprefixer": "^10.1.0",
|
|
33
32
|
"react-tooltip": "^4.2.21",
|
|
34
33
|
"libphonenumber-js": "^1.10.6",
|
|
35
34
|
"ts-essentials": "^7.0.1",
|
|
36
35
|
"query-string": "^6.13.8",
|
|
37
|
-
"
|
|
38
|
-
"react": "^
|
|
39
|
-
"react-dom": "^17.0.2",
|
|
36
|
+
"react": "^18.2.0",
|
|
37
|
+
"react-dom": "^18.2.0",
|
|
40
38
|
"mobx": "^6.1.3",
|
|
39
|
+
"mobx-react-lite": "^3.1.5",
|
|
41
40
|
"axios": "^0.26.0",
|
|
42
41
|
"lodash": "^4.17.20",
|
|
43
42
|
"cors": "^2.8.5",
|
|
44
43
|
"html-react-parser": "^1.4.0",
|
|
45
|
-
"mobx-react-lite": "^3.1.5",
|
|
46
|
-
"next-transpile-modules": "^9.0.0",
|
|
47
44
|
"@stripe/react-stripe-js": "^1.10.0",
|
|
48
45
|
"@stripe/stripe-js": "^1.29.0",
|
|
49
46
|
"@types/lodash": "^4.14.176",
|
|
50
47
|
"@types/node": "^14.14.6",
|
|
51
|
-
"@types/react": "^
|
|
52
|
-
"@types/react-dom": "^
|
|
48
|
+
"@types/react": "^18.2.20",
|
|
49
|
+
"@types/react-dom": "^18.2.7",
|
|
53
50
|
"@types/cors": "^2.8.9",
|
|
54
51
|
"@typescript-eslint/eslint-plugin": "^2.10.0",
|
|
55
52
|
"@typescript-eslint/parser": "^2.10.0",
|
|
56
|
-
"eslint": "^
|
|
53
|
+
"eslint": "^8.47.0",
|
|
57
54
|
"eslint-config-react-app": "^5.2.1",
|
|
58
55
|
"eslint-loader": "3.0.3",
|
|
59
56
|
"eslint-plugin-flowtype": "4.6.0",
|
|
60
57
|
"eslint-plugin-import": "2.20.1",
|
|
61
58
|
"eslint-plugin-jsx-a11y": "6.2.3",
|
|
62
|
-
"eslint-plugin-react": "7.
|
|
63
|
-
"eslint-plugin-react-hooks": "^
|
|
59
|
+
"eslint-plugin-react": "^7.33.1",
|
|
60
|
+
"eslint-plugin-react-hooks": "^4.6.0",
|
|
61
|
+
"eslint-plugin-react-refresh": "^0.4.3",
|
|
64
62
|
"sass": "^1.43.4",
|
|
65
|
-
"typescript": "^
|
|
63
|
+
"typescript": "^5.1.6",
|
|
64
|
+
"express": "^4.18.2",
|
|
65
|
+
"sirv": "^2.0.3",
|
|
66
|
+
"ts-node": "^10.9.1",
|
|
67
|
+
"vite": "^4.4.9",
|
|
68
|
+
"vike": "^0.4.145"
|
|
66
69
|
}
|
|
67
70
|
}
|