@graphcommerce/magento-payment-braintree 3.0.5 → 3.0.6
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 +15 -0
- package/package.json +14 -14
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,20 @@
|
|
1
1
|
# Change Log
|
2
2
|
|
3
|
+
## 3.0.6
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- [#1378](https://github.com/graphcommerce-org/graphcommerce/pull/1378) [`b610a6e40`](https://github.com/graphcommerce-org/graphcommerce/commit/b610a6e4049e8c9e8b5d2aeff31b8e1bfc24abe5) Thanks [@paales](https://github.com/paales)! - Pin all versions internally so we can’t end up in an unfixable state for the user
|
8
|
+
|
9
|
+
- Updated dependencies [[`b610a6e40`](https://github.com/graphcommerce-org/graphcommerce/commit/b610a6e4049e8c9e8b5d2aeff31b8e1bfc24abe5), [`22ff9df16`](https://github.com/graphcommerce-org/graphcommerce/commit/22ff9df1677742ae8e07d9b7e5b12fbb487580dc)]:
|
10
|
+
- @graphcommerce/graphql@3.0.7
|
11
|
+
- @graphcommerce/image@3.1.3
|
12
|
+
- @graphcommerce/magento-cart@4.2.3
|
13
|
+
- @graphcommerce/magento-cart-payment-method@3.0.7
|
14
|
+
- @graphcommerce/magento-store@4.1.5
|
15
|
+
- @graphcommerce/next-ui@4.5.1
|
16
|
+
- @graphcommerce/react-hook-form@3.0.7
|
17
|
+
|
3
18
|
## 3.0.5
|
4
19
|
|
5
20
|
### 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.6",
|
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": "
|
17
|
-
"@graphcommerce/magento-product": "
|
18
|
-
"@graphcommerce/magento-product-configurable": "
|
15
|
+
"@graphcommerce/eslint-config-pwa": "^4.1.4",
|
16
|
+
"@graphcommerce/magento-cart-shipping-address": "3.0.6",
|
17
|
+
"@graphcommerce/magento-product": "4.1.4",
|
18
|
+
"@graphcommerce/magento-product-configurable": "4.0.8",
|
19
19
|
"@graphcommerce/prettier-config-pwa": "^4.0.5",
|
20
20
|
"@graphcommerce/typescript-config-pwa": "^4.0.2",
|
21
21
|
"@playwright/test": "^1.20.1",
|
@@ -23,20 +23,20 @@
|
|
23
23
|
"type-fest": "2.12.1"
|
24
24
|
},
|
25
25
|
"dependencies": {
|
26
|
-
"@graphcommerce/graphql": "
|
27
|
-
"@graphcommerce/image": "
|
28
|
-
"@graphcommerce/magento-cart": "
|
29
|
-
"@graphcommerce/magento-cart-payment-method": "
|
30
|
-
"@graphcommerce/magento-store": "
|
31
|
-
"@graphcommerce/next-ui": "
|
32
|
-
"@graphcommerce/react-hook-form": "
|
26
|
+
"@graphcommerce/graphql": "3.0.7",
|
27
|
+
"@graphcommerce/image": "3.1.3",
|
28
|
+
"@graphcommerce/magento-cart": "4.2.3",
|
29
|
+
"@graphcommerce/magento-cart-payment-method": "3.0.7",
|
30
|
+
"@graphcommerce/magento-store": "4.1.5",
|
31
|
+
"@graphcommerce/next-ui": "4.5.1",
|
32
|
+
"@graphcommerce/react-hook-form": "3.0.7",
|
33
33
|
"braintree-web": "^3.85.2"
|
34
34
|
},
|
35
35
|
"peerDependencies": {
|
36
36
|
"@lingui/macro": "^3.13.2",
|
37
|
-
"@mui/material": "
|
37
|
+
"@mui/material": "5.5.3",
|
38
38
|
"framer-motion": "^6.2.4",
|
39
|
-
"next": "
|
39
|
+
"next": "12.1.2",
|
40
40
|
"react": "^17.0.2",
|
41
41
|
"react-dom": "^17.0.2"
|
42
42
|
}
|