@graphcommerce/magento-payment-braintree 3.0.33 → 3.0.36
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 +14 -14
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,40 @@
|
|
1
1
|
# Change Log
|
2
2
|
|
3
|
+
## 3.0.36
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- [#1552](https://github.com/graphcommerce-org/graphcommerce/pull/1552) [`18054c441`](https://github.com/graphcommerce-org/graphcommerce/commit/18054c441962ba750bed3acc39ab46c8d3a341ce) Thanks [@paales](https://github.com/paales)! - Updated to Next.js v12.2.2 and other packages and made compatible
|
8
|
+
|
9
|
+
- Updated dependencies [[`18054c441`](https://github.com/graphcommerce-org/graphcommerce/commit/18054c441962ba750bed3acc39ab46c8d3a341ce), [`c5c539c44`](https://github.com/graphcommerce-org/graphcommerce/commit/c5c539c44eeac524cd62ce649e132d2e00333794), [`6f69bc54c`](https://github.com/graphcommerce-org/graphcommerce/commit/6f69bc54c6e0224452817c532ae58d9c332b61ea), [`21886d6fa`](https://github.com/graphcommerce-org/graphcommerce/commit/21886d6fa64a48d9e932bfaf8d138c9b13c36e43)]:
|
10
|
+
- @graphcommerce/graphql@3.4.1
|
11
|
+
- @graphcommerce/next-ui@4.13.1
|
12
|
+
- @graphcommerce/magento-cart@4.5.2
|
13
|
+
- @graphcommerce/magento-cart-payment-method@3.4.2
|
14
|
+
- @graphcommerce/magento-store@4.2.17
|
15
|
+
|
16
|
+
## 3.0.35
|
17
|
+
|
18
|
+
### Patch Changes
|
19
|
+
|
20
|
+
- Updated dependencies [[`8d8fda262`](https://github.com/graphcommerce-org/graphcommerce/commit/8d8fda2623e561cb43441110c67ffa34b692668a), [`d41cff721`](https://github.com/graphcommerce-org/graphcommerce/commit/d41cff7211230561ceeb7786cf75790efd6377cd), [`cefa7b365`](https://github.com/graphcommerce-org/graphcommerce/commit/cefa7b3652b55108d2178927e3c5d98a111cf373)]:
|
21
|
+
- @graphcommerce/next-ui@4.13.0
|
22
|
+
- @graphcommerce/magento-store@4.2.16
|
23
|
+
- @graphcommerce/magento-cart@4.5.1
|
24
|
+
- @graphcommerce/magento-cart-payment-method@3.4.1
|
25
|
+
|
26
|
+
## 3.0.34
|
27
|
+
|
28
|
+
### Patch Changes
|
29
|
+
|
30
|
+
- Updated dependencies [[`5f927ebdc`](https://github.com/graphcommerce-org/graphcommerce/commit/5f927ebdc6f0331833e02b96e4f169bfe475ac6b), [`c87a28e7d`](https://github.com/graphcommerce-org/graphcommerce/commit/c87a28e7dad87bffd0bd125ad5fdca65aaa389cc), [`c756f42e5`](https://github.com/graphcommerce-org/graphcommerce/commit/c756f42e503761a497e4a5a7a02d02141df231c3)]:
|
31
|
+
- @graphcommerce/graphql@3.4.0
|
32
|
+
- @graphcommerce/magento-cart@4.5.0
|
33
|
+
- @graphcommerce/magento-cart-payment-method@3.4.0
|
34
|
+
- @graphcommerce/react-hook-form@3.3.0
|
35
|
+
- @graphcommerce/next-ui@4.12.0
|
36
|
+
- @graphcommerce/magento-store@4.2.15
|
37
|
+
|
3
38
|
## 3.0.33
|
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.36",
|
6
6
|
"sideEffects": false,
|
7
7
|
"prettier": "@graphcommerce/prettier-config-pwa",
|
8
8
|
"eslintConfig": {
|
@@ -12,29 +12,29 @@
|
|
12
12
|
}
|
13
13
|
},
|
14
14
|
"devDependencies": {
|
15
|
-
"@graphcommerce/eslint-config-pwa": "^4.1.
|
16
|
-
"@graphcommerce/magento-cart-shipping-address": "3.2.
|
17
|
-
"@graphcommerce/magento-product": "4.4.
|
18
|
-
"@graphcommerce/magento-product-configurable": "4.1.
|
15
|
+
"@graphcommerce/eslint-config-pwa": "^4.1.9",
|
16
|
+
"@graphcommerce/magento-cart-shipping-address": "3.2.7",
|
17
|
+
"@graphcommerce/magento-product": "4.4.15",
|
18
|
+
"@graphcommerce/magento-product-configurable": "4.1.22",
|
19
19
|
"@graphcommerce/prettier-config-pwa": "^4.0.6",
|
20
|
-
"@graphcommerce/typescript-config-pwa": "^4.0.
|
20
|
+
"@graphcommerce/typescript-config-pwa": "^4.0.4",
|
21
21
|
"@playwright/test": "^1.21.1",
|
22
|
-
"@types/braintree-web": "^3.75.
|
22
|
+
"@types/braintree-web": "^3.75.20",
|
23
23
|
"type-fest": "^2.12.2"
|
24
24
|
},
|
25
25
|
"dependencies": {
|
26
|
-
"@graphcommerce/graphql": "3.
|
26
|
+
"@graphcommerce/graphql": "3.4.1",
|
27
27
|
"@graphcommerce/image": "3.1.7",
|
28
|
-
"@graphcommerce/magento-cart": "4.
|
29
|
-
"@graphcommerce/magento-cart-payment-method": "3.
|
30
|
-
"@graphcommerce/magento-store": "4.2.
|
31
|
-
"@graphcommerce/next-ui": "4.
|
32
|
-
"@graphcommerce/react-hook-form": "3.
|
28
|
+
"@graphcommerce/magento-cart": "4.5.2",
|
29
|
+
"@graphcommerce/magento-cart-payment-method": "3.4.2",
|
30
|
+
"@graphcommerce/magento-store": "4.2.17",
|
31
|
+
"@graphcommerce/next-ui": "4.13.1",
|
32
|
+
"@graphcommerce/react-hook-form": "3.3.0",
|
33
33
|
"braintree-web": "^3.85.3"
|
34
34
|
},
|
35
35
|
"peerDependencies": {
|
36
|
-
"@lingui/react": "^3.13.2",
|
37
36
|
"@lingui/core": "^3.13.2",
|
37
|
+
"@lingui/react": "^3.13.2",
|
38
38
|
"@mui/material": "5.5.3",
|
39
39
|
"framer-motion": "^6.2.4",
|
40
40
|
"next": "^12.1.2",
|