@sistemas-ucol-mx/ucol-dynamic 1.2.2 → 1.2.4
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/ucol-dynamic.css +1 -1
- package/dist/ucol-dynamic.d.ts +7 -1
- package/dist/ucol-dynamic.js +67 -67
- package/dist/ucol-dynamic.umd.cjs +1 -1
- package/package.json +35 -35
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sistemas-ucol-mx/ucol-dynamic",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.4",
|
|
4
4
|
"description": "Biblioteca de componentes React con Ant Design y Tailwind CSS",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
@@ -52,58 +52,58 @@
|
|
|
52
52
|
"antd": "6.3.0",
|
|
53
53
|
"axios": "^1.13.5",
|
|
54
54
|
"dayjs": "^1.11.13",
|
|
55
|
-
"react": "19.2.
|
|
56
|
-
"react-dom": "19.2.
|
|
55
|
+
"react": "19.2.5",
|
|
56
|
+
"react-dom": "19.2.5"
|
|
57
57
|
},
|
|
58
58
|
"dependencies": {
|
|
59
|
-
"@ant-design/icons": "^6.1.
|
|
60
|
-
"@tailwindcss/vite": "^4.
|
|
61
|
-
"@tanstack/react-query": "^5.
|
|
62
|
-
"ajv": "^8.
|
|
59
|
+
"@ant-design/icons": "^6.1.1",
|
|
60
|
+
"@tailwindcss/vite": "^4.2.2",
|
|
61
|
+
"@tanstack/react-query": "^5.99.0",
|
|
62
|
+
"ajv": "^8.18.0",
|
|
63
63
|
"clsx": "^2.1.1",
|
|
64
|
-
"framer-motion": "^12.
|
|
64
|
+
"framer-motion": "^12.38.0",
|
|
65
65
|
"jspdf": "^2.5.2",
|
|
66
66
|
"jspdf-autotable": "^3.8.4",
|
|
67
|
-
"react-icons": "^5.
|
|
67
|
+
"react-icons": "^5.6.0",
|
|
68
68
|
"xlsx": "^0.18.5"
|
|
69
69
|
},
|
|
70
70
|
"devDependencies": {
|
|
71
|
-
"@chromatic-com/storybook": "^3.2.
|
|
72
|
-
"@eslint/js": "^9.
|
|
73
|
-
"@storybook/addon-docs": "^8.6.
|
|
71
|
+
"@chromatic-com/storybook": "^3.2.7",
|
|
72
|
+
"@eslint/js": "^9.39.4",
|
|
73
|
+
"@storybook/addon-docs": "^8.6.18",
|
|
74
74
|
"@storybook/addon-essentials": "^8.6.14",
|
|
75
75
|
"@storybook/addon-interactions": "^8.6.14",
|
|
76
|
-
"@storybook/addon-onboarding": "^8.6.
|
|
76
|
+
"@storybook/addon-onboarding": "^8.6.18",
|
|
77
77
|
"@storybook/addon-storysource": "^8.6.14",
|
|
78
78
|
"@storybook/addon-styling-webpack": "^1.0.1",
|
|
79
79
|
"@storybook/blocks": "^8.6.14",
|
|
80
|
-
"@storybook/react": "^8.6.
|
|
81
|
-
"@storybook/react-vite": "^8.6.
|
|
82
|
-
"@storybook/test": "^8.6.
|
|
83
|
-
"@tailwindcss/postcss": "^4.
|
|
80
|
+
"@storybook/react": "^8.6.18",
|
|
81
|
+
"@storybook/react-vite": "^8.6.18",
|
|
82
|
+
"@storybook/test": "^8.6.15",
|
|
83
|
+
"@tailwindcss/postcss": "^4.2.2",
|
|
84
84
|
"@types/react": "19.2.14",
|
|
85
85
|
"@types/react-dom": "19.2.3",
|
|
86
|
-
"@vitejs/plugin-react": "^5.
|
|
86
|
+
"@vitejs/plugin-react": "^5.2.0",
|
|
87
87
|
"antd": "6.3.0",
|
|
88
|
-
"autoprefixer": "^10.4.
|
|
89
|
-
"axios": "^1.
|
|
90
|
-
"dayjs": "^1.11.
|
|
91
|
-
"eslint": "^9.
|
|
92
|
-
"eslint-plugin-react-hooks": "^5.
|
|
93
|
-
"eslint-plugin-react-refresh": "^0.4.
|
|
88
|
+
"autoprefixer": "^10.4.27",
|
|
89
|
+
"axios": "^1.15.0",
|
|
90
|
+
"dayjs": "^1.11.20",
|
|
91
|
+
"eslint": "^9.39.4",
|
|
92
|
+
"eslint-plugin-react-hooks": "^5.2.0",
|
|
93
|
+
"eslint-plugin-react-refresh": "^0.4.26",
|
|
94
94
|
"eslint-plugin-storybook": "^0.11.6",
|
|
95
|
-
"globals": "^15.
|
|
96
|
-
"postcss": "^8.
|
|
97
|
-
"react": "19.2.
|
|
98
|
-
"react-dom": "19.2.
|
|
99
|
-
"storybook": "^8.6.
|
|
95
|
+
"globals": "^15.15.0",
|
|
96
|
+
"postcss": "^8.5.9",
|
|
97
|
+
"react": "19.2.5",
|
|
98
|
+
"react-dom": "19.2.5",
|
|
99
|
+
"storybook": "^8.6.18",
|
|
100
100
|
"storybook-addon-customize-antd-theme": "^1.1.0",
|
|
101
|
-
"tailwindcss": "^4.
|
|
102
|
-
"terser": "^5.
|
|
103
|
-
"typescript": "^5.
|
|
104
|
-
"typescript-eslint": "^8.
|
|
105
|
-
"vite": "^7.2
|
|
106
|
-
"vite-plugin-dts": "^4.5.
|
|
101
|
+
"tailwindcss": "^4.2.2",
|
|
102
|
+
"terser": "^5.46.1",
|
|
103
|
+
"typescript": "^5.9.3",
|
|
104
|
+
"typescript-eslint": "^8.58.1",
|
|
105
|
+
"vite": "^7.3.2",
|
|
106
|
+
"vite-plugin-dts": "^4.5.4"
|
|
107
107
|
},
|
|
108
108
|
"eslintConfig": {
|
|
109
109
|
"extends": [
|