@wakastellar/ui 3.1.0 → 3.2.0

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 +4 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wakastellar/ui",
3
- "version": "3.1.0",
3
+ "version": "3.2.0",
4
4
  "description": "Zero-config UI Library for Next.js with TweakCN theming and i18n support",
5
5
  "keywords": [
6
6
  "ui",
@@ -107,15 +107,15 @@
107
107
  "@tiptap/extension-underline": "^2.0.0 || ^3.0.0",
108
108
  "@tiptap/react": "^2.0.0 || ^3.0.0",
109
109
  "@tiptap/starter-kit": "^2.0.0 || ^3.0.0",
110
- "exceljs": ">=4.3.0",
111
110
  "jspdf": ">=4.1.0",
112
111
  "jspdf-autotable": "*",
113
112
  "next": ">=14.0.0",
114
113
  "react": ">=18.0.0",
115
114
  "react-dom": ">=18.0.0",
116
115
  "react-hook-form": "^7.0.0",
117
- "recharts": "^2.0.0",
118
- "tailwindcss": ">=3.4.0 || >=4.0.0"
116
+ "recharts": "^2.0.0 || ^3.0.0",
117
+ "tailwindcss": ">=3.4.0 || >=4.0.0",
118
+ "exceljs": ">=4.3.0"
119
119
  },
120
120
  "peerDependenciesMeta": {
121
121
  "react-hook-form": {
@@ -172,7 +172,6 @@
172
172
  "@vitest/ui": "^3.2.4",
173
173
  "autoprefixer": "^10.4.16",
174
174
  "esbuild": "^0.25.0",
175
- "install-peerdeps": "^3.0.7",
176
175
  "jsdom": "^23.0.1",
177
176
  "playwright": "^1.56.0",
178
177
  "postcss": "^8.4.31",