@graphcommerce/magento-payment-braintree 6.2.0-canary.40 → 6.2.0-canary.41

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +2 -0
  2. package/package.json +18 -17
package/CHANGELOG.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # Change Log
2
2
 
3
+ ## 6.2.0-canary.41
4
+
3
5
  ## 6.2.0-canary.40
4
6
 
5
7
  ## 6.2.0-canary.39
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": "6.2.0-canary.40",
5
+ "version": "6.2.0-canary.41",
6
6
  "sideEffects": false,
7
7
  "prettier": "@graphcommerce/prettier-config-pwa",
8
8
  "eslintConfig": {
@@ -12,27 +12,28 @@
12
12
  }
13
13
  },
14
14
  "devDependencies": {
15
- "@graphcommerce/eslint-config-pwa": "6.2.0-canary.40",
16
- "@graphcommerce/magento-cart-shipping-address": "6.2.0-canary.40",
17
- "@graphcommerce/magento-product": "6.2.0-canary.40",
18
- "@graphcommerce/magento-product-configurable": "6.2.0-canary.40",
19
- "@graphcommerce/prettier-config-pwa": "6.2.0-canary.40",
20
- "@graphcommerce/typescript-config-pwa": "6.2.0-canary.40",
15
+ "@graphcommerce/eslint-config-pwa": "6.2.0-canary.41",
16
+ "@graphcommerce/magento-cart-shipping-address": "6.2.0-canary.41",
17
+ "@graphcommerce/magento-product": "6.2.0-canary.41",
18
+ "@graphcommerce/magento-product-configurable": "6.2.0-canary.41",
19
+ "@graphcommerce/prettier-config-pwa": "6.2.0-canary.41",
20
+ "@graphcommerce/typescript-config-pwa": "6.2.0-canary.41",
21
21
  "@types/braintree-web": "^3.75.20"
22
22
  },
23
23
  "dependencies": {
24
- "@graphcommerce/graphql": "6.2.0-canary.40",
25
- "@graphcommerce/image": "6.2.0-canary.40",
26
- "@graphcommerce/magento-cart": "6.2.0-canary.40",
27
- "@graphcommerce/magento-cart-payment-method": "6.2.0-canary.40",
28
- "@graphcommerce/magento-store": "6.2.0-canary.40",
29
- "@graphcommerce/next-ui": "6.2.0-canary.40",
30
- "@graphcommerce/react-hook-form": "6.2.0-canary.40",
31
- "braintree-web": "^3.92.0"
24
+ "@graphcommerce/graphql": "6.2.0-canary.41",
25
+ "@graphcommerce/image": "6.2.0-canary.41",
26
+ "@graphcommerce/magento-cart": "6.2.0-canary.41",
27
+ "@graphcommerce/magento-cart-payment-method": "6.2.0-canary.41",
28
+ "@graphcommerce/magento-store": "6.2.0-canary.41",
29
+ "@graphcommerce/next-ui": "6.2.0-canary.41",
30
+ "@graphcommerce/react-hook-form": "6.2.0-canary.41",
31
+ "braintree-web": "^3.95.0-beta-3ds.1"
32
32
  },
33
33
  "peerDependencies": {
34
- "@lingui/core": "^3.13.2",
35
- "@lingui/react": "^3.13.2",
34
+ "@lingui/core": "^4.2.1",
35
+ "@lingui/react": "^4.2.1",
36
+ "@lingui/macro": "^4.2.1",
36
37
  "@mui/material": "^5.10.16",
37
38
  "framer-motion": "^10.0.0",
38
39
  "next": "^13.2.0",