@fuf-stack/uniform 0.17.1 → 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.
Files changed (1) hide show
  1. package/package.json +7 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fuf-stack/uniform",
3
- "version": "0.17.1",
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.3",
142
- "@fuf-stack/veto": "0.10.1",
143
- "@fuf-stack/pixels": "0.42.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",
@@ -148,10 +148,10 @@
148
148
  "@types/react-dom": "19.0.4",
149
149
  "react": "19.0.0",
150
150
  "react-dom": "19.0.0",
151
- "@repo/tsup-config": "0.0.1",
152
151
  "@repo/storybook-config": "0.0.1",
153
- "@repo/vite-config": "0.0.1",
154
- "@repo/tailwind-config": "0.0.1"
152
+ "@repo/tailwind-config": "0.0.1",
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",