@operato/board 10.3.1 → 10.3.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/CHANGELOG.md +8 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +8 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@operato/board",
|
|
3
|
-
"version": "10.3.
|
|
3
|
+
"version": "10.3.2",
|
|
4
4
|
"description": "Webcomponent for board following open-wc recommendations",
|
|
5
5
|
"author": "heartyoh",
|
|
6
6
|
"type": "module",
|
|
@@ -112,17 +112,17 @@
|
|
|
112
112
|
"dependencies": {
|
|
113
113
|
"@material/web": "^2.0.0",
|
|
114
114
|
"@open-wc/scoped-elements": "^2.1.3",
|
|
115
|
-
"@operato/app": "^10.2
|
|
116
|
-
"@operato/data-grist": "^10.2
|
|
117
|
-
"@operato/font": "^10.2
|
|
115
|
+
"@operato/app": "^10.3.2",
|
|
116
|
+
"@operato/data-grist": "^10.3.2",
|
|
117
|
+
"@operato/font": "^10.3.2",
|
|
118
118
|
"@operato/graphql": "^10.0.0",
|
|
119
119
|
"@operato/i18n": "^10.0.0",
|
|
120
120
|
"@operato/input": "^10.2.1",
|
|
121
|
-
"@operato/layout": "^10.2
|
|
121
|
+
"@operato/layout": "^10.3.2",
|
|
122
122
|
"@operato/markdown": "^10.2.1",
|
|
123
123
|
"@operato/popup": "^10.2.1",
|
|
124
|
-
"@operato/property-editor": "^10.2
|
|
125
|
-
"@operato/property-panel": "^10.2
|
|
124
|
+
"@operato/property-editor": "^10.3.2",
|
|
125
|
+
"@operato/property-panel": "^10.3.2",
|
|
126
126
|
"@operato/styles": "^10.2.1",
|
|
127
127
|
"@operato/utils": "^10.0.0",
|
|
128
128
|
"@types/file-saver": "^2.0.4",
|
|
@@ -172,5 +172,5 @@
|
|
|
172
172
|
"prettier --write"
|
|
173
173
|
]
|
|
174
174
|
},
|
|
175
|
-
"gitHead": "
|
|
175
|
+
"gitHead": "6eb48ab36ade3abe01d30fbc6bc267ca67c34cbd"
|
|
176
176
|
}
|