@graphcommerce/magento-payment-braintree 3.0.45 → 3.0.48
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/CHANGELOG.md +35 -0
- package/package.json +12 -12
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,40 @@
|
|
1
1
|
# Change Log
|
2
2
|
|
3
|
+
## 3.0.48
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- Updated dependencies []:
|
8
|
+
- @graphcommerce/magento-store@4.2.29
|
9
|
+
- @graphcommerce/magento-cart@4.7.1
|
10
|
+
- @graphcommerce/magento-cart-payment-method@3.5.1
|
11
|
+
|
12
|
+
## 3.0.47
|
13
|
+
|
14
|
+
### Patch Changes
|
15
|
+
|
16
|
+
- Updated dependencies [[`04708dacc`](https://github.com/graphcommerce-org/graphcommerce/commit/04708daccc213c6ea927bc67fa3bd0d5b1fad619), [`bb94e7045`](https://github.com/graphcommerce-org/graphcommerce/commit/bb94e7045460cb671c45d612a0833731d7c20c30), [`b0dc4e2e1`](https://github.com/graphcommerce-org/graphcommerce/commit/b0dc4e2e1982d502d38dd50a0f493396360a7a15), [`4a5286dfe`](https://github.com/graphcommerce-org/graphcommerce/commit/4a5286dfeaa1719e594a0078f274fbab53969c4e), [`d46d5ed0c`](https://github.com/graphcommerce-org/graphcommerce/commit/d46d5ed0cc5794391b7527fc17bbb68ec2212e33), [`e573278e4`](https://github.com/graphcommerce-org/graphcommerce/commit/e573278e43506a6b17a2981e61d0e9fad41eb2eb), [`5f781a217`](https://github.com/graphcommerce-org/graphcommerce/commit/5f781a217ce63ed56bc1a9983487b04400a8a315), [`ac6eedbb1`](https://github.com/graphcommerce-org/graphcommerce/commit/ac6eedbb14d3abd8cf1231a98dc2a8b7f4659f1f)]:
|
17
|
+
- @graphcommerce/next-ui@4.22.0
|
18
|
+
- @graphcommerce/magento-cart@4.7.0
|
19
|
+
- @graphcommerce/magento-cart-payment-method@3.5.0
|
20
|
+
- @graphcommerce/magento-store@4.2.28
|
21
|
+
- @graphcommerce/graphql@3.4.7
|
22
|
+
- @graphcommerce/image@3.1.9
|
23
|
+
|
24
|
+
## 3.0.46
|
25
|
+
|
26
|
+
### Patch Changes
|
27
|
+
|
28
|
+
- [#1598](https://github.com/graphcommerce-org/graphcommerce/pull/1598) [`707dbc73d`](https://github.com/graphcommerce-org/graphcommerce/commit/707dbc73d181204d88fdbbd2e09340e25b2b5f7b) Thanks [@paales](https://github.com/paales)! - Upgraded dependencies
|
29
|
+
|
30
|
+
- Updated dependencies [[`1f7ee6f6c`](https://github.com/graphcommerce-org/graphcommerce/commit/1f7ee6f6cfb28544439ed36e10929ac530d1b2b7), [`707dbc73d`](https://github.com/graphcommerce-org/graphcommerce/commit/707dbc73d181204d88fdbbd2e09340e25b2b5f7b)]:
|
31
|
+
- @graphcommerce/next-ui@4.21.0
|
32
|
+
- @graphcommerce/graphql@3.4.6
|
33
|
+
- @graphcommerce/magento-cart@4.6.9
|
34
|
+
- @graphcommerce/magento-cart-payment-method@3.4.12
|
35
|
+
- @graphcommerce/magento-store@4.2.27
|
36
|
+
- @graphcommerce/image@3.1.8
|
37
|
+
|
3
38
|
## 3.0.45
|
4
39
|
|
5
40
|
### Patch Changes
|
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": "3.0.
|
5
|
+
"version": "3.0.48",
|
6
6
|
"sideEffects": false,
|
7
7
|
"prettier": "@graphcommerce/prettier-config-pwa",
|
8
8
|
"eslintConfig": {
|
@@ -12,10 +12,10 @@
|
|
12
12
|
}
|
13
13
|
},
|
14
14
|
"devDependencies": {
|
15
|
-
"@graphcommerce/eslint-config-pwa": "^4.1.
|
16
|
-
"@graphcommerce/magento-cart-shipping-address": "3.
|
17
|
-
"@graphcommerce/magento-product": "4.
|
18
|
-
"@graphcommerce/magento-product-configurable": "4.1
|
15
|
+
"@graphcommerce/eslint-config-pwa": "^4.1.10",
|
16
|
+
"@graphcommerce/magento-cart-shipping-address": "3.4.1",
|
17
|
+
"@graphcommerce/magento-product": "4.5.1",
|
18
|
+
"@graphcommerce/magento-product-configurable": "4.2.1",
|
19
19
|
"@graphcommerce/prettier-config-pwa": "^4.0.6",
|
20
20
|
"@graphcommerce/typescript-config-pwa": "^4.0.4",
|
21
21
|
"@playwright/test": "^1.21.1",
|
@@ -23,14 +23,14 @@
|
|
23
23
|
"type-fest": "^2.12.2"
|
24
24
|
},
|
25
25
|
"dependencies": {
|
26
|
-
"@graphcommerce/graphql": "3.4.
|
27
|
-
"@graphcommerce/image": "3.1.
|
28
|
-
"@graphcommerce/magento-cart": "4.
|
29
|
-
"@graphcommerce/magento-cart-payment-method": "3.
|
30
|
-
"@graphcommerce/magento-store": "4.2.
|
31
|
-
"@graphcommerce/next-ui": "4.
|
26
|
+
"@graphcommerce/graphql": "3.4.7",
|
27
|
+
"@graphcommerce/image": "3.1.9",
|
28
|
+
"@graphcommerce/magento-cart": "4.7.1",
|
29
|
+
"@graphcommerce/magento-cart-payment-method": "3.5.1",
|
30
|
+
"@graphcommerce/magento-store": "4.2.29",
|
31
|
+
"@graphcommerce/next-ui": "4.22.0",
|
32
32
|
"@graphcommerce/react-hook-form": "3.3.2",
|
33
|
-
"braintree-web": "^3.
|
33
|
+
"braintree-web": "^3.86.0"
|
34
34
|
},
|
35
35
|
"peerDependencies": {
|
36
36
|
"@lingui/core": "^3.13.2",
|