@deepfuture/dui-components 0.0.5 → 0.0.7
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 +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@deepfuture/dui-components",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.7",
|
|
4
4
|
"description": "DUI unstyled web components — structural CSS only, themed via applyTheme()",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -194,7 +194,7 @@
|
|
|
194
194
|
"README.md"
|
|
195
195
|
],
|
|
196
196
|
"dependencies": {
|
|
197
|
-
"@deepfuture/dui-core": "0.0.
|
|
197
|
+
"@deepfuture/dui-core": "0.0.7",
|
|
198
198
|
"lit": "^3.3.2",
|
|
199
199
|
"@lit/context": "^1.1.3"
|
|
200
200
|
},
|