@stll/workspace-ui 0.9.0 → 0.9.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 +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stll/workspace-ui",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.1",
|
|
4
4
|
"description": "Reusable workspace presentation components and view helpers for Stella.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"calculations",
|
|
@@ -111,7 +111,7 @@
|
|
|
111
111
|
"typecheck": "bun ../../packages/scripts/src/tsc-native.ts --noEmit",
|
|
112
112
|
"lint": "cd ../.. && bun --bun oxlint -c oxlint.config.ts --report-unused-disable-directives-severity=error --deny-warnings --type-aware packages/workspace-ui",
|
|
113
113
|
"lint:fix": "cd ../.. && bun --bun oxlint -c oxlint.config.ts --type-aware --fix packages/workspace-ui",
|
|
114
|
-
"format": "oxfmt .",
|
|
114
|
+
"format": "bun ../../scripts/run-oxfmt.ts .",
|
|
115
115
|
"prepack": "bun run build",
|
|
116
116
|
"test:property": "bun test --preload @stll/property-testing/preload $(grep -rlF 'fc.assert' src --include='*.test.ts')"
|
|
117
117
|
},
|
|
@@ -119,7 +119,7 @@
|
|
|
119
119
|
"@stll/calculations": "^0.1.0",
|
|
120
120
|
"@stll/conditions": "^0.3.0",
|
|
121
121
|
"@stll/money": "^0.1.0",
|
|
122
|
-
"@stll/ui": "^0.
|
|
122
|
+
"@stll/ui": "^0.25.0",
|
|
123
123
|
"better-result": "3.0.0",
|
|
124
124
|
"lucide-react": "1.30.0",
|
|
125
125
|
"use-intl": "4.13.5"
|
|
@@ -133,7 +133,7 @@
|
|
|
133
133
|
"@tanstack/react-table": "9.2.4",
|
|
134
134
|
"@types/react": "^19.2.17",
|
|
135
135
|
"@types/react-dom": "^19.2.3",
|
|
136
|
-
"bun-types": "1.4.
|
|
136
|
+
"bun-types": "1.4.1",
|
|
137
137
|
"fast-check": "^4.9.0",
|
|
138
138
|
"react": "^19.2.8",
|
|
139
139
|
"react-dom": "^19.2.8",
|