@stll/workspace-ui 0.2.0 → 0.2.1
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": "@stll/workspace-ui",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.1",
|
|
4
4
|
"description": "Reusable workspace presentation components and view helpers for Stella.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"calculations",
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
"@stll/calculations": "^0.1.0",
|
|
104
104
|
"@stll/conditions": "^0.2.0",
|
|
105
105
|
"@stll/money": "^0.1.0",
|
|
106
|
-
"@stll/ui": "^0.
|
|
106
|
+
"@stll/ui": "^0.5.0",
|
|
107
107
|
"better-result": "3.0.0",
|
|
108
108
|
"lucide-react": "1.30.0",
|
|
109
109
|
"use-intl": "4.13.5"
|