@graphcommerce/hygraph-dynamic-rows-ui 8.0.7 → 8.0.8

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 +6 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @graphcommerce/hygraph-dynamic-rows-ui
2
2
 
3
+ ## 8.0.8
4
+
5
+ ### Patch Changes
6
+
7
+ - [#2382](https://github.com/graphcommerce-org/graphcommerce/pull/2382) [`4aaf3a0`](https://github.com/graphcommerce-org/graphcommerce/commit/4aaf3a0eef629a8019ad90c674709b1458c067f4) - When installing GraphCommerce it would install multiple versions of webpack, causing build errors: Loosen webpack dependency constraint so it installs a single version. ([@paales](https://github.com/paales))
8
+
3
9
  ## 8.0.7
4
10
 
5
11
  ## 8.0.6
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphcommerce/hygraph-dynamic-rows-ui",
3
3
  "homepage": "https://www.graphcommerce.org/",
4
4
  "repository": "github:graphcommerce-org/graphcommerce",
5
- "version": "8.0.7",
5
+ "version": "8.0.8",
6
6
  "sideEffects": false,
7
7
  "type": "commonjs",
8
8
  "prettier": "@graphcommerce/prettier-config-pwa",
@@ -17,7 +17,7 @@
17
17
  },
18
18
  "dependencies": {
19
19
  "@apollo/client": "~3.8.10",
20
- "@graphcommerce/next-config": "8.0.7",
20
+ "@graphcommerce/next-config": "8.0.8",
21
21
  "@hygraph/app-sdk-react": "^0.0.3",
22
22
  "@lingui/core": "^4.7.0",
23
23
  "@lingui/macro": "^4.7.0",
@@ -29,12 +29,12 @@
29
29
  "next": "14.1.0",
30
30
  "react": "^18.2.0",
31
31
  "react-dom": "^18.2.0",
32
- "webpack": "5.93.0"
32
+ "webpack": "^5.93.0"
33
33
  },
34
34
  "devDependencies": {
35
- "@graphcommerce/eslint-config-pwa": "8.0.7",
36
- "@graphcommerce/prettier-config-pwa": "8.0.7",
37
- "@graphcommerce/typescript-config-pwa": "8.0.7",
35
+ "@graphcommerce/eslint-config-pwa": "8.0.8",
36
+ "@graphcommerce/prettier-config-pwa": "8.0.8",
37
+ "@graphcommerce/typescript-config-pwa": "8.0.8",
38
38
  "@types/react-is": "^18.2.4",
39
39
  "babel-plugin-macros": "^3.1.0",
40
40
  "eslint": "8.56.0",