@graphcommerce/magento-payment-braintree 5.1.0-canary.9 → 5.1.1-canary.0

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +23 -0
  2. package/package.json +15 -15
package/CHANGELOG.md CHANGED
@@ -1,5 +1,28 @@
1
1
  # Change Log
2
2
 
3
+ ## 5.1.1-canary.0
4
+
5
+ ## 5.1.0
6
+
7
+ ### Patch Changes
8
+
9
+ - [#1760](https://github.com/graphcommerce-org/graphcommerce/pull/1760) [`8badc8550`](https://github.com/graphcommerce-org/graphcommerce/commit/8badc8550c402ac7b80c8d3238d313550c28a055) - Updated dependencies ([@paales](https://github.com/paales))
10
+
11
+ - [#1752](https://github.com/graphcommerce-org/graphcommerce/pull/1752) [`2a6a4d9ec`](https://github.com/graphcommerce-org/graphcommerce/commit/2a6a4d9ecfa1b58a66ba9b9d00016d6feda9aa95) - Updated dependencies to latest versions, except for nextjs; Solve tons of peer dependency issues.
12
+
13
+ - Updated the @mui/material package
14
+ - Removed dependencies on react-hook-form-mui and @playwright/test
15
+ - Upgraded dependencies including type-fest and graphql-mesh
16
+ - Solved peer dependency issues ([@paales](https://github.com/paales))
17
+
18
+ ## 5.1.0-canary.11
19
+
20
+ ## 5.1.0-canary.10
21
+
22
+ ### Patch Changes
23
+
24
+ - [#1760](https://github.com/graphcommerce-org/graphcommerce/pull/1760) [`8badc8550`](https://github.com/graphcommerce-org/graphcommerce/commit/8badc8550c402ac7b80c8d3238d313550c28a055) - Updated dependencies ([@paales](https://github.com/paales))
25
+
3
26
  ## 5.1.0-canary.9
4
27
 
5
28
  ## 5.1.0-canary.8
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": "5.1.0-canary.9",
5
+ "version": "5.1.1-canary.0",
6
6
  "sideEffects": false,
7
7
  "prettier": "@graphcommerce/prettier-config-pwa",
8
8
  "eslintConfig": {
@@ -12,23 +12,23 @@
12
12
  }
13
13
  },
14
14
  "devDependencies": {
15
- "@graphcommerce/eslint-config-pwa": "5.1.0-canary.9",
16
- "@graphcommerce/magento-cart-shipping-address": "5.1.0-canary.9",
17
- "@graphcommerce/magento-product": "5.1.0-canary.9",
18
- "@graphcommerce/magento-product-configurable": "5.1.0-canary.9",
19
- "@graphcommerce/prettier-config-pwa": "5.1.0-canary.9",
20
- "@graphcommerce/typescript-config-pwa": "5.1.0-canary.9",
15
+ "@graphcommerce/eslint-config-pwa": "5.1.1-canary.0",
16
+ "@graphcommerce/magento-cart-shipping-address": "5.1.1-canary.0",
17
+ "@graphcommerce/magento-product": "5.1.1-canary.0",
18
+ "@graphcommerce/magento-product-configurable": "5.1.1-canary.0",
19
+ "@graphcommerce/prettier-config-pwa": "5.1.1-canary.0",
20
+ "@graphcommerce/typescript-config-pwa": "5.1.1-canary.0",
21
21
  "@types/braintree-web": "^3.75.20"
22
22
  },
23
23
  "dependencies": {
24
- "@graphcommerce/graphql": "5.1.0-canary.9",
25
- "@graphcommerce/image": "5.1.0-canary.9",
26
- "@graphcommerce/magento-cart": "5.1.0-canary.9",
27
- "@graphcommerce/magento-cart-payment-method": "5.1.0-canary.9",
28
- "@graphcommerce/magento-store": "5.1.0-canary.9",
29
- "@graphcommerce/next-ui": "5.1.0-canary.9",
30
- "@graphcommerce/react-hook-form": "5.1.0-canary.9",
31
- "braintree-web": "^3.86.0"
24
+ "@graphcommerce/graphql": "5.1.1-canary.0",
25
+ "@graphcommerce/image": "5.1.1-canary.0",
26
+ "@graphcommerce/magento-cart": "5.1.1-canary.0",
27
+ "@graphcommerce/magento-cart-payment-method": "5.1.1-canary.0",
28
+ "@graphcommerce/magento-store": "5.1.1-canary.0",
29
+ "@graphcommerce/next-ui": "5.1.1-canary.0",
30
+ "@graphcommerce/react-hook-form": "5.1.1-canary.0",
31
+ "braintree-web": "^3.88.5"
32
32
  },
33
33
  "peerDependencies": {
34
34
  "@lingui/core": "^3.13.2",