@operato/app 1.2.26 → 1.2.28
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/CHANGELOG.md +10 -0
- package/dist/src/grist-editor/ox-grist-editor-code.js.map +1 -1
- package/dist/src/grist-editor/ox-grist-editor-json.js.map +1 -1
- package/dist/src/grist-editor/ox-grist-editor-resource-code.js.map +1 -1
- package/dist/src/grist-editor/ox-grist-editor-resource-id.js.map +1 -1
- package/dist/src/grist-editor/ox-grist-editor-resource-object-legacy.js.map +1 -1
- package/dist/src/grist-editor/ox-grist-editor-resource-object.js.map +1 -1
- package/dist/src/grist-editor/ox-popup-code-input.js.map +1 -1
- package/dist/src/input/ox-input-background-pattern.js.map +1 -1
- package/dist/src/input/ox-input-fill-style.js.map +1 -1
- package/dist/src/input/ox-input-graphql.js.map +1 -1
- package/dist/src/property-editor/ox-property-editor-graphql.js.map +1 -1
- package/dist/src/property-editor/ox-property-editor-resource-object.js.map +1 -1
- package/dist/src/selector/ox-selector-resource-id.js.map +1 -1
- package/dist/src/selector/ox-selector-resource-object-legacy.js.map +1 -1
- package/dist/src/selector/ox-selector-resource-object.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +25 -25
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": "1.2.
|
|
5
|
+
"version": "1.2.28",
|
|
6
6
|
"main": "dist/src/index.js",
|
|
7
7
|
"module": "dist/src/index.js",
|
|
8
8
|
"exports": {
|
|
@@ -118,18 +118,18 @@
|
|
|
118
118
|
"@material/mwc-button": "^0.27.0",
|
|
119
119
|
"@material/mwc-icon": "^0.27.0",
|
|
120
120
|
"@material/mwc-icon-button": "^0.27.0",
|
|
121
|
-
"@operato/attachment": "^1.2.
|
|
122
|
-
"@operato/data-grist": "^1.2.
|
|
123
|
-
"@operato/font": "^1.2.
|
|
124
|
-
"@operato/form": "^1.2.
|
|
125
|
-
"@operato/graphql": "^1.2.
|
|
126
|
-
"@operato/i18n": "^1.2.
|
|
127
|
-
"@operato/input": "^1.2.
|
|
128
|
-
"@operato/layout": "^1.2.
|
|
129
|
-
"@operato/property-editor": "^1.2.
|
|
130
|
-
"@operato/shell": "^1.2.
|
|
131
|
-
"@operato/styles": "^1.2.
|
|
132
|
-
"@operato/utils": "^1.2.
|
|
121
|
+
"@operato/attachment": "^1.2.28",
|
|
122
|
+
"@operato/data-grist": "^1.2.28",
|
|
123
|
+
"@operato/font": "^1.2.28",
|
|
124
|
+
"@operato/form": "^1.2.28",
|
|
125
|
+
"@operato/graphql": "^1.2.28",
|
|
126
|
+
"@operato/i18n": "^1.2.28",
|
|
127
|
+
"@operato/input": "^1.2.28",
|
|
128
|
+
"@operato/layout": "^1.2.28",
|
|
129
|
+
"@operato/property-editor": "^1.2.28",
|
|
130
|
+
"@operato/shell": "^1.2.28",
|
|
131
|
+
"@operato/styles": "^1.2.28",
|
|
132
|
+
"@operato/utils": "^1.2.28",
|
|
133
133
|
"codemirror": "^5.64.0",
|
|
134
134
|
"codemirror-graphql": "^1.3.2",
|
|
135
135
|
"cronstrue": "^2.2.0",
|
|
@@ -139,23 +139,23 @@
|
|
|
139
139
|
"lit": "^2.5.0"
|
|
140
140
|
},
|
|
141
141
|
"devDependencies": {
|
|
142
|
-
"@custom-elements-manifest/analyzer": "^0.
|
|
142
|
+
"@custom-elements-manifest/analyzer": "^0.8.1",
|
|
143
143
|
"@hatiolab/prettier-config": "^1.0.0",
|
|
144
|
-
"@open-wc/eslint-config": "^
|
|
144
|
+
"@open-wc/eslint-config": "^10.0.0",
|
|
145
145
|
"@open-wc/testing": "^3.1.6",
|
|
146
|
-
"@typescript-eslint/eslint-plugin": "^
|
|
147
|
-
"@typescript-eslint/parser": "^
|
|
148
|
-
"@web/dev-server": "^0.1
|
|
149
|
-
"@web/dev-server-storybook": "^0.
|
|
150
|
-
"@web/test-runner": "^0.
|
|
151
|
-
"concurrently": "^
|
|
152
|
-
"eslint": "^
|
|
146
|
+
"@typescript-eslint/eslint-plugin": "^5.59.1",
|
|
147
|
+
"@typescript-eslint/parser": "^5.59.1",
|
|
148
|
+
"@web/dev-server": "^0.2.1",
|
|
149
|
+
"@web/dev-server-storybook": "^0.7.1",
|
|
150
|
+
"@web/test-runner": "^0.16.1",
|
|
151
|
+
"concurrently": "^8.0.1",
|
|
152
|
+
"eslint": "^8.39.0",
|
|
153
153
|
"eslint-config-prettier": "^8.3.0",
|
|
154
154
|
"husky": "^8.0.1",
|
|
155
|
-
"lint-staged": "^
|
|
155
|
+
"lint-staged": "^13.2.2",
|
|
156
156
|
"prettier": "^2.4.1",
|
|
157
157
|
"tslib": "^2.3.1",
|
|
158
|
-
"typescript": "^
|
|
158
|
+
"typescript": "^5.0.4"
|
|
159
159
|
},
|
|
160
160
|
"customElements": "custom-elements.json",
|
|
161
161
|
"prettier": "@hatiolab/prettier-config",
|
|
@@ -170,5 +170,5 @@
|
|
|
170
170
|
"prettier --write"
|
|
171
171
|
]
|
|
172
172
|
},
|
|
173
|
-
"gitHead": "
|
|
173
|
+
"gitHead": "971972e53d2aac62cd3f5889cb9ce3f6192b3254"
|
|
174
174
|
}
|