@fuf-stack/uniform 0.0.6 → 0.1.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.
Files changed (1) hide show
  1. package/package.json +17 -17
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fuf-stack/uniform",
3
- "version": "0.0.6",
3
+ "version": "0.1.0",
4
4
  "description": "fuf react form library",
5
5
  "author": "Hannes Tiede",
6
6
  "homepage": "https://github.com/fuf-stack/uniform#readme",
@@ -71,35 +71,35 @@
71
71
  "@dnd-kit/modifiers": "7.0.0",
72
72
  "@dnd-kit/sortable": "8.0.0",
73
73
  "@dnd-kit/utilities": "3.2.2",
74
- "@nextui-org/button": "2.0.27",
75
- "@nextui-org/checkbox": "2.0.25",
76
- "@nextui-org/input": "2.1.17",
77
- "@nextui-org/radio": "2.0.25",
78
- "@nextui-org/select": "2.1.21",
79
- "@nextui-org/switch": "2.0.25",
80
- "@nextui-org/system": "2.0.15",
74
+ "@nextui-org/button": "2.0.30",
75
+ "@nextui-org/checkbox": "2.0.29",
76
+ "@nextui-org/input": "2.1.20",
77
+ "@nextui-org/radio": "2.0.28",
78
+ "@nextui-org/select": "2.1.26",
79
+ "@nextui-org/switch": "2.0.28",
80
+ "@nextui-org/system": "2.1.2",
81
81
  "@react-aria/visually-hidden": "3.8.10",
82
- "react-icons": "5.0.1",
82
+ "react-icons": "5.1.0",
83
83
  "classnames": "2.5.1",
84
84
  "debug": "4.3.4",
85
85
  "react": "18.2.0",
86
86
  "react-dom": "18.2.0",
87
- "react-hook-form": "7.51.0",
87
+ "react-hook-form": "7.51.3",
88
88
  "react-select": "5.8.0",
89
89
  "slug": "9.0.0",
90
- "tailwind-variants": "0.1.20",
91
- "@fuf-stack/pixels": "0.3.2",
92
- "@fuf-stack/veto": "0.2.0"
90
+ "tailwind-variants": "0.2.1",
91
+ "@fuf-stack/pixels": "0.4.0",
92
+ "@fuf-stack/veto": "0.2.1"
93
93
  },
94
94
  "devDependencies": {
95
95
  "@types/debug": "4.1.12",
96
- "@types/react": "18.2.69",
97
- "@types/react-dom": "18.2.22",
96
+ "@types/react": "18.2.79",
97
+ "@types/react-dom": "18.2.25",
98
98
  "@types/slug": "5.0.8",
99
99
  "@repo/storybook-config": "0.0.1",
100
- "@repo/tailwind-config": "0.0.1",
101
100
  "@repo/vite-config": "0.0.1",
102
- "@repo/tsup-config": "0.0.1"
101
+ "@repo/tsup-config": "0.0.1",
102
+ "@repo/tailwind-config": "0.0.1"
103
103
  },
104
104
  "scripts": {
105
105
  "build": "tsup --config node_modules/@repo/tsup-config/config.ts",