@hybr1d-tech/charizard 2.3.49 → 2.3.51

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hybr1d-tech/charizard",
3
- "version": "2.3.49",
3
+ "version": "2.3.51",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"
@@ -27,56 +27,56 @@
27
27
  "@dnd-kit/utilities": "^3.2.2",
28
28
  "@popperjs/core": "^2.11.8",
29
29
  "@tanstack/react-table": "^8.21.3",
30
- "@zag-js/accordion": "^1.27.1",
31
- "@zag-js/checkbox": "^1.27.1",
32
- "@zag-js/color-picker": "^1.27.1",
33
- "@zag-js/combobox": "^1.27.1",
34
- "@zag-js/dialog": "^1.27.1",
35
- "@zag-js/menu": "^1.27.1",
36
- "@zag-js/pagination": "^1.27.1",
37
- "@zag-js/popover": "^1.27.1",
38
- "@zag-js/popper": "^1.27.1",
39
- "@zag-js/radio-group": "^1.27.1",
40
- "@zag-js/react": "^1.27.1",
41
- "@zag-js/select": "^1.27.1",
42
- "@zag-js/switch": "^1.27.1",
43
- "@zag-js/tabs": "^1.27.1",
44
- "@zag-js/tooltip": "^1.27.1",
30
+ "@zag-js/accordion": "^1.31.1",
31
+ "@zag-js/checkbox": "^1.31.1",
32
+ "@zag-js/color-picker": "^1.31.1",
33
+ "@zag-js/combobox": "^1.31.1",
34
+ "@zag-js/dialog": "^1.31.1",
35
+ "@zag-js/menu": "^1.31.1",
36
+ "@zag-js/pagination": "^1.31.1",
37
+ "@zag-js/popover": "^1.31.1",
38
+ "@zag-js/popper": "^1.31.1",
39
+ "@zag-js/radio-group": "^1.31.1",
40
+ "@zag-js/react": "^1.31.1",
41
+ "@zag-js/select": "^1.31.1",
42
+ "@zag-js/switch": "^1.31.1",
43
+ "@zag-js/tabs": "^1.31.1",
44
+ "@zag-js/tooltip": "^1.31.1",
45
45
  "clsx": "^2.1.1",
46
46
  "date-fns": "^4.1.0",
47
- "react": "^19.2.0",
47
+ "react": "^19.2.3",
48
48
  "react-country-flag": "^3.1.0",
49
- "react-day-picker": "^9.11.1",
50
- "react-dom": "^19.2.0",
49
+ "react-day-picker": "^9.12.0",
50
+ "react-dom": "^19.2.3",
51
51
  "react-infinite-scroll-component": "^6.1.0",
52
52
  "react-inlinesvg": "^4.2.0",
53
53
  "react-intersection-observer": "^9.8.0",
54
- "react-router": "7.9.5",
54
+ "react-router": "7.10.1",
55
55
  "react-select": "^5.10.2",
56
56
  "react-toastify": "^11.0.5",
57
57
  "react-tooltip": "^5.30.0",
58
58
  "use-deep-compare-effect": "^1.8.1",
59
- "zustand": "^5.0.8"
59
+ "zustand": "^5.0.9"
60
60
  },
61
61
  "devDependencies": {
62
62
  "@storybook/addon-essentials": "^8.6.14",
63
63
  "@storybook/addon-interactions": "^8.6.14",
64
- "@storybook/addon-links": "^10.0.5",
64
+ "@storybook/addon-links": "^10.1.8",
65
65
  "@storybook/blocks": "^8.6.14",
66
- "@storybook/react": "^10.0.5",
67
- "@storybook/react-vite": "^10.0.5",
66
+ "@storybook/react": "^10.1.8",
67
+ "@storybook/react-vite": "^10.1.8",
68
68
  "@storybook/test": "^8.6.14",
69
- "@types/node": "^24.10.0",
70
- "@types/react": "^19.2.2",
71
- "@types/react-dom": "^19.2.2",
72
- "@vitejs/plugin-react-swc": "^4.2.1",
69
+ "@types/node": "^25.0.2",
70
+ "@types/react": "^19.2.7",
71
+ "@types/react-dom": "^19.2.3",
72
+ "@vitejs/plugin-react-swc": "^4.2.2",
73
73
  "axios": "^1.13.2",
74
74
  "globals": "^16.5.0",
75
- "storybook": "^10.0.5",
75
+ "storybook": "^10.1.8",
76
76
  "storybook-css-modules-preset": "^1.1.1",
77
77
  "typescript": "5.9.3",
78
- "vite": "^7.2.1",
79
- "vite-plugin-checker": "^0.11.0",
78
+ "vite": "^7.2.7",
79
+ "vite-plugin-checker": "^0.12.0",
80
80
  "vite-plugin-dts": "4.5.4",
81
81
  "vite-plugin-libcss": "^1.1.2"
82
82
  },