@graphcommerce/hygraph-dynamic-rows-ui 9.0.0-canary.56 → 9.0.0-canary.58

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 +7 -6
  2. package/package.json +21 -21
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # @graphcommerce/hygraph-dynamic-rows-ui
2
2
 
3
+ ## 9.0.0-canary.58
4
+
5
+ ## 9.0.0-canary.57
6
+
3
7
  ## 9.0.0-canary.56
4
8
 
5
9
  ## 9.0.0-canary.55
@@ -24,8 +28,7 @@
24
28
 
25
29
  ### Patch Changes
26
30
 
27
- - [#2316](https://github.com/graphcommerce-org/graphcommerce/pull/2316) [`28d4708`](https://github.com/graphcommerce-org/graphcommerce/commit/28d470861a10a38690d565d236ce573905038d2b) - fix hygraph studio bugs in Dynamic Row UI module. Style config screen DR UI app.
28
- ([@JoshuaS98](https://github.com/JoshuaS98))
31
+ - [#2316](https://github.com/graphcommerce-org/graphcommerce/pull/2316) [`28d4708`](https://github.com/graphcommerce-org/graphcommerce/commit/28d470861a10a38690d565d236ce573905038d2b) - fix hygraph studio bugs in Dynamic Row UI module. Style config screen DR UI app. ([@JoshuaS98](https://github.com/JoshuaS98))
29
32
 
30
33
  ## 8.1.0-canary.45
31
34
 
@@ -37,8 +40,7 @@
37
40
 
38
41
  ### Patch Changes
39
42
 
40
- - [#2308](https://github.com/graphcommerce-org/graphcommerce/pull/2308) [`8faa5ac`](https://github.com/graphcommerce-org/graphcommerce/commit/8faa5ac618ecfdacd6d5eb751b4110c423aef97f) - Added Draft Mode support. When enabled it will be shown.
41
- ([@paales](https://github.com/paales))
43
+ - [#2308](https://github.com/graphcommerce-org/graphcommerce/pull/2308) [`8faa5ac`](https://github.com/graphcommerce-org/graphcommerce/commit/8faa5ac618ecfdacd6d5eb751b4110c423aef97f) - Added Draft Mode support. When enabled it will be shown. ([@paales](https://github.com/paales))
42
44
 
43
45
  ## 8.1.0-canary.41
44
46
 
@@ -196,8 +198,7 @@
196
198
 
197
199
  ### Minor Changes
198
200
 
199
- - [#2100](https://github.com/graphcommerce-org/graphcommerce/pull/2100) [`4df891a`](https://github.com/graphcommerce-org/graphcommerce/commit/4df891a4c18b29cc52447eab3a97c66948b6c18f) - Add Dynamic Row UI for property UI field through a custom Hygraph application
200
- ([@JoshuaS98](https://github.com/JoshuaS98))
201
+ - [#2100](https://github.com/graphcommerce-org/graphcommerce/pull/2100) [`4df891a`](https://github.com/graphcommerce-org/graphcommerce/commit/4df891a4c18b29cc52447eab3a97c66948b6c18f) - Add Dynamic Row UI for property UI field through a custom Hygraph application ([@JoshuaS98](https://github.com/JoshuaS98))
201
202
 
202
203
  ## 8.0.0-canary.100
203
204
 
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": "9.0.0-canary.56",
5
+ "version": "9.0.0-canary.58",
6
6
  "sideEffects": false,
7
7
  "type": "commonjs",
8
8
  "prettier": "@graphcommerce/prettier-config-pwa",
@@ -16,29 +16,29 @@
16
16
  "dev": "next dev"
17
17
  },
18
18
  "dependencies": {
19
- "@apollo/client": "~3.8.10",
20
- "@graphcommerce/next-config": "9.0.0-canary.56",
21
- "@hygraph/app-sdk-react": "^0.0.3",
22
- "@lingui/core": "^4.7.0",
23
- "@lingui/macro": "^4.7.0",
24
- "@lingui/react": "^4.7.0",
25
- "@mui/material": "5.15.5",
19
+ "@apollo/client": "~3.10.8",
20
+ "@graphcommerce/next-config": "9.0.0-canary.58",
21
+ "@hygraph/app-sdk-react": "^0.0.4",
22
+ "@lingui/core": "^4.11.2",
23
+ "@lingui/macro": "^4.11.2",
24
+ "@lingui/react": "^4.11.2",
25
+ "@mui/material": "5.16.4",
26
26
  "cross-env": "^7.0.3",
27
- "dotenv": "16.3.1",
28
- "graphql": "^16.8.1",
29
- "next": "14.1.0",
30
- "react": "^18.2.0",
31
- "react-dom": "^18.2.0",
32
- "webpack": "5.89.0"
27
+ "dotenv": "16.4.5",
28
+ "graphql": "^16.9.0",
29
+ "next": "14.2.5",
30
+ "react": "^18.3.1",
31
+ "react-dom": "^18.3.1",
32
+ "webpack": "~5.93.0"
33
33
  },
34
34
  "devDependencies": {
35
- "@graphcommerce/eslint-config-pwa": "9.0.0-canary.56",
36
- "@graphcommerce/prettier-config-pwa": "9.0.0-canary.56",
37
- "@graphcommerce/typescript-config-pwa": "9.0.0-canary.56",
38
- "@types/react-is": "^18.2.4",
35
+ "@graphcommerce/eslint-config-pwa": "9.0.0-canary.58",
36
+ "@graphcommerce/prettier-config-pwa": "9.0.0-canary.58",
37
+ "@graphcommerce/typescript-config-pwa": "9.0.0-canary.58",
38
+ "@types/react-is": "^18.3.0",
39
39
  "babel-plugin-macros": "^3.1.0",
40
- "eslint": "8.56.0",
41
- "prettier": "3.2.4",
42
- "typescript": "5.3.3"
40
+ "eslint": "^9.7.0",
41
+ "prettier": "3.3.3",
42
+ "typescript": "5.5.3"
43
43
  }
44
44
  }