@datacrest/dcuikit 1.0.49 → 1.0.50
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/build/index.css +1 -1
- package/build/index.esm.css +1 -1
- package/build/index.esm.js +24 -22
- package/build/index.esm.js.map +1 -1
- package/build/index.js +24 -22
- package/build/index.js.map +1 -1
- package/build/tsconfig.prod.tsbuildinfo +1 -1
- package/build/tsconfig.tsbuildinfo +1 -1
- package/package.json +42 -42
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@datacrest/dcuikit",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.50",
|
|
4
4
|
"description": "UI Component library for DataCrest",
|
|
5
5
|
"main": "./build/index.js",
|
|
6
6
|
"types": "./build/index.d.ts",
|
|
@@ -38,28 +38,28 @@
|
|
|
38
38
|
"@radix-ui/react-switch": "^1.2.6",
|
|
39
39
|
"@radix-ui/react-tabs": "^1.1.13",
|
|
40
40
|
"@shadcn/ui": "^0.0.4",
|
|
41
|
-
"@storybook/react": "^10.2
|
|
41
|
+
"@storybook/react": "^10.4.2",
|
|
42
42
|
"@tanstack/react-table": "^8.21.3",
|
|
43
43
|
"class-variance-authority": "^0.7.1",
|
|
44
44
|
"classnames": "^2.5.1",
|
|
45
45
|
"clsx": "^2.1.1",
|
|
46
46
|
"cmdk": "^1.1.1",
|
|
47
|
-
"date-fns": "^4.
|
|
48
|
-
"dayjs": "^1.11.
|
|
47
|
+
"date-fns": "^4.4.0",
|
|
48
|
+
"dayjs": "^1.11.21",
|
|
49
49
|
"embla-carousel-react": "^8.6.0",
|
|
50
|
-
"framer-motion": "^12.
|
|
50
|
+
"framer-motion": "^12.40.0",
|
|
51
51
|
"input-otp": "^1.4.2",
|
|
52
52
|
"latest-version": "^9.0.0",
|
|
53
|
-
"lucide-react": "^
|
|
53
|
+
"lucide-react": "^1.17.0",
|
|
54
54
|
"rc-tooltip": "^6.4.0",
|
|
55
55
|
"react-day-picker": "^8.10.1",
|
|
56
56
|
"react-dropzone": "^15.0.0",
|
|
57
57
|
"react-feather": "^2.0.10",
|
|
58
58
|
"react-icons": "^5.6.0",
|
|
59
|
-
"recharts": "^3.8.
|
|
60
|
-
"tailwind-merge": "^3.
|
|
59
|
+
"recharts": "^3.8.1",
|
|
60
|
+
"tailwind-merge": "^3.6.0",
|
|
61
61
|
"tailwindcss-animate": "^1.0.7",
|
|
62
|
-
"turndown": "^7.2.
|
|
62
|
+
"turndown": "^7.2.4",
|
|
63
63
|
"vaul": "^1.1.2"
|
|
64
64
|
},
|
|
65
65
|
"peerDependencies": {
|
|
@@ -68,70 +68,70 @@
|
|
|
68
68
|
},
|
|
69
69
|
"devDependencies": {
|
|
70
70
|
"@babel/plugin-proposal-class-properties": "^7.18.6",
|
|
71
|
-
"@babel/plugin-transform-runtime": "^7.29.
|
|
72
|
-
"@babel/preset-env": "^7.29.
|
|
73
|
-
"@babel/preset-react": "^7.
|
|
74
|
-
"@babel/preset-typescript": "^7.
|
|
75
|
-
"@babel/runtime": "^7.
|
|
76
|
-
"@chromatic-com/storybook": "^5.
|
|
71
|
+
"@babel/plugin-transform-runtime": "^7.29.7",
|
|
72
|
+
"@babel/preset-env": "^7.29.7",
|
|
73
|
+
"@babel/preset-react": "^7.29.7",
|
|
74
|
+
"@babel/preset-typescript": "^7.29.7",
|
|
75
|
+
"@babel/runtime": "^7.29.7",
|
|
76
|
+
"@chromatic-com/storybook": "^5.2.1",
|
|
77
77
|
"@rollup/plugin-alias": "^6.0.0",
|
|
78
|
-
"@rollup/plugin-babel": "^7.
|
|
79
|
-
"@rollup/plugin-commonjs": "^29.0.
|
|
78
|
+
"@rollup/plugin-babel": "^7.1.0",
|
|
79
|
+
"@rollup/plugin-commonjs": "^29.0.3",
|
|
80
80
|
"@rollup/plugin-node-resolve": "^16.0.3",
|
|
81
81
|
"@rollup/plugin-terser": "^1.0.0",
|
|
82
82
|
"@rollup/plugin-typescript": "^12.3.0",
|
|
83
|
-
"@storybook/addon-docs": "^10.2
|
|
84
|
-
"@storybook/addon-links": "^10.2
|
|
85
|
-
"@storybook/react-vite": "^10.2
|
|
86
|
-
"@tailwindcss/postcss": "^4.
|
|
83
|
+
"@storybook/addon-docs": "^10.4.2",
|
|
84
|
+
"@storybook/addon-links": "^10.4.2",
|
|
85
|
+
"@storybook/react-vite": "^10.4.2",
|
|
86
|
+
"@tailwindcss/postcss": "^4.3.0",
|
|
87
87
|
"@testing-library/dom": "^10.4.1",
|
|
88
88
|
"@testing-library/jest-dom": "^6.9.1",
|
|
89
89
|
"@testing-library/react": "^16.3.2",
|
|
90
90
|
"@types/jest": "^30.0.0",
|
|
91
|
-
"@types/node": "^25.
|
|
92
|
-
"@types/react": "^19.2.
|
|
91
|
+
"@types/node": "^25.9.1",
|
|
92
|
+
"@types/react": "^19.2.16",
|
|
93
93
|
"@types/react-dom": "^19.2.3",
|
|
94
94
|
"@types/turndown": "^5.0.6",
|
|
95
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
96
|
-
"@typescript-eslint/parser": "^8.
|
|
97
|
-
"@vitejs/plugin-react": "^
|
|
95
|
+
"@typescript-eslint/eslint-plugin": "^8.60.1",
|
|
96
|
+
"@typescript-eslint/parser": "^8.60.1",
|
|
97
|
+
"@vitejs/plugin-react": "^6.0.2",
|
|
98
98
|
"acorn": "^8.16.0",
|
|
99
|
-
"babel-jest": "^30.
|
|
99
|
+
"babel-jest": "^30.4.1",
|
|
100
100
|
"babel-loader": "^10.1.1",
|
|
101
101
|
"babel-plugin-import": "^1.13.8",
|
|
102
|
-
"babel-plugin-module-resolver": "^5.0.
|
|
102
|
+
"babel-plugin-module-resolver": "^5.0.3",
|
|
103
103
|
"babel-preset-react": "^6.24.1",
|
|
104
104
|
"check-engine": "^1.14.0",
|
|
105
|
-
"eslint": "^10.
|
|
105
|
+
"eslint": "^10.4.1",
|
|
106
106
|
"eslint-config-airbnb-typescript": "^18.0.0",
|
|
107
|
-
"eslint-config-next": "^16.
|
|
107
|
+
"eslint-config-next": "^16.2.7",
|
|
108
108
|
"eslint-config-prettier": "^10.1.8",
|
|
109
109
|
"eslint-plugin-import": "^2.32.0",
|
|
110
|
-
"eslint-plugin-jest": "^29.15.
|
|
110
|
+
"eslint-plugin-jest": "^29.15.2",
|
|
111
111
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
112
|
-
"eslint-plugin-prettier": "^5.5.
|
|
112
|
+
"eslint-plugin-prettier": "^5.5.6",
|
|
113
113
|
"eslint-plugin-react": "^7.37.5",
|
|
114
|
-
"eslint-plugin-react-hooks": "^7.
|
|
114
|
+
"eslint-plugin-react-hooks": "^7.1.1",
|
|
115
115
|
"eslint-plugin-react-refresh": "^0.5.2",
|
|
116
|
-
"eslint-plugin-storybook": "^10.2
|
|
116
|
+
"eslint-plugin-storybook": "^10.4.2",
|
|
117
117
|
"install-peers-cli": "^2.2.0",
|
|
118
|
-
"jest": "^30.
|
|
119
|
-
"jest-environment-jsdom": "^30.
|
|
120
|
-
"postcss": "^8.5.
|
|
121
|
-
"prettier": "^3.8.
|
|
118
|
+
"jest": "^30.4.2",
|
|
119
|
+
"jest-environment-jsdom": "^30.4.1",
|
|
120
|
+
"postcss": "^8.5.15",
|
|
121
|
+
"prettier": "^3.8.3",
|
|
122
122
|
"prettier-plugin-organize-imports": "^4.3.0",
|
|
123
123
|
"prettier-plugin-sort-json": "^4.2.0",
|
|
124
|
-
"rollup": "^4.
|
|
124
|
+
"rollup": "^4.61.1",
|
|
125
125
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
126
126
|
"rollup-plugin-postcss": "^4.0.2",
|
|
127
127
|
"rollup-plugin-size-snapshot": "^0.2.1",
|
|
128
128
|
"rollup-plugin-typescript-paths": "^1.5.0",
|
|
129
129
|
"storybook": "^10.2.17",
|
|
130
|
-
"tailwindcss": "^4.
|
|
131
|
-
"tsc-alias": "^1.8.
|
|
130
|
+
"tailwindcss": "^4.3.0",
|
|
131
|
+
"tsc-alias": "^1.8.17",
|
|
132
132
|
"tsconfig-paths-webpack-plugin": "^4.2.0",
|
|
133
133
|
"typescript": "^5.9.3",
|
|
134
|
-
"vite": "^
|
|
134
|
+
"vite": "^8.0.16",
|
|
135
135
|
"vite-tsconfig-paths": "^6.1.1"
|
|
136
136
|
},
|
|
137
137
|
"jest": {
|