@graphcommerce/magento-product-configurable 4.1.13 → 4.1.16

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 +46 -0
  2. package/package.json +17 -17
package/CHANGELOG.md CHANGED
@@ -1,5 +1,51 @@
1
1
  # Change Log
2
2
 
3
+ ## 4.1.16
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`98ff2334d`](https://github.com/graphcommerce-org/graphcommerce/commit/98ff2334d1b7dedb8bc56ebe6abb50836eefedd3)]:
8
+ - @graphcommerce/magento-customer@4.6.0
9
+ - @graphcommerce/magento-cart@4.4.5
10
+ - @graphcommerce/magento-cart-items@3.0.32
11
+ - @graphcommerce/magento-product@4.4.9
12
+ - @graphcommerce/magento-product-simple@4.0.31
13
+ - @graphcommerce/magento-category@4.1.17
14
+
15
+ ## 4.1.15
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies [[`c877e438a`](https://github.com/graphcommerce-org/graphcommerce/commit/c877e438a48f30204fa3e36b611906a546e1cf5c), [`371e6cf52`](https://github.com/graphcommerce-org/graphcommerce/commit/371e6cf52916a3b6c44192bd40cc8271bd608832), [`4143483f3`](https://github.com/graphcommerce-org/graphcommerce/commit/4143483f37c038d2bbf218be2685e27a31a35745)]:
20
+ - @graphcommerce/magento-customer@4.5.4
21
+ - @graphcommerce/next-ui@4.10.0
22
+ - @graphcommerce/magento-cart@4.4.4
23
+ - @graphcommerce/magento-cart-items@3.0.31
24
+ - @graphcommerce/magento-category@4.1.16
25
+ - @graphcommerce/magento-product@4.4.8
26
+ - @graphcommerce/magento-store@4.2.11
27
+ - @graphcommerce/magento-product-simple@4.0.30
28
+
29
+ ## 4.1.14
30
+
31
+ ### Patch Changes
32
+
33
+ - [#1490](https://github.com/graphcommerce-org/graphcommerce/pull/1490) [`d311ef48b`](https://github.com/graphcommerce-org/graphcommerce/commit/d311ef48bb3e97806d992af5516d6b7f183ec9cb) Thanks [@paales](https://github.com/paales)! - upgraded packages
34
+
35
+ - Updated dependencies [[`8a626ecf7`](https://github.com/graphcommerce-org/graphcommerce/commit/8a626ecf7ed00c46a28088e0b9bae00a4e1ae019), [`a9213f1f5`](https://github.com/graphcommerce-org/graphcommerce/commit/a9213f1f5a410d217768386ccb6d9b5ce7bd5782), [`d311ef48b`](https://github.com/graphcommerce-org/graphcommerce/commit/d311ef48bb3e97806d992af5516d6b7f183ec9cb)]:
36
+ - @graphcommerce/magento-customer@4.5.3
37
+ - @graphcommerce/next-ui@4.9.0
38
+ - @graphcommerce/graphql@3.2.1
39
+ - @graphcommerce/graphql-mesh@4.1.4
40
+ - @graphcommerce/image@3.1.7
41
+ - @graphcommerce/magento-cart@4.4.3
42
+ - @graphcommerce/magento-cart-items@3.0.30
43
+ - @graphcommerce/magento-category@4.1.15
44
+ - @graphcommerce/magento-product@4.4.7
45
+ - @graphcommerce/magento-product-simple@4.0.29
46
+ - @graphcommerce/magento-store@4.2.10
47
+ - @graphcommerce/react-hook-form@3.2.2
48
+
3
49
  ## 4.1.13
4
50
 
5
51
  ### Patch Changes
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphcommerce/magento-product-configurable",
3
3
  "homepage": "https://www.graphcommerce.org/",
4
4
  "repository": "github:graphcommerce-org/graphcommerce",
5
- "version": "4.1.13",
5
+ "version": "4.1.16",
6
6
  "sideEffects": false,
7
7
  "prettier": "@graphcommerce/prettier-config-pwa",
8
8
  "eslintConfig": {
@@ -12,33 +12,33 @@
12
12
  }
13
13
  },
14
14
  "devDependencies": {
15
- "@graphcommerce/eslint-config-pwa": "^4.1.7",
15
+ "@graphcommerce/eslint-config-pwa": "^4.1.8",
16
16
  "@graphcommerce/prettier-config-pwa": "^4.0.6",
17
17
  "@graphcommerce/typescript-config-pwa": "^4.0.3",
18
18
  "@playwright/test": "^1.21.1",
19
19
  "type-fest": "^2.12.2"
20
20
  },
21
21
  "dependencies": {
22
- "@graphcommerce/graphql": "3.2.0",
23
- "@graphcommerce/graphql-mesh": "4.1.3",
24
- "@graphcommerce/image": "3.1.6",
25
- "@graphcommerce/magento-cart": "4.4.2",
26
- "@graphcommerce/magento-cart-items": "3.0.29",
27
- "@graphcommerce/magento-category": "4.1.14",
28
- "@graphcommerce/magento-customer": "4.5.2",
29
- "@graphcommerce/magento-product": "4.4.6",
30
- "@graphcommerce/magento-product-simple": "4.0.28",
31
- "@graphcommerce/magento-store": "4.2.9",
32
- "@graphcommerce/next-ui": "4.8.4",
33
- "@graphcommerce/react-hook-form": "3.2.1"
22
+ "@graphcommerce/graphql": "3.2.1",
23
+ "@graphcommerce/graphql-mesh": "4.1.4",
24
+ "@graphcommerce/image": "3.1.7",
25
+ "@graphcommerce/magento-cart": "4.4.5",
26
+ "@graphcommerce/magento-cart-items": "3.0.32",
27
+ "@graphcommerce/magento-category": "4.1.17",
28
+ "@graphcommerce/magento-customer": "4.6.0",
29
+ "@graphcommerce/magento-product": "4.4.9",
30
+ "@graphcommerce/magento-product-simple": "4.0.31",
31
+ "@graphcommerce/magento-store": "4.2.11",
32
+ "@graphcommerce/next-ui": "4.10.0",
33
+ "@graphcommerce/react-hook-form": "3.2.2"
34
34
  },
35
35
  "peerDependencies": {
36
36
  "@lingui/react": "^3.13.2",
37
37
  "@lingui/core": "^3.13.2",
38
38
  "@mui/material": "5.5.3",
39
39
  "framer-motion": "^6.2.4",
40
- "next": "12.1.2",
41
- "react": "^17.0.2",
42
- "react-dom": "^17.0.2"
40
+ "next": "^12.1.2",
41
+ "react": "^18.0.0",
42
+ "react-dom": "^18.0.0"
43
43
  }
44
44
  }