@sozialhelden/ui 1.2.0 → 1.3.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.
- package/package.json +23 -20
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sozialhelden/ui",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.3.0",
|
|
4
4
|
"author": "Sozialhelden e.V. <developers@sozialhelden.de>",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"publishConfig": {
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"@radix-ui/react-collapsible": "1.1.12",
|
|
41
41
|
"@radix-ui/react-dialog": "1.1.15",
|
|
42
42
|
"@radix-ui/react-dropdown-menu": "2.1.16",
|
|
43
|
-
"@radix-ui/react-label": "2.1.7",
|
|
43
|
+
"@radix-ui/react-label": "^2.1.7",
|
|
44
44
|
"@radix-ui/react-navigation-menu": "1.2.14",
|
|
45
45
|
"@radix-ui/react-popover": "1.1.15",
|
|
46
46
|
"@radix-ui/react-progress": "1.1.7",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"@radix-ui/react-scroll-area": "1.2.10",
|
|
49
49
|
"@radix-ui/react-select": "2.2.6",
|
|
50
50
|
"@radix-ui/react-slider": "1.3.6",
|
|
51
|
-
"@radix-ui/react-slot": "1.2.3",
|
|
51
|
+
"@radix-ui/react-slot": "^1.2.3",
|
|
52
52
|
"@radix-ui/react-switch": "1.2.6",
|
|
53
53
|
"@radix-ui/react-tooltip": "1.2.8",
|
|
54
54
|
"class-variance-authority": "0.7.1",
|
|
@@ -57,34 +57,37 @@
|
|
|
57
57
|
"tailwind-merge": "3.3.1"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
|
-
"@biomejs/biome": "2.2.
|
|
60
|
+
"@biomejs/biome": "2.2.4",
|
|
61
61
|
"@chromatic-com/storybook": "4.1.1",
|
|
62
62
|
"@semantic-release/changelog": "6.0.3",
|
|
63
63
|
"@semantic-release/git": "10.0.1",
|
|
64
|
-
"@storybook-community/storybook-dark-mode": "
|
|
65
|
-
"@storybook/addon-a11y": "9.1.
|
|
66
|
-
"@storybook/addon-docs": "9.1.
|
|
67
|
-
"@storybook/addon-onboarding": "9.1.
|
|
68
|
-
"@storybook/addon-vitest": "9.1.
|
|
69
|
-
"@storybook/react-vite": "9.1.
|
|
70
|
-
"@tailwindcss/vite": "4.1.
|
|
71
|
-
"@types/react": "19.1.
|
|
72
|
-
"@types/react-dom": "19.1.
|
|
64
|
+
"@storybook-community/storybook-dark-mode": "6.0.0",
|
|
65
|
+
"@storybook/addon-a11y": "9.1.6",
|
|
66
|
+
"@storybook/addon-docs": "9.1.6",
|
|
67
|
+
"@storybook/addon-onboarding": "9.1.6",
|
|
68
|
+
"@storybook/addon-vitest": "9.1.6",
|
|
69
|
+
"@storybook/react-vite": "9.1.6",
|
|
70
|
+
"@tailwindcss/vite": "4.1.13",
|
|
71
|
+
"@types/react": "19.1.13",
|
|
72
|
+
"@types/react-dom": "19.1.9",
|
|
73
73
|
"@vitejs/plugin-react": "5.0.2",
|
|
74
|
-
"globals": "16.
|
|
74
|
+
"globals": "16.4.0",
|
|
75
75
|
"husky": "9.1.7",
|
|
76
|
-
"semantic-release": "24.2.
|
|
77
|
-
"storybook": "9.1.
|
|
78
|
-
"
|
|
79
|
-
"vite": "7.1.3",
|
|
76
|
+
"semantic-release": "24.2.8",
|
|
77
|
+
"storybook": "9.1.6",
|
|
78
|
+
"vite": "7.1.5",
|
|
80
79
|
"vite-plugin-dts": "4.5.4"
|
|
81
80
|
},
|
|
82
81
|
"peerDependencies": {
|
|
83
|
-
"lucide-react": "^0.540.0 || ^0.541.0 || ^0.542.0",
|
|
82
|
+
"lucide-react": "^0.540.0 || ^0.541.0 || ^0.542.0 || ^0.543.0 || ^0.544.0",
|
|
83
|
+
"typescript": "^5.9.0",
|
|
84
84
|
"react": "^19.1.0",
|
|
85
85
|
"react-dom": "^19.1.0",
|
|
86
|
+
"react-hook-form": "^7.62.0",
|
|
86
87
|
"tailwindcss": "^4.1.0",
|
|
87
88
|
"tw-animate-css": "^1.3.0",
|
|
88
|
-
"@fontsource/inter": "^5.2.0"
|
|
89
|
+
"@fontsource/inter": "^5.2.0",
|
|
90
|
+
"@hookform/resolvers": "^5.2.2",
|
|
91
|
+
"zod": "^4.1.9"
|
|
89
92
|
}
|
|
90
93
|
}
|