@gomeniucivan/ui 1.0.31 → 1.0.33
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/dist/index.cjs +6 -6
- package/dist/index.d.ts +1 -2157
- package/dist/index.js +6 -6
- package/dist/style.css +1 -1
- package/package.json +14 -14
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gomeniucivan/ui",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.33",
|
|
4
4
|
"private": false,
|
|
5
5
|
"scripts": {
|
|
6
6
|
"dev": "vite",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"@dnd-kit/sortable": "^10.0.0",
|
|
18
18
|
"@dnd-kit/utilities": "^3.2.2",
|
|
19
19
|
"@radix-ui/react-tooltip": "^1.2.8",
|
|
20
|
-
"@tanstack/react-query": "^5.90.
|
|
20
|
+
"@tanstack/react-query": "^5.90.16",
|
|
21
21
|
"@tanstack/react-table": "^8.21.3",
|
|
22
22
|
"@vitejs/plugin-react": "^5.1.2",
|
|
23
23
|
"class-variance-authority": "^0.7.1",
|
|
@@ -25,19 +25,19 @@
|
|
|
25
25
|
"cmdk": "^1.1.1",
|
|
26
26
|
"date-fns": "^4.1.0",
|
|
27
27
|
"embla-carousel-react": "^8.6.0",
|
|
28
|
-
"framer-motion": "^12.
|
|
28
|
+
"framer-motion": "^12.24.12",
|
|
29
29
|
"input-otp": "^1.4.2",
|
|
30
|
-
"lucide-react": "^0.
|
|
30
|
+
"lucide-react": "^0.562.0",
|
|
31
31
|
"radix-ui": "^1.4.3",
|
|
32
|
-
"react-day-picker": "^9.
|
|
33
|
-
"react-hook-form": "^7.
|
|
32
|
+
"react-day-picker": "^9.13.0",
|
|
33
|
+
"react-hook-form": "^7.70.0",
|
|
34
34
|
"react-resizable-panels": "^3.0.6",
|
|
35
|
-
"recharts": "^3.
|
|
36
|
-
"simple-icons": "^16.
|
|
35
|
+
"recharts": "^3.6.0",
|
|
36
|
+
"simple-icons": "^16.4.0",
|
|
37
37
|
"sonner": "^2.0.7",
|
|
38
38
|
"tailwind-merge": "^3.4.0",
|
|
39
39
|
"vaul": "^1.1.2",
|
|
40
|
-
"zod": "^4.
|
|
40
|
+
"zod": "^4.3.5"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@eslint/eslintrc": "^3.3.3",
|
|
@@ -46,11 +46,11 @@
|
|
|
46
46
|
"@tailwindcss/postcss": "^4.1.18",
|
|
47
47
|
"@types/d3-color": "^3.1.3",
|
|
48
48
|
"@types/d3-path": "^3.1.1",
|
|
49
|
-
"@types/node": "^25.0.
|
|
49
|
+
"@types/node": "^25.0.3",
|
|
50
50
|
"@types/prop-types": "^15.7.15",
|
|
51
51
|
"@types/react": "^19.2.7",
|
|
52
52
|
"@types/react-dom": "^19.2.3",
|
|
53
|
-
"@typescript-eslint/parser": "^8.
|
|
53
|
+
"@typescript-eslint/parser": "^8.52.0",
|
|
54
54
|
"eslint": "^9.39.2",
|
|
55
55
|
"eslint-plugin-import": "^2.32.0",
|
|
56
56
|
"eslint-plugin-prettier": "^5.5.4",
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"eslint-plugin-security": "^3.0.1",
|
|
59
59
|
"eslint-plugin-sonarjs": "^3.0.5",
|
|
60
60
|
"eslint-plugin-unused-imports": "^4.3.0",
|
|
61
|
-
"globals": "^
|
|
61
|
+
"globals": "^17.0.0",
|
|
62
62
|
"lint-staged": "^16.2.7",
|
|
63
63
|
"postcss": "^8.5.6",
|
|
64
64
|
"prettier": "^3.7.4",
|
|
@@ -70,8 +70,8 @@
|
|
|
70
70
|
"tsup": "^8.5.1",
|
|
71
71
|
"tw-animate-css": "^1.4.0",
|
|
72
72
|
"typescript": "^5.9.3",
|
|
73
|
-
"typescript-eslint": "^8.
|
|
74
|
-
"vite": "^7.
|
|
73
|
+
"typescript-eslint": "^8.52.0",
|
|
74
|
+
"vite": "^7.3.1"
|
|
75
75
|
},
|
|
76
76
|
"files": [
|
|
77
77
|
"dist/index.js",
|