@plyaz/ui 0.8.1 → 0.8.2

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": "@plyaz/ui",
3
- "version": "0.8.1",
3
+ "version": "0.8.2",
4
4
  "description": "A reusable, accessible, and themeable component library powering the Plyaz Web App interface. Built with performance and consistency in mind, @plyaz/ui delivers modular React components aligned with the Plyaz design system — enabling seamless development across fan-facing features, quests, NFTs, and loyalty flows in the Web3 ecosystem.",
5
5
  "type": "module",
6
6
  "files": [
@@ -160,8 +160,8 @@
160
160
  }
161
161
  },
162
162
  "engines": {
163
- "node": ">=22.4.0",
164
- "pnpm": ">=8.0.0"
163
+ "node": ">=23.0.0",
164
+ "pnpm": ">=8.10.0"
165
165
  },
166
166
  "dependencies": {
167
167
  "@hookform/resolvers": "^5.2.2",