@fuf-stack/uniform 0.9.10 → 0.9.11
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 +7 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fuf-stack/uniform",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.11",
|
|
4
4
|
"description": "fuf react form library",
|
|
5
5
|
"author": "Hannes Tiede",
|
|
6
6
|
"homepage": "https://github.com/fuf-stack/uniform#readme",
|
|
@@ -119,25 +119,25 @@
|
|
|
119
119
|
"@nextui-org/system": "2.2.6",
|
|
120
120
|
"@nextui-org/theme": "2.2.11",
|
|
121
121
|
"@react-aria/visually-hidden": "3.8.17",
|
|
122
|
-
"framer-motion": "11.11.
|
|
122
|
+
"framer-motion": "11.11.11",
|
|
123
123
|
"react-icons": "5.3.0",
|
|
124
124
|
"react-hook-form": "7.53.1",
|
|
125
|
-
"react-select": "5.8.
|
|
125
|
+
"react-select": "5.8.2",
|
|
126
126
|
"slug": "9.1.0",
|
|
127
127
|
"@fuf-stack/pixel-utils": "0.3.1",
|
|
128
|
-
"@fuf-stack/
|
|
129
|
-
"@fuf-stack/
|
|
128
|
+
"@fuf-stack/pixels": "0.25.1",
|
|
129
|
+
"@fuf-stack/veto": "0.5.0"
|
|
130
130
|
},
|
|
131
131
|
"devDependencies": {
|
|
132
132
|
"@types/debug": "4.1.12",
|
|
133
|
-
"@types/react": "18.3.
|
|
133
|
+
"@types/react": "18.3.12",
|
|
134
134
|
"@types/react-dom": "18.3.1",
|
|
135
135
|
"@types/slug": "5.0.9",
|
|
136
136
|
"react": "18.3.1",
|
|
137
137
|
"react-dom": "18.3.1",
|
|
138
|
-
"@repo/tailwind-config": "0.0.1",
|
|
139
138
|
"@repo/storybook-config": "0.0.1",
|
|
140
139
|
"@repo/tsup-config": "0.0.1",
|
|
140
|
+
"@repo/tailwind-config": "0.0.1",
|
|
141
141
|
"@repo/vite-config": "0.0.1"
|
|
142
142
|
},
|
|
143
143
|
"scripts": {
|