@graphcommerce/magento-payment-braintree 3.0.8 → 3.0.9
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
CHANGED
@@ -1,5 +1,24 @@
|
|
1
1
|
# Change Log
|
2
2
|
|
3
|
+
## 3.0.9
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- [#1399](https://github.com/graphcommerce-org/graphcommerce/pull/1399) [`fb277d8e1`](https://github.com/graphcommerce-org/graphcommerce/commit/fb277d8e1e3612c5e9cf890a30d19cfd1ff70542) Thanks [@paales](https://github.com/paales)! - Now using [@graphql-yoga](https://github.com/dotansimha/graphql-yoga) for GraphQL which has full support for [envelop](https://www.envelop.dev/) plugins.
|
8
|
+
|
9
|
+
* [#1399](https://github.com/graphcommerce-org/graphcommerce/pull/1399) [`fb277d8e1`](https://github.com/graphcommerce-org/graphcommerce/commit/fb277d8e1e3612c5e9cf890a30d19cfd1ff70542) Thanks [@paales](https://github.com/paales)! - Added a new @graphcommerce/cli package to generate the mesh so it can be generated _inside_ the @graphcommerce/graphql-mesh package to allow for better future extensibility.
|
10
|
+
|
11
|
+
- [#1399](https://github.com/graphcommerce-org/graphcommerce/pull/1399) [`da0ae7d02`](https://github.com/graphcommerce-org/graphcommerce/commit/da0ae7d0236e4908ba0bf0fa16656be516e841d4) Thanks [@paales](https://github.com/paales)! - Updated dependencies
|
12
|
+
|
13
|
+
- Updated dependencies [[`fb277d8e1`](https://github.com/graphcommerce-org/graphcommerce/commit/fb277d8e1e3612c5e9cf890a30d19cfd1ff70542), [`fb277d8e1`](https://github.com/graphcommerce-org/graphcommerce/commit/fb277d8e1e3612c5e9cf890a30d19cfd1ff70542), [`8652662cf`](https://github.com/graphcommerce-org/graphcommerce/commit/8652662cf9a8711d1c685d4f5cd788870a8242e2), [`da0ae7d02`](https://github.com/graphcommerce-org/graphcommerce/commit/da0ae7d0236e4908ba0bf0fa16656be516e841d4)]:
|
14
|
+
- @graphcommerce/graphql@3.1.0
|
15
|
+
- @graphcommerce/magento-cart@4.2.6
|
16
|
+
- @graphcommerce/magento-cart-payment-method@3.1.2
|
17
|
+
- @graphcommerce/magento-store@4.1.7
|
18
|
+
- @graphcommerce/next-ui@4.6.1
|
19
|
+
- @graphcommerce/react-hook-form@3.1.1
|
20
|
+
- @graphcommerce/image@3.1.5
|
21
|
+
|
3
22
|
## 3.0.8
|
4
23
|
|
5
24
|
### Patch Changes
|
@@ -71,6 +71,7 @@ export function PaymentMethodOptions(props: PaymentOptionsProps) {
|
|
71
71
|
|
72
72
|
useEffect(() => {
|
73
73
|
if (lockState.locked && !lockState.justLocked) {
|
74
|
+
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
74
75
|
const params = unlock({ payment_id: null })
|
75
76
|
|
76
77
|
// // eslint-disable-next-line @typescript-eslint/no-floating-promises
|
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.9",
|
6
6
|
"sideEffects": false,
|
7
7
|
"prettier": "@graphcommerce/prettier-config-pwa",
|
8
8
|
"eslintConfig": {
|
@@ -12,25 +12,25 @@
|
|
12
12
|
}
|
13
13
|
},
|
14
14
|
"devDependencies": {
|
15
|
-
"@graphcommerce/eslint-config-pwa": "^4.1.
|
16
|
-
"@graphcommerce/magento-cart-shipping-address": "3.0.
|
17
|
-
"@graphcommerce/magento-product": "4.1.
|
18
|
-
"@graphcommerce/magento-product-configurable": "4.0.
|
19
|
-
"@graphcommerce/prettier-config-pwa": "^4.0.
|
15
|
+
"@graphcommerce/eslint-config-pwa": "^4.1.5",
|
16
|
+
"@graphcommerce/magento-cart-shipping-address": "3.0.9",
|
17
|
+
"@graphcommerce/magento-product": "4.1.7",
|
18
|
+
"@graphcommerce/magento-product-configurable": "4.0.11",
|
19
|
+
"@graphcommerce/prettier-config-pwa": "^4.0.6",
|
20
20
|
"@graphcommerce/typescript-config-pwa": "^4.0.2",
|
21
|
-
"@playwright/test": "^1.
|
21
|
+
"@playwright/test": "^1.21.1",
|
22
22
|
"@types/braintree-web": "^3.75.19",
|
23
|
-
"type-fest": "2.12.
|
23
|
+
"type-fest": "^2.12.2"
|
24
24
|
},
|
25
25
|
"dependencies": {
|
26
|
-
"@graphcommerce/graphql": "3.0
|
27
|
-
"@graphcommerce/image": "3.1.
|
28
|
-
"@graphcommerce/magento-cart": "4.2.
|
29
|
-
"@graphcommerce/magento-cart-payment-method": "3.1.
|
30
|
-
"@graphcommerce/magento-store": "4.1.
|
31
|
-
"@graphcommerce/next-ui": "4.6.
|
32
|
-
"@graphcommerce/react-hook-form": "3.1.
|
33
|
-
"braintree-web": "^3.85.
|
26
|
+
"@graphcommerce/graphql": "3.1.0",
|
27
|
+
"@graphcommerce/image": "3.1.5",
|
28
|
+
"@graphcommerce/magento-cart": "4.2.6",
|
29
|
+
"@graphcommerce/magento-cart-payment-method": "3.1.2",
|
30
|
+
"@graphcommerce/magento-store": "4.1.7",
|
31
|
+
"@graphcommerce/next-ui": "4.6.1",
|
32
|
+
"@graphcommerce/react-hook-form": "3.1.1",
|
33
|
+
"braintree-web": "^3.85.3"
|
34
34
|
},
|
35
35
|
"peerDependencies": {
|
36
36
|
"@lingui/macro": "^3.13.2",
|