@graphcommerce/magento-cart-items 3.0.45 → 3.0.48

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,40 @@
1
1
  # Change Log
2
2
 
3
+ ## 3.0.48
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`1f7ee6f6c`](https://github.com/graphcommerce-org/graphcommerce/commit/1f7ee6f6cfb28544439ed36e10929ac530d1b2b7), [`707dbc73d`](https://github.com/graphcommerce-org/graphcommerce/commit/707dbc73d181204d88fdbbd2e09340e25b2b5f7b)]:
8
+ - @graphcommerce/next-ui@4.21.0
9
+ - @graphcommerce/graphql@3.4.6
10
+ - @graphcommerce/magento-cart@4.6.9
11
+ - @graphcommerce/magento-customer@4.9.5
12
+ - @graphcommerce/magento-product@4.4.25
13
+ - @graphcommerce/magento-store@4.2.27
14
+ - @graphcommerce/image@3.1.8
15
+
16
+ ## 3.0.47
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies [[`43822fd61`](https://github.com/graphcommerce-org/graphcommerce/commit/43822fd61c949215b8ddce9fb37d09f29b638426), [`3a619b70d`](https://github.com/graphcommerce-org/graphcommerce/commit/3a619b70d082804b8de46a8e8232f9431479a8b7), [`3a619b70d`](https://github.com/graphcommerce-org/graphcommerce/commit/3a619b70d082804b8de46a8e8232f9431479a8b7)]:
21
+ - @graphcommerce/next-ui@4.20.0
22
+ - @graphcommerce/magento-customer@4.9.4
23
+ - @graphcommerce/magento-cart@4.6.8
24
+ - @graphcommerce/magento-product@4.4.24
25
+ - @graphcommerce/magento-store@4.2.26
26
+
27
+ ## 3.0.46
28
+
29
+ ### Patch Changes
30
+
31
+ - Updated dependencies [[`b6d3a3c13`](https://github.com/graphcommerce-org/graphcommerce/commit/b6d3a3c13ea63ef0f691f497507f07c0e094de5b), [`1be392e42`](https://github.com/graphcommerce-org/graphcommerce/commit/1be392e42241d38b0ce1862e8ba184d2b5ec23c3)]:
32
+ - @graphcommerce/next-ui@4.19.0
33
+ - @graphcommerce/magento-customer@4.9.3
34
+ - @graphcommerce/magento-cart@4.6.7
35
+ - @graphcommerce/magento-product@4.4.23
36
+ - @graphcommerce/magento-store@4.2.25
37
+
3
38
  ## 3.0.45
4
39
 
5
40
  ### Patch Changes
@@ -18,7 +18,7 @@ export function CartItems(props: CartProps) {
18
18
  {data?.cart?.items?.map((item) => {
19
19
  if (!item?.uid || !data.cart?.id) return null
20
20
  return (
21
- <AnimatedRow key={item.uid}>
21
+ <AnimatedRow layout key={item.uid}>
22
22
  <RenderType renderer={renderer} {...item} />
23
23
  </AnimatedRow>
24
24
  )
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphcommerce/magento-cart-items",
3
3
  "homepage": "https://www.graphcommerce.org/",
4
4
  "repository": "github:graphcommerce-org/graphcommerce",
5
- "version": "3.0.45",
5
+ "version": "3.0.48",
6
6
  "sideEffects": false,
7
7
  "prettier": "@graphcommerce/prettier-config-pwa",
8
8
  "eslintConfig": {
@@ -12,19 +12,19 @@
12
12
  }
13
13
  },
14
14
  "devDependencies": {
15
- "@graphcommerce/eslint-config-pwa": "^4.1.9",
15
+ "@graphcommerce/eslint-config-pwa": "^4.1.10",
16
16
  "@graphcommerce/prettier-config-pwa": "^4.0.6",
17
17
  "@graphcommerce/typescript-config-pwa": "^4.0.4",
18
18
  "@playwright/test": "^1.21.1"
19
19
  },
20
20
  "dependencies": {
21
- "@graphcommerce/graphql": "3.4.5",
22
- "@graphcommerce/image": "3.1.7",
23
- "@graphcommerce/magento-cart": "4.6.6",
24
- "@graphcommerce/magento-customer": "4.9.2",
25
- "@graphcommerce/magento-product": "4.4.22",
26
- "@graphcommerce/magento-store": "4.2.24",
27
- "@graphcommerce/next-ui": "4.18.0",
21
+ "@graphcommerce/graphql": "3.4.6",
22
+ "@graphcommerce/image": "3.1.8",
23
+ "@graphcommerce/magento-cart": "4.6.9",
24
+ "@graphcommerce/magento-customer": "4.9.5",
25
+ "@graphcommerce/magento-product": "4.4.25",
26
+ "@graphcommerce/magento-store": "4.2.27",
27
+ "@graphcommerce/next-ui": "4.21.0",
28
28
  "@graphcommerce/react-hook-form": "3.3.2"
29
29
  },
30
30
  "peerDependencies": {