@graphcommerce/magento-cart 3.2.3 → 3.2.4

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.
@@ -53,7 +53,6 @@ export type CartTotalsProps = { containerMargin?: boolean } & UseStyles<typeof u
53
53
  * the demo, but we need additional fields from the API to get this working as expected:
54
54
  *
55
55
  * @see https://github.com/magento/magento2/issues/33848
56
- * @see https://github.com/magento/magento2/issues?q=is%3Aopen+is%3Aissue+label%3A%22Project%3A+GraphQL%22+tax
57
56
  */
58
57
  export default function CartTotals(props: CartTotalsProps) {
59
58
  const { data } = useCartQuery(GetCartTotalsDocument, { allowUrl: true })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphcommerce/magento-cart",
3
- "version": "3.2.3",
3
+ "version": "3.2.4",
4
4
  "sideEffects": false,
5
5
  "prettier": "@graphcommerce/prettier-config-pwa",
6
6
  "browserslist": [
@@ -24,10 +24,10 @@
24
24
  "@graphcommerce/framer-scroller": "^0.3.2",
25
25
  "@graphcommerce/graphql": "^2.104.0",
26
26
  "@graphcommerce/image": "^2.104.12",
27
- "@graphcommerce/magento-customer": "^3.1.6",
27
+ "@graphcommerce/magento-customer": "^3.1.7",
28
28
  "@graphcommerce/magento-graphql": "^2.103.9",
29
- "@graphcommerce/magento-store": "^3.0.29",
30
- "@graphcommerce/next-ui": "^3.8.0",
29
+ "@graphcommerce/magento-store": "^3.0.30",
30
+ "@graphcommerce/next-ui": "^3.8.1",
31
31
  "@graphcommerce/react-hook-form": "^2.102.10",
32
32
  "@graphql-typed-document-node/core": "^3.1.0",
33
33
  "@material-ui/core": "^4.12.3",
@@ -38,5 +38,5 @@
38
38
  "react": "^17.0.2",
39
39
  "react-dom": "^17.0.2"
40
40
  },
41
- "gitHead": "5a288cb32af2e48278c330ffb36d72be03700ffd"
41
+ "gitHead": "988def3b35a2a9ae0f280da7f9d9aa9717d1e2da"
42
42
  }