@graphcommerce/magento-newsletter 7.1.0-canary.37 → 7.1.0-canary.39
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +4 -0
- package/package.json +12 -16
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
"name": "@graphcommerce/magento-newsletter",
|
3
3
|
"homepage": "https://www.graphcommerce.org/",
|
4
4
|
"repository": "github:graphcommerce-org/graphcommerce",
|
5
|
-
"version": "7.1.0-canary.
|
5
|
+
"version": "7.1.0-canary.39",
|
6
6
|
"sideEffects": false,
|
7
7
|
"prettier": "@graphcommerce/prettier-config-pwa",
|
8
8
|
"eslintConfig": {
|
@@ -11,26 +11,22 @@
|
|
11
11
|
"project": "./tsconfig.json"
|
12
12
|
}
|
13
13
|
},
|
14
|
-
"devDependencies": {
|
15
|
-
"@graphcommerce/eslint-config-pwa": "7.1.0-canary.37",
|
16
|
-
"@graphcommerce/prettier-config-pwa": "7.1.0-canary.37",
|
17
|
-
"@graphcommerce/typescript-config-pwa": "7.1.0-canary.37"
|
18
|
-
},
|
19
|
-
"dependencies": {
|
20
|
-
"@graphcommerce/ecommerce-ui": "7.1.0-canary.37",
|
21
|
-
"@graphcommerce/graphql": "7.1.0-canary.37",
|
22
|
-
"@graphcommerce/magento-cart": "7.1.0-canary.37",
|
23
|
-
"@graphcommerce/magento-customer": "7.1.0-canary.37",
|
24
|
-
"@graphcommerce/next-ui": "7.1.0-canary.37",
|
25
|
-
"@graphcommerce/react-hook-form": "7.1.0-canary.37"
|
26
|
-
},
|
27
14
|
"peerDependencies": {
|
28
|
-
"@
|
15
|
+
"@graphcommerce/ecommerce-ui": "7.1.0-canary.39",
|
16
|
+
"@graphcommerce/eslint-config-pwa": "7.1.0-canary.39",
|
17
|
+
"@graphcommerce/graphql": "7.1.0-canary.39",
|
18
|
+
"@graphcommerce/magento-cart": "7.1.0-canary.39",
|
19
|
+
"@graphcommerce/magento-customer": "7.1.0-canary.39",
|
20
|
+
"@graphcommerce/next-ui": "7.1.0-canary.39",
|
21
|
+
"@graphcommerce/prettier-config-pwa": "7.1.0-canary.39",
|
22
|
+
"@graphcommerce/react-hook-form": "7.1.0-canary.39",
|
23
|
+
"@graphcommerce/typescript-config-pwa": "7.1.0-canary.39",
|
29
24
|
"@lingui/core": "^4.2.1",
|
30
25
|
"@lingui/macro": "^4.2.1",
|
26
|
+
"@lingui/react": "^4.2.1",
|
31
27
|
"@mui/material": "^5.10.16",
|
32
28
|
"framer-motion": "^10.0.0",
|
33
|
-
"next": "
|
29
|
+
"next": "*",
|
34
30
|
"react": "^18.2.0",
|
35
31
|
"react-dom": "^18.2.0"
|
36
32
|
}
|