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

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 +33 -0
  2. package/package.json +20 -22
package/CHANGELOG.md CHANGED
@@ -1,5 +1,38 @@
1
1
  # Change Log
2
2
 
3
+ ## 5.1.0-canary.10
4
+
5
+ ### Patch Changes
6
+
7
+ - [#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))
8
+
9
+ ## 5.1.0-canary.9
10
+
11
+ ## 5.1.0-canary.8
12
+
13
+ ## 5.1.0-canary.7
14
+
15
+ ## 5.1.0-canary.6
16
+
17
+ ## 5.1.0-canary.5
18
+
19
+ ## 5.1.0-canary.4
20
+
21
+ ## 5.1.0-canary.3
22
+
23
+ ### Patch Changes
24
+
25
+ - [#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.
26
+
27
+ - Updated the @mui/material package
28
+ - Removed dependencies on react-hook-form-mui and @playwright/test
29
+ - Upgraded dependencies including type-fest and graphql-mesh
30
+ - Solved peer dependency issues ([@paales](https://github.com/paales))
31
+
32
+ ## 5.1.0-canary.2
33
+
34
+ ## 5.1.0-canary.1
35
+
3
36
  ## 5.1.0-canary.0
4
37
 
5
38
  ## 5.0.0
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.0",
5
+ "version": "5.1.0-canary.10",
6
6
  "sideEffects": false,
7
7
  "prettier": "@graphcommerce/prettier-config-pwa",
8
8
  "eslintConfig": {
@@ -12,33 +12,31 @@
12
12
  }
13
13
  },
14
14
  "devDependencies": {
15
- "@graphcommerce/eslint-config-pwa": "^5.1.0-canary.0",
16
- "@graphcommerce/magento-cart-shipping-address": "5.1.0-canary.0",
17
- "@graphcommerce/magento-product": "5.1.0-canary.0",
18
- "@graphcommerce/magento-product-configurable": "5.1.0-canary.0",
19
- "@graphcommerce/prettier-config-pwa": "^5.1.0-canary.0",
20
- "@graphcommerce/typescript-config-pwa": "^5.1.0-canary.0",
21
- "@playwright/test": "^1.21.1",
22
- "@types/braintree-web": "^3.75.20",
23
- "type-fest": "^2.12.2"
15
+ "@graphcommerce/eslint-config-pwa": "5.1.0-canary.10",
16
+ "@graphcommerce/magento-cart-shipping-address": "5.1.0-canary.10",
17
+ "@graphcommerce/magento-product": "5.1.0-canary.10",
18
+ "@graphcommerce/magento-product-configurable": "5.1.0-canary.10",
19
+ "@graphcommerce/prettier-config-pwa": "5.1.0-canary.10",
20
+ "@graphcommerce/typescript-config-pwa": "5.1.0-canary.10",
21
+ "@types/braintree-web": "^3.75.20"
24
22
  },
25
23
  "dependencies": {
26
- "@graphcommerce/graphql": "5.1.0-canary.0",
27
- "@graphcommerce/image": "5.1.0-canary.0",
28
- "@graphcommerce/magento-cart": "5.1.0-canary.0",
29
- "@graphcommerce/magento-cart-payment-method": "5.1.0-canary.0",
30
- "@graphcommerce/magento-store": "5.1.0-canary.0",
31
- "@graphcommerce/next-ui": "5.1.0-canary.0",
32
- "@graphcommerce/react-hook-form": "5.1.0-canary.0",
33
- "braintree-web": "^3.86.0"
24
+ "@graphcommerce/graphql": "5.1.0-canary.10",
25
+ "@graphcommerce/image": "5.1.0-canary.10",
26
+ "@graphcommerce/magento-cart": "5.1.0-canary.10",
27
+ "@graphcommerce/magento-cart-payment-method": "5.1.0-canary.10",
28
+ "@graphcommerce/magento-store": "5.1.0-canary.10",
29
+ "@graphcommerce/next-ui": "5.1.0-canary.10",
30
+ "@graphcommerce/react-hook-form": "5.1.0-canary.10",
31
+ "braintree-web": "^3.88.5"
34
32
  },
35
33
  "peerDependencies": {
36
34
  "@lingui/core": "^3.13.2",
37
35
  "@lingui/react": "^3.13.2",
38
- "@mui/material": "5.5.3",
39
- "framer-motion": "^6.2.4",
36
+ "@mui/material": "^5.10.16",
37
+ "framer-motion": "^7.0.0",
40
38
  "next": "^12.1.2",
41
- "react": "^18.0.0",
42
- "react-dom": "^18.0.0"
39
+ "react": "^18.2.0",
40
+ "react-dom": "^18.2.0"
43
41
  }
44
42
  }