@sikka/hawa 0.31.8-next → 0.31.10-next

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.
Files changed (1) hide show
  1. package/package.json +15 -13
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sikka/hawa",
3
- "version": "0.31.8-next",
3
+ "version": "0.31.10-next",
4
4
  "description": "Modern UI Kit made with Tailwind",
5
5
  "author": {
6
6
  "name": "Sikka Software",
@@ -44,6 +44,10 @@
44
44
  "files": [
45
45
  "dist/**"
46
46
  ],
47
+ "peerDependencies": {
48
+ "react": "18.3.1",
49
+ "react-dom": "18.3.1"
50
+ },
47
51
  "dependencies": {
48
52
  "@hookform/resolvers": "^3.3.4",
49
53
  "@radix-ui/react-accordion": "^1.1.2",
@@ -64,43 +68,41 @@
64
68
  "@tanstack/react-table": "^8.16.0",
65
69
  "@tanstack/table-core": "^8.16.0",
66
70
  "class-variance-authority": "^0.7.0",
67
- "clsx": "^2.1.0",
71
+ "clsx": "^2.1.1",
68
72
  "cmdk": "^1.0.0",
69
73
  "embla-carousel-auto-height": "^8.0.2",
70
74
  "embla-carousel-react": "^8.0.2",
71
- "eslint": "^9.0.0",
72
- "eslint-config-next": "^14.2.1",
73
- "libphonenumber-js": "^1.10.60",
75
+ "eslint": "^9.1.1",
76
+ "eslint-config-next": "^14.2.3",
77
+ "libphonenumber-js": "^1.10.61",
74
78
  "prism-react-renderer": "^2.3.1",
75
79
  "prismjs": "^1.29.0",
76
- "react": "18.2.0",
77
- "react-dom": "18.2.0",
78
80
  "react-dropzone": "^14.2.3",
79
81
  "react-headless-pagination": "^1.1.5",
80
82
  "react-hook-form": "^7.51.3",
81
83
  "react-select": "^5.8.0",
82
84
  "signature_pad": "^4.2.0",
83
85
  "sonner": "^1.4.41",
84
- "tailwind-merge": "^2.2.2",
86
+ "tailwind-merge": "^2.3.0",
85
87
  "tailwind-variants": "^0.2.1",
86
88
  "trim-canvas": "^0.1.2",
87
- "zod": "^3.22.4"
89
+ "zod": "^3.23.4"
88
90
  },
89
91
  "devDependencies": {
90
92
  "@babel/preset-react": "^7.24.1",
91
93
  "@sikka/alam": "^0.0.4",
92
94
  "@testing-library/jest-dom": "^6.4.2",
93
- "@testing-library/react": "^15.0.2",
95
+ "@testing-library/react": "^15.0.5",
94
96
  "@types/jest": "^29.5.12",
95
- "@types/react": "^18.2.78",
96
- "@types/react-dom": "^18.2.25",
97
+ "@types/react": "^18.3.1",
98
+ "@types/react-dom": "^18.3.0",
97
99
  "autoprefixer": "^10.4.19",
98
100
  "boxen": "^7.1.1",
99
101
  "chalk": "^5.3.0",
100
102
  "embla-carousel": "8.0.2",
101
103
  "jest": "^29.7.0",
102
104
  "jest-environment-jsdom": "^29.7.0",
103
- "lucide-react": "^0.368.0",
105
+ "lucide-react": "^0.376.0",
104
106
  "postcss": "^8.4.38",
105
107
  "postcss-cli": "^11.0.0",
106
108
  "postcss-import": "^16.1.0",