@hybr1d-tech/charizard 0.7.88 → 0.7.89
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 +20 -22
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hybr1d-tech/charizard",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.89",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist"
|
|
@@ -26,19 +26,19 @@
|
|
|
26
26
|
"@dnd-kit/utilities": "^3.2.2",
|
|
27
27
|
"@popperjs/core": "^2.11.8",
|
|
28
28
|
"@tanstack/react-table": "^8.20.5",
|
|
29
|
-
"@zag-js/checkbox": "^0.
|
|
30
|
-
"@zag-js/color-picker": "^0.
|
|
31
|
-
"@zag-js/combobox": "^0.
|
|
32
|
-
"@zag-js/dialog": "^0.
|
|
33
|
-
"@zag-js/menu": "^0.
|
|
34
|
-
"@zag-js/pagination": "^0.
|
|
35
|
-
"@zag-js/popover": "^0.
|
|
36
|
-
"@zag-js/popper": "^0.
|
|
37
|
-
"@zag-js/radio-group": "^0.
|
|
38
|
-
"@zag-js/react": "^0.
|
|
39
|
-
"@zag-js/select": "^0.
|
|
40
|
-
"@zag-js/tabs": "^0.
|
|
41
|
-
"@zag-js/tooltip": "^0.
|
|
29
|
+
"@zag-js/checkbox": "^0.74.2",
|
|
30
|
+
"@zag-js/color-picker": "^0.74.2",
|
|
31
|
+
"@zag-js/combobox": "^0.74.2",
|
|
32
|
+
"@zag-js/dialog": "^0.74.2",
|
|
33
|
+
"@zag-js/menu": "^0.74.2",
|
|
34
|
+
"@zag-js/pagination": "^0.74.2",
|
|
35
|
+
"@zag-js/popover": "^0.74.2",
|
|
36
|
+
"@zag-js/popper": "^0.74.2",
|
|
37
|
+
"@zag-js/radio-group": "^0.74.2",
|
|
38
|
+
"@zag-js/react": "^0.74.2",
|
|
39
|
+
"@zag-js/select": "^0.74.2",
|
|
40
|
+
"@zag-js/tabs": "^0.74.2",
|
|
41
|
+
"@zag-js/tooltip": "^0.74.2",
|
|
42
42
|
"clsx": "^2.1.1",
|
|
43
43
|
"date-fns": "^4.1.0",
|
|
44
44
|
"react": "^18.3.1",
|
|
@@ -48,9 +48,9 @@
|
|
|
48
48
|
"react-infinite-scroll-component": "^6.1.0",
|
|
49
49
|
"react-inlinesvg": "^4.1.3",
|
|
50
50
|
"react-intersection-observer": "^9.8.0",
|
|
51
|
-
"react-router-dom": "^6.
|
|
51
|
+
"react-router-dom": "^6.27.0",
|
|
52
52
|
"react-select": "^5.8.1",
|
|
53
|
-
"react-toastify": "^10.0.
|
|
53
|
+
"react-toastify": "^10.0.6",
|
|
54
54
|
"react-tooltip": "^5.28.0",
|
|
55
55
|
"use-deep-compare-effect": "^1.8.1",
|
|
56
56
|
"zustand": "^4.5.5"
|
|
@@ -65,25 +65,23 @@
|
|
|
65
65
|
"@storybook/test": "^8.3.5",
|
|
66
66
|
"@types/node": "^22.7.5",
|
|
67
67
|
"@types/react": "^18.3.11",
|
|
68
|
-
"@types/react-dom": "^18.3.
|
|
68
|
+
"@types/react-dom": "^18.3.1",
|
|
69
69
|
"@vitejs/plugin-react-swc": "^3.7.1",
|
|
70
|
+
"axios": "^1.7.7",
|
|
70
71
|
"globals": "^15.11.0",
|
|
71
72
|
"prop-types": "^15.8.1",
|
|
72
73
|
"storybook": "^8.3.5",
|
|
73
74
|
"storybook-css-modules-preset": "^1.1.1",
|
|
74
|
-
"typescript": "
|
|
75
|
+
"typescript": "5.6.3",
|
|
75
76
|
"vite": "^5.4.8",
|
|
76
77
|
"vite-plugin-checker": "^0.8.0",
|
|
77
|
-
"vite-plugin-dts": "4.2.
|
|
78
|
+
"vite-plugin-dts": "4.2.4",
|
|
78
79
|
"vite-plugin-libcss": "^1.1.1"
|
|
79
80
|
},
|
|
80
81
|
"publishConfig": {
|
|
81
82
|
"access": "public"
|
|
82
83
|
},
|
|
83
84
|
"packageManager": "pnpm@9.11.0",
|
|
84
|
-
"dependencies": {
|
|
85
|
-
"axios": "^1.7.7"
|
|
86
|
-
},
|
|
87
85
|
"scripts": {
|
|
88
86
|
"dev": "vite",
|
|
89
87
|
"build": "tsc && vite build",
|