@fuf-stack/uniform 0.17.0 → 0.17.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.
Files changed (1) hide show
  1. package/package.json +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fuf-stack/uniform",
3
- "version": "0.17.0",
3
+ "version": "0.17.1",
4
4
  "description": "fuf react form library",
5
5
  "author": "Hannes Tiede",
6
6
  "homepage": "https://github.com/fuf-stack/pixels#readme",
@@ -139,8 +139,8 @@
139
139
  "react-hook-form": "7.55.0",
140
140
  "react-select": "5.10.1",
141
141
  "@fuf-stack/pixel-utils": "0.5.3",
142
- "@fuf-stack/pixels": "0.41.6",
143
- "@fuf-stack/veto": "0.10.1"
142
+ "@fuf-stack/veto": "0.10.1",
143
+ "@fuf-stack/pixels": "0.42.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",
151
152
  "@repo/storybook-config": "0.0.1",
152
- "@repo/tailwind-config": "0.0.1",
153
153
  "@repo/vite-config": "0.0.1",
154
- "@repo/tsup-config": "0.0.1"
154
+ "@repo/tailwind-config": "0.0.1"
155
155
  },
156
156
  "scripts": {
157
157
  "build": "tsup --config node_modules/@repo/tsup-config/config.ts",