@operato/app 10.10.0 → 10.10.2

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.10.0",
5
+ "version": "10.10.2",
6
6
  "type": "module",
7
7
  "main": "dist/src/index.js",
8
8
  "module": "dist/src/index.js",
@@ -148,16 +148,16 @@
148
148
  "@graphql-tools/delegate": "^10.0.1",
149
149
  "@graphql-tools/wrap": "^10.0.0",
150
150
  "@material/web": "^2.0.0",
151
- "@operato/attachment": "^10.10.0",
152
- "@operato/data-grist": "^10.10.0",
153
- "@operato/font": "^10.10.0",
154
- "@operato/form": "^10.10.0",
151
+ "@operato/attachment": "^10.10.2",
152
+ "@operato/data-grist": "^10.10.2",
153
+ "@operato/font": "^10.10.2",
154
+ "@operato/form": "^10.10.1",
155
155
  "@operato/graphql": "^10.7.0",
156
156
  "@operato/i18n": "^10.0.0",
157
- "@operato/input": "^10.10.0",
157
+ "@operato/input": "^10.10.1",
158
158
  "@operato/layout": "^10.10.0",
159
- "@operato/property-editor": "^10.10.0",
160
- "@operato/property-panel": "^10.10.0",
159
+ "@operato/property-editor": "^10.10.2",
160
+ "@operato/property-panel": "^10.10.2",
161
161
  "@operato/shell": "^10.10.0",
162
162
  "@operato/styles": "^10.10.0",
163
163
  "@operato/utils": "^10.7.0",
@@ -201,5 +201,5 @@
201
201
  "prettier --write"
202
202
  ]
203
203
  },
204
- "gitHead": "15f722c8131e5a04b5b4186ac71ada9f94ef9a4f"
204
+ "gitHead": "d2c8c94cda6f6480e8be4e7d5994554ea5920c54"
205
205
  }