@graphcommerce/magento-payment-braintree 7.1.0-canary.10 → 7.1.0-canary.12
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 +14 -14
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
"name": "@graphcommerce/magento-payment-braintree",
|
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.12",
|
6
6
|
"sideEffects": false,
|
7
7
|
"prettier": "@graphcommerce/prettier-config-pwa",
|
8
8
|
"eslintConfig": {
|
@@ -12,22 +12,22 @@
|
|
12
12
|
}
|
13
13
|
},
|
14
14
|
"devDependencies": {
|
15
|
-
"@graphcommerce/eslint-config-pwa": "7.1.0-canary.
|
16
|
-
"@graphcommerce/magento-cart-shipping-address": "7.1.0-canary.
|
17
|
-
"@graphcommerce/magento-product": "7.1.0-canary.
|
18
|
-
"@graphcommerce/magento-product-configurable": "7.1.0-canary.
|
19
|
-
"@graphcommerce/prettier-config-pwa": "7.1.0-canary.
|
20
|
-
"@graphcommerce/typescript-config-pwa": "7.1.0-canary.
|
15
|
+
"@graphcommerce/eslint-config-pwa": "7.1.0-canary.12",
|
16
|
+
"@graphcommerce/magento-cart-shipping-address": "7.1.0-canary.12",
|
17
|
+
"@graphcommerce/magento-product": "7.1.0-canary.12",
|
18
|
+
"@graphcommerce/magento-product-configurable": "7.1.0-canary.12",
|
19
|
+
"@graphcommerce/prettier-config-pwa": "7.1.0-canary.12",
|
20
|
+
"@graphcommerce/typescript-config-pwa": "7.1.0-canary.12",
|
21
21
|
"@types/braintree-web": "^3.96.4"
|
22
22
|
},
|
23
23
|
"dependencies": {
|
24
|
-
"@graphcommerce/graphql": "7.1.0-canary.
|
25
|
-
"@graphcommerce/image": "7.1.0-canary.
|
26
|
-
"@graphcommerce/magento-cart": "7.1.0-canary.
|
27
|
-
"@graphcommerce/magento-cart-payment-method": "7.1.0-canary.
|
28
|
-
"@graphcommerce/magento-store": "7.1.0-canary.
|
29
|
-
"@graphcommerce/next-ui": "7.1.0-canary.
|
30
|
-
"@graphcommerce/react-hook-form": "7.1.0-canary.
|
24
|
+
"@graphcommerce/graphql": "7.1.0-canary.12",
|
25
|
+
"@graphcommerce/image": "7.1.0-canary.12",
|
26
|
+
"@graphcommerce/magento-cart": "7.1.0-canary.12",
|
27
|
+
"@graphcommerce/magento-cart-payment-method": "7.1.0-canary.12",
|
28
|
+
"@graphcommerce/magento-store": "7.1.0-canary.12",
|
29
|
+
"@graphcommerce/next-ui": "7.1.0-canary.12",
|
30
|
+
"@graphcommerce/react-hook-form": "7.1.0-canary.12",
|
31
31
|
"braintree-web": "^3.95.0-beta-3ds.1"
|
32
32
|
},
|
33
33
|
"peerDependencies": {
|