@graphcommerce/hygraph-dynamic-rows-ui 9.0.0-canary.55 → 9.0.0-canary.57

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.57
4
+
5
+ ## 9.0.0-canary.56
6
+
3
7
  ## 9.0.0-canary.55
4
8
 
5
9
  ## 9.0.0-canary.54
@@ -22,8 +26,7 @@
22
26
 
23
27
  ### Patch Changes
24
28
 
25
- - [#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.
26
- ([@JoshuaS98](https://github.com/JoshuaS98))
29
+ - [#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))
27
30
 
28
31
  ## 8.1.0-canary.45
29
32
 
@@ -35,8 +38,7 @@
35
38
 
36
39
  ### Patch Changes
37
40
 
38
- - [#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.
39
- ([@paales](https://github.com/paales))
41
+ - [#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))
40
42
 
41
43
  ## 8.1.0-canary.41
42
44
 
@@ -194,8 +196,7 @@
194
196
 
195
197
  ### Minor Changes
196
198
 
197
- - [#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
198
- ([@JoshuaS98](https://github.com/JoshuaS98))
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 ([@JoshuaS98](https://github.com/JoshuaS98))
199
200
 
200
201
  ## 8.0.0-canary.100
201
202
 
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.55",
5
+ "version": "9.0.0-canary.57",
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.55",
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.57",
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.55",
36
- "@graphcommerce/prettier-config-pwa": "9.0.0-canary.55",
37
- "@graphcommerce/typescript-config-pwa": "9.0.0-canary.55",
38
- "@types/react-is": "^18.2.4",
35
+ "@graphcommerce/eslint-config-pwa": "9.0.0-canary.57",
36
+ "@graphcommerce/prettier-config-pwa": "9.0.0-canary.57",
37
+ "@graphcommerce/typescript-config-pwa": "9.0.0-canary.57",
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
  }