@openzeppelin/ui-react 3.0.0 → 3.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/dist/index.cjs +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +8 -7
package/dist/index.cjs
CHANGED
|
@@ -32,7 +32,7 @@ let react_jsx_runtime = require("react/jsx-runtime");
|
|
|
32
32
|
let _openzeppelin_ui_components = require("@openzeppelin/ui-components");
|
|
33
33
|
|
|
34
34
|
//#region src/version.ts
|
|
35
|
-
const VERSION = "3.0.
|
|
35
|
+
const VERSION = "3.0.1";
|
|
36
36
|
|
|
37
37
|
//#endregion
|
|
38
38
|
//#region src/hooks/AdapterContext.tsx
|
package/dist/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openzeppelin/ui-react",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.1",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Core React context providers and hooks for the OpenZeppelin UI ecosystem.",
|
|
6
6
|
"type": "module",
|
|
@@ -43,9 +43,9 @@
|
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
45
|
"lucide-react": "^0.510.0",
|
|
46
|
-
"@openzeppelin/ui-types": "^3.
|
|
47
|
-
"@openzeppelin/ui-components": "^3.
|
|
48
|
-
"@openzeppelin/ui-utils": "^3.
|
|
46
|
+
"@openzeppelin/ui-types": "^3.1.1",
|
|
47
|
+
"@openzeppelin/ui-components": "^3.3.1",
|
|
48
|
+
"@openzeppelin/ui-utils": "^3.1.1"
|
|
49
49
|
},
|
|
50
50
|
"peerDependencies": {
|
|
51
51
|
"@tanstack/react-query": "^5.0.0",
|
|
@@ -55,14 +55,15 @@
|
|
|
55
55
|
"devDependencies": {
|
|
56
56
|
"@testing-library/jest-dom": "^6.6.4",
|
|
57
57
|
"@testing-library/react": "^16.3.0",
|
|
58
|
+
"@types/node": "^22.19.15",
|
|
58
59
|
"@types/react": "^19.2.8",
|
|
59
60
|
"@types/react-dom": "^19.1.7",
|
|
60
61
|
"@vitejs/plugin-react": "^4.7.0",
|
|
61
62
|
"jsdom": "^26.1.0",
|
|
62
|
-
"react": "^19.2.
|
|
63
|
-
"react-dom": "^19.2.
|
|
63
|
+
"react": "^19.2.7",
|
|
64
|
+
"react-dom": "^19.2.7",
|
|
64
65
|
"typescript": "^5.8.3",
|
|
65
|
-
"vitest": "^
|
|
66
|
+
"vitest": "^4.1.0"
|
|
66
67
|
},
|
|
67
68
|
"scripts": {
|
|
68
69
|
"build": "tsdown",
|