@fuf-stack/uniform 0.17.0 → 0.18.0
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 +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fuf-stack/uniform",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.18.0",
|
|
4
4
|
"description": "fuf react form library",
|
|
5
5
|
"author": "Hannes Tiede",
|
|
6
6
|
"homepage": "https://github.com/fuf-stack/pixels#readme",
|
|
@@ -138,9 +138,9 @@
|
|
|
138
138
|
"react-icons": "5.5.0",
|
|
139
139
|
"react-hook-form": "7.55.0",
|
|
140
140
|
"react-select": "5.10.1",
|
|
141
|
-
"@fuf-stack/pixel-utils": "0.5.
|
|
142
|
-
"@fuf-stack/pixels": "0.
|
|
143
|
-
"@fuf-stack/veto": "0.
|
|
141
|
+
"@fuf-stack/pixel-utils": "0.5.4",
|
|
142
|
+
"@fuf-stack/pixels": "0.43.0",
|
|
143
|
+
"@fuf-stack/veto": "0.11.0"
|
|
144
144
|
},
|
|
145
145
|
"devDependencies": {
|
|
146
146
|
"@types/debug": "4.1.12",
|
|
@@ -150,8 +150,8 @@
|
|
|
150
150
|
"react-dom": "19.0.0",
|
|
151
151
|
"@repo/storybook-config": "0.0.1",
|
|
152
152
|
"@repo/tailwind-config": "0.0.1",
|
|
153
|
-
"@repo/
|
|
154
|
-
"@repo/
|
|
153
|
+
"@repo/tsup-config": "0.0.1",
|
|
154
|
+
"@repo/vite-config": "0.0.1"
|
|
155
155
|
},
|
|
156
156
|
"scripts": {
|
|
157
157
|
"build": "tsup --config node_modules/@repo/tsup-config/config.ts",
|