@operato/app 10.0.0-beta.2 → 10.0.0-beta.22

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": "10.0.0-beta.2",
5
+ "version": "10.0.0-beta.22",
6
6
  "type": "module",
7
7
  "main": "dist/src/index.js",
8
8
  "module": "dist/src/index.js",
@@ -138,20 +138,20 @@
138
138
  "@codemirror/theme-one-dark": "^6.1.2",
139
139
  "@codemirror/view": "^6.22.1",
140
140
  "@graphql-tools/delegate": "^10.0.1",
141
- "@graphql-tools/wrap": "^8.5.0",
141
+ "@graphql-tools/wrap": "^10.0.0",
142
142
  "@material/web": "^2.0.0",
143
- "@operato/attachment": "^10.0.0-beta.2",
144
- "@operato/data-grist": "^10.0.0-beta.2",
145
- "@operato/font": "^10.0.0-beta.2",
146
- "@operato/form": "^10.0.0-beta.2",
143
+ "@operato/attachment": "^10.0.0-beta.22",
144
+ "@operato/data-grist": "^10.0.0-beta.22",
145
+ "@operato/font": "^10.0.0-beta.22",
146
+ "@operato/form": "^10.0.0-beta.7",
147
147
  "@operato/graphql": "^10.0.0-beta.2",
148
148
  "@operato/i18n": "^10.0.0-beta.2",
149
- "@operato/input": "^10.0.0-beta.2",
150
- "@operato/layout": "^10.0.0-beta.2",
151
- "@operato/property-editor": "^10.0.0-beta.2",
152
- "@operato/property-panel": "^10.0.0-beta.2",
153
- "@operato/shell": "^10.0.0-beta.2",
154
- "@operato/styles": "^10.0.0-beta.2",
149
+ "@operato/input": "^10.0.0-beta.7",
150
+ "@operato/layout": "^10.0.0-beta.7",
151
+ "@operato/property-editor": "^10.0.0-beta.22",
152
+ "@operato/property-panel": "^10.0.0-beta.22",
153
+ "@operato/shell": "^10.0.0-beta.7",
154
+ "@operato/styles": "^10.0.0-beta.7",
155
155
  "@operato/utils": "^10.0.0-beta.2",
156
156
  "cm6-graphql": "^0.0.14",
157
157
  "codemirror": "^6.0.1",
@@ -193,5 +193,5 @@
193
193
  "prettier --write"
194
194
  ]
195
195
  },
196
- "gitHead": "82e48e285373112cbda6f5cf2f7dc8a279a21104"
196
+ "gitHead": "d444e9696a52c6f0cc1c1289bedba5158ac78f4b"
197
197
  }