@openzeppelin/ui-renderer 1.0.0 → 1.0.1

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": "@openzeppelin/ui-renderer",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "private": false,
5
5
  "description": "A specialized library for rendering customizable transaction forms for blockchain applications.",
6
6
  "type": "module",
@@ -61,9 +61,9 @@
61
61
  "react-hook-form": "^7.62.0",
62
62
  "tailwind-merge": "^3.3.1",
63
63
  "@openzeppelin/ui-types": "^1.0.0",
64
- "@openzeppelin/ui-react": "^1.0.0",
65
- "@openzeppelin/ui-components": "^1.0.0",
66
- "@openzeppelin/ui-utils": "^1.0.0"
64
+ "@openzeppelin/ui-utils": "^1.0.0",
65
+ "@openzeppelin/ui-components": "^1.0.1",
66
+ "@openzeppelin/ui-react": "^1.0.0"
67
67
  },
68
68
  "devDependencies": {
69
69
  "tsdown": "^0.12.5",