@versini/ui-hooks 5.0.1 → 5.0.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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +2 -6
package/dist/index.js CHANGED
@@ -11,7 +11,7 @@ import { useUniqueId as z } from "./hooks/useUniqueId.js";
11
11
  import { useViewportSize as S } from "./hooks/useViewportSize.js";
12
12
  import { useVisualViewportSize as M } from "./hooks/useVisualViewportSize.js";
13
13
  /*!
14
- @versini/ui-hooks v5.0.1
14
+ @versini/ui-hooks v5.0.2
15
15
  © 2025 gizmette.com
16
16
  */
17
17
  export {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/ui-hooks",
3
- "version": "5.0.1",
3
+ "version": "5.0.2",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -36,9 +36,5 @@
36
36
  "test:watch": "vitest",
37
37
  "test": "vitest run"
38
38
  },
39
- "peerDependencies": {
40
- "react": "^19.1.0",
41
- "react-dom": "^19.1.0"
42
- },
43
- "gitHead": "dcc216644c8c3e7d43a49ea655a22aed21fa4b83"
39
+ "gitHead": "67e049c9b2e46e8f52509bf6198ca0cdaf5d970a"
44
40
  }