globalfy-design-system 1.50.0 → 1.51.1

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": "globalfy-design-system",
3
- "version": "1.50.0",
3
+ "version": "1.51.1",
4
4
  "description": "Globalfy Design System",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
6
  "type": "module",
@@ -38,8 +38,8 @@
38
38
  "prepare": "husky"
39
39
  },
40
40
  "dependencies": {
41
- "@heroui/react": "2.6.14",
42
- "@hookform/resolvers": "^3.10.0",
41
+ "@heroui/react": "2.7.6",
42
+ "@hookform/resolvers": "^5.0.1",
43
43
  "@iconscout/react-unicons": "^2.2.1",
44
44
  "@radix-ui/react-checkbox": "^1.1.3",
45
45
  "@radix-ui/react-dropdown-menu": "^2.1.5",
@@ -54,31 +54,31 @@
54
54
  "class-variance-authority": "^0.7.1",
55
55
  "clsx": "^2.0.0",
56
56
  "cmdk": "^1.0.4",
57
- "date-fns": "^3.3.0",
58
- "framer-motion": "^10.16.16",
57
+ "date-fns": "^4.1.0",
58
+ "framer-motion": "^12.8.0",
59
59
  "google-libphonenumber": "3.2.40",
60
- "lucide-react": "^0.288.0",
60
+ "lucide-react": "^0.503.0",
61
61
  "react": "^18.2.0",
62
- "react-day-picker": "^8.10.0",
62
+ "react-day-picker": "8.10.0",
63
63
  "react-dom": "^18.2.0",
64
- "react-hook-form": "7.54.2",
64
+ "react-hook-form": "7.56.1",
65
65
  "react-icons": "^5.4.0",
66
- "react-input-mask": "^2.0.4",
66
+ "react-input-mask": "2.0.4",
67
67
  "react-international-phone": "^4.5.0",
68
- "react-phone-number-input": "3.4.11",
68
+ "react-phone-number-input": "3.4.12",
69
69
  "react-select": "^5.10.0",
70
- "react-toastify": "^10.0.5",
71
- "tailwind-merge": "^1.14.0",
72
- "tailwind-variants": "^0.1.18",
70
+ "react-toastify": "10.0.5",
71
+ "tailwind-merge": "^3.2.0",
72
+ "tailwind-variants": "^1.0.0",
73
73
  "tailwindcss-animate": "^1.0.7",
74
- "zod": "3.24.1"
74
+ "zod": "3.24.3"
75
75
  },
76
76
  "devDependencies": {
77
- "@babel/preset-env": "^7.26.7",
77
+ "@babel/preset-env": "^7.26.9",
78
78
  "@babel/preset-react": "7.26.3",
79
- "@babel/preset-typescript": "7.26.0",
80
- "@commitlint/cli": "^19.6.1",
81
- "@commitlint/config-conventional": "^19.6.0",
79
+ "@babel/preset-typescript": "7.27.0",
80
+ "@commitlint/cli": "^19.8.0",
81
+ "@commitlint/config-conventional": "^19.8.0",
82
82
  "@semantic-release/commit-analyzer": "11",
83
83
  "@semantic-release/exec": "^6.0.3",
84
84
  "@semantic-release/git": "^10.0.1",
@@ -99,9 +99,9 @@
99
99
  "@types/google-libphonenumber": "^7.4.30",
100
100
  "@types/jest": "^29.5.14",
101
101
  "@types/node": "^20.8.7",
102
- "@types/react": "^18.2.15",
102
+ "@types/react": "18.2.15",
103
103
  "@types/react-dom": "^18.2.7",
104
- "@types/react-input-mask": "^3.0.5",
104
+ "@types/react-input-mask": "2.0.4",
105
105
  "@typescript-eslint/eslint-plugin": "^6.0.0",
106
106
  "@typescript-eslint/parser": "^6.0.0",
107
107
  "@vitejs/plugin-react": "^4.3.4",
@@ -122,16 +122,16 @@
122
122
  "jest-environment-jsdom": "^29.7.0",
123
123
  "jest-svg-transformer": "^1.0.0",
124
124
  "jsdom": "^22.1.0",
125
- "lint-staged": "15.4.3",
126
- "postcss": "8.5.1",
127
- "prettier": "3.4.2",
125
+ "lint-staged": "15.5.1",
126
+ "postcss": "8.5.3",
127
+ "prettier": "3.5.3",
128
128
  "prettier-plugin-tailwindcss": "0.6.11",
129
129
  "react-test-renderer": "^18.2.0",
130
130
  "rollup-plugin-css-only": "^4.5.2",
131
131
  "semantic-release": "22",
132
132
  "storybook": "^7.5.1",
133
133
  "tailwindcss": "3.4.7",
134
- "typescript": "5.0.2",
134
+ "typescript": "5.8.3",
135
135
  "vite": "^4.4.5",
136
136
  "vite-plugin-dts": "3.9.1",
137
137
  "vite-plugin-static-copy": "1.0.6",