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