@fuf-stack/uniform 0.3.0 → 0.3.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 +10 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fuf-stack/uniform",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.1",
|
|
4
4
|
"description": "fuf react form library",
|
|
5
5
|
"author": "Hannes Tiede",
|
|
6
6
|
"homepage": "https://github.com/fuf-stack/uniform#readme",
|
|
@@ -87,27 +87,28 @@
|
|
|
87
87
|
"@nextui-org/select": "2.1.27",
|
|
88
88
|
"@nextui-org/switch": "2.0.28",
|
|
89
89
|
"@nextui-org/system": "2.1.2",
|
|
90
|
-
"@
|
|
91
|
-
"react-
|
|
90
|
+
"@nextui-org/theme": "2.2.3",
|
|
91
|
+
"@react-aria/visually-hidden": "3.8.12",
|
|
92
|
+
"react-icons": "5.2.1",
|
|
92
93
|
"classnames": "2.5.1",
|
|
93
|
-
"react-hook-form": "7.51.
|
|
94
|
+
"react-hook-form": "7.51.4",
|
|
94
95
|
"react-select": "5.8.0",
|
|
95
96
|
"slug": "9.0.0",
|
|
96
97
|
"tailwind-variants": "0.2.1",
|
|
97
|
-
"@fuf-stack/
|
|
98
|
-
"@fuf-stack/
|
|
98
|
+
"@fuf-stack/pixels": "0.5.9",
|
|
99
|
+
"@fuf-stack/veto": "0.3.2"
|
|
99
100
|
},
|
|
100
101
|
"devDependencies": {
|
|
101
102
|
"@types/debug": "4.1.12",
|
|
102
|
-
"@types/react": "18.3.
|
|
103
|
+
"@types/react": "18.3.2",
|
|
103
104
|
"@types/react-dom": "18.3.0",
|
|
104
105
|
"@types/slug": "5.0.8",
|
|
105
106
|
"react": "18.3.1",
|
|
106
107
|
"react-dom": "18.3.1",
|
|
107
108
|
"@repo/storybook-config": "0.0.1",
|
|
108
|
-
"@repo/vite-config": "0.0.1",
|
|
109
109
|
"@repo/tsup-config": "0.0.1",
|
|
110
|
-
"@repo/tailwind-config": "0.0.1"
|
|
110
|
+
"@repo/tailwind-config": "0.0.1",
|
|
111
|
+
"@repo/vite-config": "0.0.1"
|
|
111
112
|
},
|
|
112
113
|
"scripts": {
|
|
113
114
|
"build": "tsup --config node_modules/@repo/tsup-config/config.ts",
|