@graphcommerce/magento-payment-braintree 7.1.0-canary.37 → 7.1.0-canary.39

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 +4 -0
  2. package/package.json +17 -17
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Change Log
2
2
 
3
+ ## 7.1.0-canary.39
4
+
5
+ ## 7.1.0-canary.38
6
+
3
7
  ## 7.1.0-canary.37
4
8
 
5
9
  ## 7.1.0-canary.36
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": "7.1.0-canary.37",
5
+ "version": "7.1.0-canary.39",
6
6
  "sideEffects": false,
7
7
  "prettier": "@graphcommerce/prettier-config-pwa",
8
8
  "eslintConfig": {
@@ -12,31 +12,31 @@
12
12
  }
13
13
  },
14
14
  "devDependencies": {
15
- "@graphcommerce/eslint-config-pwa": "7.1.0-canary.37",
16
- "@graphcommerce/magento-cart-shipping-address": "7.1.0-canary.37",
17
- "@graphcommerce/magento-product": "7.1.0-canary.37",
18
- "@graphcommerce/magento-product-configurable": "7.1.0-canary.37",
19
- "@graphcommerce/prettier-config-pwa": "7.1.0-canary.37",
20
- "@graphcommerce/typescript-config-pwa": "7.1.0-canary.37",
21
- "@types/braintree-web": "^3.96.4"
15
+ "@types/braintree-web": "^3.96.9"
22
16
  },
23
17
  "dependencies": {
24
- "@graphcommerce/graphql": "7.1.0-canary.37",
25
- "@graphcommerce/image": "7.1.0-canary.37",
26
- "@graphcommerce/magento-cart": "7.1.0-canary.37",
27
- "@graphcommerce/magento-cart-payment-method": "7.1.0-canary.37",
28
- "@graphcommerce/magento-store": "7.1.0-canary.37",
29
- "@graphcommerce/next-ui": "7.1.0-canary.37",
30
- "@graphcommerce/react-hook-form": "7.1.0-canary.37",
31
- "braintree-web": "^3.95.0-beta-3ds.1"
18
+ "braintree-web": "^3.97.3"
32
19
  },
33
20
  "peerDependencies": {
21
+ "@graphcommerce/eslint-config-pwa": "7.1.0-canary.39",
22
+ "@graphcommerce/graphql": "7.1.0-canary.39",
23
+ "@graphcommerce/image": "7.1.0-canary.39",
24
+ "@graphcommerce/magento-cart": "7.1.0-canary.39",
25
+ "@graphcommerce/magento-cart-payment-method": "7.1.0-canary.39",
26
+ "@graphcommerce/magento-cart-shipping-address": "7.1.0-canary.39",
27
+ "@graphcommerce/magento-product": "7.1.0-canary.39",
28
+ "@graphcommerce/magento-product-configurable": "7.1.0-canary.39",
29
+ "@graphcommerce/magento-store": "7.1.0-canary.39",
30
+ "@graphcommerce/next-ui": "7.1.0-canary.39",
31
+ "@graphcommerce/prettier-config-pwa": "7.1.0-canary.39",
32
+ "@graphcommerce/react-hook-form": "7.1.0-canary.39",
33
+ "@graphcommerce/typescript-config-pwa": "7.1.0-canary.39",
34
34
  "@lingui/core": "^4.2.1",
35
35
  "@lingui/macro": "^4.2.1",
36
36
  "@lingui/react": "^4.2.1",
37
37
  "@mui/material": "^5.10.16",
38
38
  "framer-motion": "^10.0.0",
39
- "next": "^13.2.0",
39
+ "next": "*",
40
40
  "react": "^18.2.0",
41
41
  "react-dom": "^18.2.0"
42
42
  }