@graphcommerce/magento-payment-braintree 3.0.1 → 3.0.2

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 +36 -0
  2. package/package.json +18 -16
package/CHANGELOG.md CHANGED
@@ -1,5 +1,41 @@
1
1
  # Change Log
2
2
 
3
+ ## 3.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [#1276](https://github.com/ho-nl/m2-pwa/pull/1276)
8
+ [`ce09388e0`](https://github.com/ho-nl/m2-pwa/commit/ce09388e0d7ef33aee660612340f6fbae15ceec2)
9
+ Thanks [@paales](https://github.com/paales)! - We've moved lots of internal packages from
10
+ `dependencies` to `peerDependencies`. The result of this is that there will be significantly less
11
+ duplicate packages in the node_modules folders.
12
+
13
+ * [#1276](https://github.com/ho-nl/m2-pwa/pull/1276)
14
+ [`52a45bba4`](https://github.com/ho-nl/m2-pwa/commit/52a45bba4dc6dd6df3c81f5023df7d23ed8a534d)
15
+ Thanks [@paales](https://github.com/paales)! - Upgraded to
16
+ [NextJS 12.1](https://nextjs.org/blog/next-12-1)! This is just for compatibility, but we'll be
17
+ implementing
18
+ [On-demand Incremental Static Regeneration](https://nextjs.org/blog/next-12-1#on-demand-incremental-static-regeneration-beta)
19
+ soon.
20
+
21
+ This will greatly reduce the requirement to rebuid stuff and we'll add a management UI on the
22
+ frontend to be able to revalidate pages manually.
23
+
24
+ * Updated dependencies
25
+ [[`381e4c86a`](https://github.com/ho-nl/m2-pwa/commit/381e4c86a8321ce96e1fa5c7d3c0a0c0ff3e02c7),
26
+ [`ce09388e0`](https://github.com/ho-nl/m2-pwa/commit/ce09388e0d7ef33aee660612340f6fbae15ceec2),
27
+ [`e7c8e2756`](https://github.com/ho-nl/m2-pwa/commit/e7c8e2756d637cbcd2e793d62ef5721d35d9fa7b),
28
+ [`b08a8eb1d`](https://github.com/ho-nl/m2-pwa/commit/b08a8eb1d024b9d3e7712ef034029151670db275),
29
+ [`52a45bba4`](https://github.com/ho-nl/m2-pwa/commit/52a45bba4dc6dd6df3c81f5023df7d23ed8a534d),
30
+ [`5a4809b1a`](https://github.com/ho-nl/m2-pwa/commit/5a4809b1a705aa32f620f520085df48ee25f9949)]:
31
+ - @graphcommerce/magento-cart@4.1.1
32
+ - @graphcommerce/magento-cart-payment-method@3.0.2
33
+ - @graphcommerce/next-ui@4.1.1
34
+ - @graphcommerce/react-hook-form@3.0.2
35
+ - @graphcommerce/graphql@3.0.2
36
+ - @graphcommerce/image@3.0.2
37
+ - @graphcommerce/magento-store@4.0.2
38
+
3
39
  ## 3.0.1
4
40
 
5
41
  ### 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.1",
5
+ "version": "3.0.2",
6
6
  "sideEffects": false,
7
7
  "prettier": "@graphcommerce/prettier-config-pwa",
8
8
  "eslintConfig": {
@@ -12,30 +12,32 @@
12
12
  }
13
13
  },
14
14
  "devDependencies": {
15
- "@graphcommerce/eslint-config-pwa": "^4.0.1",
16
- "@graphcommerce/magento-cart-shipping-address": "^3.0.1",
17
- "@graphcommerce/magento-product": "^4.0.1",
18
- "@graphcommerce/magento-product-configurable": "^4.0.1",
15
+ "@graphcommerce/eslint-config-pwa": "^4.0.2",
16
+ "@graphcommerce/magento-cart-shipping-address": "^3.0.2",
17
+ "@graphcommerce/magento-product": "^4.0.2",
18
+ "@graphcommerce/magento-product-configurable": "^4.0.2",
19
19
  "@graphcommerce/prettier-config-pwa": "^4.0.1",
20
20
  "@graphcommerce/typescript-config-pwa": "^4.0.1",
21
- "@playwright/test": "^1.18.1",
21
+ "@playwright/test": "^1.19.1",
22
22
  "@types/braintree-web": "^3.75.17"
23
23
  },
24
24
  "dependencies": {
25
- "@graphcommerce/graphql": "^3.0.1",
26
- "@graphcommerce/image": "^3.0.1",
27
- "@graphcommerce/magento-cart": "^4.0.1",
28
- "@graphcommerce/magento-cart-payment-method": "^3.0.1",
29
- "@graphcommerce/magento-store": "^4.0.1",
30
- "@graphcommerce/next-ui": "^4.0.1",
31
- "@graphcommerce/react-hook-form": "^3.0.1",
25
+ "@graphcommerce/graphql": "^3.0.2",
26
+ "@graphcommerce/image": "^3.0.2",
27
+ "@graphcommerce/magento-cart": "^4.1.1",
28
+ "@graphcommerce/magento-cart-payment-method": "^3.0.2",
29
+ "@graphcommerce/magento-store": "^4.0.2",
30
+ "@graphcommerce/next-ui": "^4.1.1",
31
+ "@graphcommerce/react-hook-form": "^3.0.2",
32
+ "braintree-web": "^3.85.2",
33
+ "type-fest": "^2.11.2"
34
+ },
35
+ "peerDependencies": {
32
36
  "@lingui/macro": "^3.13.2",
33
37
  "@mui/material": "^5.4.1",
34
- "braintree-web": "^3.85.2",
35
38
  "framer-motion": "^6.2.4",
36
39
  "next": "^12.0.10",
37
40
  "react": "^17.0.2",
38
- "react-dom": "^17.0.2",
39
- "type-fest": "^2.11.2"
41
+ "react-dom": "^17.0.2"
40
42
  }
41
43
  }