@operato/app 8.0.0 → 9.0.0-beta.4
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,8 @@
|
|
|
2
2
|
"name": "@operato/app",
|
|
3
3
|
"description": "WebApplication production supporting components following open-wc recommendations",
|
|
4
4
|
"author": "heartyoh",
|
|
5
|
-
"version": "
|
|
5
|
+
"version": "9.0.0-beta.4",
|
|
6
|
+
"type": "module",
|
|
6
7
|
"main": "dist/src/index.js",
|
|
7
8
|
"module": "dist/src/index.js",
|
|
8
9
|
"exports": {
|
|
@@ -147,18 +148,18 @@
|
|
|
147
148
|
"@graphql-tools/delegate": "^10.0.1",
|
|
148
149
|
"@graphql-tools/wrap": "^8.5.0",
|
|
149
150
|
"@material/web": "^2.0.0",
|
|
150
|
-
"@operato/attachment": "^
|
|
151
|
-
"@operato/data-grist": "^
|
|
152
|
-
"@operato/font": "^
|
|
153
|
-
"@operato/form": "^
|
|
154
|
-
"@operato/graphql": "^
|
|
155
|
-
"@operato/i18n": "^
|
|
156
|
-
"@operato/input": "^
|
|
157
|
-
"@operato/layout": "^
|
|
158
|
-
"@operato/property-editor": "^
|
|
159
|
-
"@operato/shell": "^
|
|
160
|
-
"@operato/styles": "^
|
|
161
|
-
"@operato/utils": "^
|
|
151
|
+
"@operato/attachment": "^9.0.0-beta.4",
|
|
152
|
+
"@operato/data-grist": "^9.0.0-beta.4",
|
|
153
|
+
"@operato/font": "^9.0.0-beta.4",
|
|
154
|
+
"@operato/form": "^9.0.0-beta.4",
|
|
155
|
+
"@operato/graphql": "^9.0.0-beta.4",
|
|
156
|
+
"@operato/i18n": "^9.0.0-beta.4",
|
|
157
|
+
"@operato/input": "^9.0.0-beta.4",
|
|
158
|
+
"@operato/layout": "^9.0.0-beta.4",
|
|
159
|
+
"@operato/property-editor": "^9.0.0-beta.4",
|
|
160
|
+
"@operato/shell": "^9.0.0-beta.4",
|
|
161
|
+
"@operato/styles": "^9.0.0-beta.4",
|
|
162
|
+
"@operato/utils": "^9.0.0-beta.4",
|
|
162
163
|
"cm6-graphql": "^0.0.14",
|
|
163
164
|
"codemirror": "^6.0.1",
|
|
164
165
|
"cronstrue": "^2.2.0",
|
|
@@ -168,17 +169,17 @@
|
|
|
168
169
|
"lit": "^3.1.2"
|
|
169
170
|
},
|
|
170
171
|
"devDependencies": {
|
|
171
|
-
"@custom-elements-manifest/analyzer": "^0.
|
|
172
|
+
"@custom-elements-manifest/analyzer": "^0.10.0",
|
|
172
173
|
"@hatiolab/prettier-config": "^1.0.0",
|
|
173
174
|
"@open-wc/eslint-config": "^12.0.3",
|
|
174
|
-
"@open-wc/testing": "^
|
|
175
|
-
"@typescript-eslint/eslint-plugin": "^
|
|
176
|
-
"@typescript-eslint/parser": "^
|
|
177
|
-
"@web/dev-server": "^0.
|
|
175
|
+
"@open-wc/testing": "^4.0.0",
|
|
176
|
+
"@typescript-eslint/eslint-plugin": "^8.0.0",
|
|
177
|
+
"@typescript-eslint/parser": "^8.0.0",
|
|
178
|
+
"@web/dev-server": "^0.4.0",
|
|
178
179
|
"@web/dev-server-storybook": "^2.0.1",
|
|
179
|
-
"@web/test-runner": "^0.
|
|
180
|
-
"concurrently": "^
|
|
181
|
-
"eslint": "^
|
|
180
|
+
"@web/test-runner": "^0.19.0",
|
|
181
|
+
"concurrently": "^9.0.0",
|
|
182
|
+
"eslint": "^9.0.0",
|
|
182
183
|
"eslint-config-prettier": "^9.1.0",
|
|
183
184
|
"husky": "^9.0.11",
|
|
184
185
|
"lint-staged": "^15.2.2",
|
|
@@ -199,5 +200,5 @@
|
|
|
199
200
|
"prettier --write"
|
|
200
201
|
]
|
|
201
202
|
},
|
|
202
|
-
"gitHead": "
|
|
203
|
+
"gitHead": "d1d762cc701221021637fda95f7399ca641afb6e"
|
|
203
204
|
}
|