@graphcommerce/magento-payment-braintree 7.0.0 → 7.0.1-canary.1
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +8 -0
- package/package.json +16 -16
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Change Log
|
2
2
|
|
3
|
+
## 7.0.1-canary.1
|
4
|
+
|
5
|
+
## 7.0.1-canary.0
|
6
|
+
|
7
|
+
### Patch Changes
|
8
|
+
|
9
|
+
- [#2047](https://github.com/graphcommerce-org/graphcommerce/pull/2047) [`136580b39`](https://github.com/graphcommerce-org/graphcommerce/commit/136580b39e3cffdd07e3fa087e049bd532c3e8f1) - Updated all dependencies to the latest version where possible. ([@paales](https://github.com/paales))
|
10
|
+
|
3
11
|
## 7.0.0
|
4
12
|
|
5
13
|
## 6.2.0-canary.98
|
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.0.
|
5
|
+
"version": "7.0.1-canary.1",
|
6
6
|
"sideEffects": false,
|
7
7
|
"prettier": "@graphcommerce/prettier-config-pwa",
|
8
8
|
"eslintConfig": {
|
@@ -12,28 +12,28 @@
|
|
12
12
|
}
|
13
13
|
},
|
14
14
|
"devDependencies": {
|
15
|
-
"@graphcommerce/eslint-config-pwa": "7.0.
|
16
|
-
"@graphcommerce/magento-cart-shipping-address": "7.0.
|
17
|
-
"@graphcommerce/magento-product": "7.0.
|
18
|
-
"@graphcommerce/magento-product-configurable": "7.0.
|
19
|
-
"@graphcommerce/prettier-config-pwa": "7.0.
|
20
|
-
"@graphcommerce/typescript-config-pwa": "7.0.
|
21
|
-
"@types/braintree-web": "^3.
|
15
|
+
"@graphcommerce/eslint-config-pwa": "7.0.1-canary.1",
|
16
|
+
"@graphcommerce/magento-cart-shipping-address": "7.0.1-canary.1",
|
17
|
+
"@graphcommerce/magento-product": "7.0.1-canary.1",
|
18
|
+
"@graphcommerce/magento-product-configurable": "7.0.1-canary.1",
|
19
|
+
"@graphcommerce/prettier-config-pwa": "7.0.1-canary.1",
|
20
|
+
"@graphcommerce/typescript-config-pwa": "7.0.1-canary.1",
|
21
|
+
"@types/braintree-web": "^3.96.4"
|
22
22
|
},
|
23
23
|
"dependencies": {
|
24
|
-
"@graphcommerce/graphql": "7.0.
|
25
|
-
"@graphcommerce/image": "7.0.
|
26
|
-
"@graphcommerce/magento-cart": "7.0.
|
27
|
-
"@graphcommerce/magento-cart-payment-method": "7.0.
|
28
|
-
"@graphcommerce/magento-store": "7.0.
|
29
|
-
"@graphcommerce/next-ui": "7.0.
|
30
|
-
"@graphcommerce/react-hook-form": "7.0.
|
24
|
+
"@graphcommerce/graphql": "7.0.1-canary.1",
|
25
|
+
"@graphcommerce/image": "7.0.1-canary.1",
|
26
|
+
"@graphcommerce/magento-cart": "7.0.1-canary.1",
|
27
|
+
"@graphcommerce/magento-cart-payment-method": "7.0.1-canary.1",
|
28
|
+
"@graphcommerce/magento-store": "7.0.1-canary.1",
|
29
|
+
"@graphcommerce/next-ui": "7.0.1-canary.1",
|
30
|
+
"@graphcommerce/react-hook-form": "7.0.1-canary.1",
|
31
31
|
"braintree-web": "^3.95.0-beta-3ds.1"
|
32
32
|
},
|
33
33
|
"peerDependencies": {
|
34
34
|
"@lingui/core": "^4.2.1",
|
35
|
-
"@lingui/react": "^4.2.1",
|
36
35
|
"@lingui/macro": "^4.2.1",
|
36
|
+
"@lingui/react": "^4.2.1",
|
37
37
|
"@mui/material": "^5.10.16",
|
38
38
|
"framer-motion": "^10.0.0",
|
39
39
|
"next": "^13.2.0",
|