@alquimia-ai/ui 1.8.2 → 1.8.4

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": "@alquimia-ai/ui",
3
- "version": "1.8.2",
3
+ "version": "1.8.4",
4
4
  "author": "Alquimia AI",
5
5
  "description": "UI components for Alquimia SDK",
6
6
  "private": false,
@@ -87,12 +87,14 @@
87
87
  "@changesets/changelog-github": "^0.5.0",
88
88
  "@turbo/gen": "^1.12.4",
89
89
  "@types/eslint": "^8.56.5",
90
+ "@types/minimatch": "^5.1.2",
90
91
  "@types/node": "^20.11.24",
91
92
  "@types/react": "^18.2.61",
92
93
  "@types/react-dom": "^18.2.19",
93
94
  "cpx": "^1.5.0",
94
95
  "eslint": "^8.57.0",
95
96
  "next": ">=13.5.0",
97
+ "next-themes": ">=0.3.0",
96
98
  "react": ">=18.0.0",
97
99
  "react-dom": ">=18.0.0",
98
100
  "typescript": "^5.3.3"
@@ -124,7 +126,6 @@
124
126
  "cmdk": "1.0.0",
125
127
  "embla-carousel-react": "^8.3.0",
126
128
  "lucide-react": "^0.436.0",
127
- "next-themes": ">=0.3.0",
128
129
  "pdfjs-dist": "4.4.168",
129
130
  "react-markdown": "^9.0.1",
130
131
  "react-pdf": "9.1.1",
@@ -133,5 +134,12 @@
133
134
  "tailwind-merge": "^2.5.2",
134
135
  "tailwindcss-animate": "^1.0.7",
135
136
  "vaul": "^0.9.4"
137
+ },
138
+ "peerDependencies": {
139
+ "@alquimia-ai/tools": "*",
140
+ "next": ">=13.5.0",
141
+ "next-themes": ">=0.3.0",
142
+ "react": ">=18.0.0",
143
+ "react-dom": ">=18.0.0"
136
144
  }
137
145
  }