shadcn-ui-react 0.3.1 → 0.3.2
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 +35 -35
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "shadcn-ui-react",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.2",
|
|
4
4
|
"private": false,
|
|
5
5
|
"author": "Bleker Cordova <bleker@gliyen.com>",
|
|
6
6
|
"description": "A collection of components for building beautiful and accessible user interfaces with React and Tailwind CSS.",
|
|
@@ -46,31 +46,31 @@
|
|
|
46
46
|
"test:watch": "jest --watch"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
|
-
"@babel/core": "^7.
|
|
50
|
-
"@babel/preset-env": "^7.
|
|
51
|
-
"@babel/preset-react": "^7.
|
|
52
|
-
"@babel/preset-typescript": "^7.27.
|
|
49
|
+
"@babel/core": "^7.27.1",
|
|
50
|
+
"@babel/preset-env": "^7.27.1",
|
|
51
|
+
"@babel/preset-react": "^7.27.1",
|
|
52
|
+
"@babel/preset-typescript": "^7.27.1",
|
|
53
53
|
"@eslint/config-array": "^0.20.0",
|
|
54
54
|
"@eslint/object-schema": "^2.1.6",
|
|
55
55
|
"@hookform/resolvers": "^5.0.1",
|
|
56
|
-
"@tailwindcss/postcss": "^4.1.
|
|
57
|
-
"@tailwindcss/vite": "^4.1.
|
|
56
|
+
"@tailwindcss/postcss": "^4.1.5",
|
|
57
|
+
"@tailwindcss/vite": "^4.1.5",
|
|
58
58
|
"@testing-library/dom": "^10.4.0",
|
|
59
59
|
"@testing-library/jest-dom": "^6.6.3",
|
|
60
60
|
"@testing-library/react": "^16.3.0",
|
|
61
61
|
"@testing-library/user-event": "^14.6.1",
|
|
62
62
|
"@types/jest": "^29.5.14",
|
|
63
|
-
"@types/node": "^22.
|
|
63
|
+
"@types/node": "^22.15.3",
|
|
64
64
|
"@types/react": "^19.1.2",
|
|
65
|
-
"@types/react-dom": "^19.1.
|
|
66
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
67
|
-
"@typescript-eslint/parser": "^8.
|
|
65
|
+
"@types/react-dom": "^19.1.3",
|
|
66
|
+
"@typescript-eslint/eslint-plugin": "^8.31.1",
|
|
67
|
+
"@typescript-eslint/parser": "^8.31.1",
|
|
68
68
|
"autoprefixer": "^10.4.21",
|
|
69
69
|
"babel-jest": "^29.7.0",
|
|
70
70
|
"cross-env": "^7.0.3",
|
|
71
|
-
"eslint": "^9.25.
|
|
71
|
+
"eslint": "^9.25.1",
|
|
72
72
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
73
|
-
"eslint-plugin-react-refresh": "^0.4.
|
|
73
|
+
"eslint-plugin-react-refresh": "^0.4.20",
|
|
74
74
|
"identity-obj-proxy": "^3.0.0",
|
|
75
75
|
"jest": "^29.7.0",
|
|
76
76
|
"jest-environment-jsdom": "^29.7.0",
|
|
@@ -79,12 +79,12 @@
|
|
|
79
79
|
"react-dom": "^19.1.0",
|
|
80
80
|
"react-test-renderer": "^19.1.0",
|
|
81
81
|
"rimraf": "^6.0.1",
|
|
82
|
-
"tailwindcss": "^4.1.
|
|
82
|
+
"tailwindcss": "^4.1.5",
|
|
83
83
|
"tailwindcss-animate": "^1.0.7",
|
|
84
84
|
"tsup": "^8.4.0",
|
|
85
85
|
"typescript": "^5.8.3",
|
|
86
86
|
"vaul": "^1.1.2",
|
|
87
|
-
"vite": "^6.3.
|
|
87
|
+
"vite": "^6.3.4",
|
|
88
88
|
"vite-plugin-dts": "^4.5.3",
|
|
89
89
|
"vite-plugin-ts-alias": "^0.1.1",
|
|
90
90
|
"zod": "^3.24.3"
|
|
@@ -97,34 +97,34 @@
|
|
|
97
97
|
"access": "public"
|
|
98
98
|
},
|
|
99
99
|
"dependencies": {
|
|
100
|
-
"@radix-ui/react-accordion": "^1.2.
|
|
101
|
-
"@radix-ui/react-alert-dialog": "^1.1.
|
|
100
|
+
"@radix-ui/react-accordion": "^1.2.8",
|
|
101
|
+
"@radix-ui/react-alert-dialog": "^1.1.11",
|
|
102
102
|
"@radix-ui/react-aspect-ratio": "^1.1.4",
|
|
103
|
-
"@radix-ui/react-avatar": "^1.1.
|
|
104
|
-
"@radix-ui/react-checkbox": "^1.2.
|
|
105
|
-
"@radix-ui/react-collapsible": "^1.1.
|
|
106
|
-
"@radix-ui/react-context-menu": "^2.2.
|
|
107
|
-
"@radix-ui/react-dialog": "^1.1.
|
|
108
|
-
"@radix-ui/react-dropdown-menu": "^2.1.
|
|
109
|
-
"@radix-ui/react-hover-card": "^1.1.
|
|
103
|
+
"@radix-ui/react-avatar": "^1.1.7",
|
|
104
|
+
"@radix-ui/react-checkbox": "^1.2.3",
|
|
105
|
+
"@radix-ui/react-collapsible": "^1.1.8",
|
|
106
|
+
"@radix-ui/react-context-menu": "^2.2.12",
|
|
107
|
+
"@radix-ui/react-dialog": "^1.1.11",
|
|
108
|
+
"@radix-ui/react-dropdown-menu": "^2.1.12",
|
|
109
|
+
"@radix-ui/react-hover-card": "^1.1.11",
|
|
110
110
|
"@radix-ui/react-icons": "^1.3.2",
|
|
111
111
|
"@radix-ui/react-label": "^2.1.4",
|
|
112
|
-
"@radix-ui/react-menubar": "^1.1.
|
|
113
|
-
"@radix-ui/react-navigation-menu": "^1.2.
|
|
114
|
-
"@radix-ui/react-popover": "^1.1.
|
|
112
|
+
"@radix-ui/react-menubar": "^1.1.12",
|
|
113
|
+
"@radix-ui/react-navigation-menu": "^1.2.10",
|
|
114
|
+
"@radix-ui/react-popover": "^1.1.11",
|
|
115
115
|
"@radix-ui/react-progress": "^1.1.4",
|
|
116
|
-
"@radix-ui/react-radio-group": "^1.3.
|
|
117
|
-
"@radix-ui/react-scroll-area": "^1.2.
|
|
116
|
+
"@radix-ui/react-radio-group": "^1.3.4",
|
|
117
|
+
"@radix-ui/react-scroll-area": "^1.2.6",
|
|
118
118
|
"@radix-ui/react-select": "^2.2.2",
|
|
119
119
|
"@radix-ui/react-separator": "^1.1.4",
|
|
120
120
|
"@radix-ui/react-slider": "^1.3.2",
|
|
121
121
|
"@radix-ui/react-slot": "^1.2.0",
|
|
122
122
|
"@radix-ui/react-switch": "^1.2.2",
|
|
123
|
-
"@radix-ui/react-tabs": "^1.1.
|
|
124
|
-
"@radix-ui/react-toast": "^1.2.
|
|
123
|
+
"@radix-ui/react-tabs": "^1.1.9",
|
|
124
|
+
"@radix-ui/react-toast": "^1.2.11",
|
|
125
125
|
"@radix-ui/react-toggle": "^1.1.6",
|
|
126
126
|
"@radix-ui/react-toggle-group": "^1.1.7",
|
|
127
|
-
"@radix-ui/react-tooltip": "^1.2.
|
|
127
|
+
"@radix-ui/react-tooltip": "^1.2.4",
|
|
128
128
|
"@tanstack/react-table": "^8.21.3",
|
|
129
129
|
"@vitejs/plugin-react": "^4.4.1",
|
|
130
130
|
"@vitejs/plugin-react-swc": "^3.9.0",
|
|
@@ -133,12 +133,12 @@
|
|
|
133
133
|
"cmdk": "^1.1.1",
|
|
134
134
|
"embla-carousel-react": "^8.6.0",
|
|
135
135
|
"input-otp": "^1.4.2",
|
|
136
|
-
"lucide-react": "^0.
|
|
136
|
+
"lucide-react": "^0.503.0",
|
|
137
137
|
"next-themes": "^0.4.6",
|
|
138
138
|
"react-dropzone": "^14.3.8",
|
|
139
139
|
"react-helmet-next": "^0.0.1",
|
|
140
|
-
"react-hook-form": "^7.56.
|
|
141
|
-
"react-resizable-panels": "^2.1.
|
|
140
|
+
"react-hook-form": "^7.56.1",
|
|
141
|
+
"react-resizable-panels": "^2.1.9",
|
|
142
142
|
"sonner": "^2.0.3",
|
|
143
143
|
"tailwind-merge": "^3.2.0",
|
|
144
144
|
"tailwind-variants": "^1.0.0",
|