@operato/app 8.0.0-beta.5 → 8.0.0-beta.6

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/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@operato/app",
3
3
  "description": "WebApplication production supporting components following open-wc recommendations",
4
4
  "author": "heartyoh",
5
- "version": "8.0.0-beta.5",
5
+ "version": "8.0.0-beta.6",
6
6
  "main": "dist/src/index.js",
7
7
  "module": "dist/src/index.js",
8
8
  "exports": {
@@ -144,18 +144,17 @@
144
144
  "@codemirror/state": "^6.3.3",
145
145
  "@codemirror/theme-one-dark": "^6.1.2",
146
146
  "@codemirror/view": "^6.22.1",
147
- "@graphql-tools/delegate": "^10.0.1",
148
- "@graphql-tools/wrap": "^8.5.0",
147
+ "@graphql-tools/wrap": "^9.0.0",
149
148
  "@material/web": "^2.0.0",
150
- "@operato/attachment": "^8.0.0-beta.5",
151
- "@operato/data-grist": "^8.0.0-beta.5",
152
- "@operato/font": "^8.0.0-beta.5",
149
+ "@operato/attachment": "^8.0.0-beta.6",
150
+ "@operato/data-grist": "^8.0.0-beta.6",
151
+ "@operato/font": "^8.0.0-beta.6",
153
152
  "@operato/form": "^8.0.0-beta.5",
154
153
  "@operato/graphql": "^8.0.0-beta.2",
155
154
  "@operato/i18n": "^8.0.0-beta.2",
156
155
  "@operato/input": "^8.0.0-beta.5",
157
156
  "@operato/layout": "^8.0.0-beta.5",
158
- "@operato/property-editor": "^8.0.0-beta.5",
157
+ "@operato/property-editor": "^8.0.0-beta.6",
159
158
  "@operato/shell": "^8.0.0-beta.5",
160
159
  "@operato/styles": "^8.0.0-beta.2",
161
160
  "@operato/utils": "^8.0.0-beta.2",
@@ -199,5 +198,5 @@
199
198
  "prettier --write"
200
199
  ]
201
200
  },
202
- "gitHead": "7c70814f95cd4f22508b513575984ceca6eb1bff"
201
+ "gitHead": "b152426bfb79be62ba34a2eb1a4bb092b5ead2c2"
203
202
  }