@stryke/hooks 0.4.4 → 0.4.5

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/README.md +1 -0
  2. package/package.json +11 -11
package/README.md CHANGED
@@ -50,6 +50,7 @@ A package containing shared hooks that can be used in any React UI project
50
50
 
51
51
  <!-- START doctoc -->
52
52
  <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
53
+
53
54
  ## Table of Contents
54
55
 
55
56
  - [Installing](#installing)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stryke/hooks",
3
- "version": "0.4.4",
3
+ "version": "0.4.5",
4
4
  "type": "module",
5
5
  "description": "A package containing shared hooks that can be used in any React UI project",
6
6
  "repository": {
@@ -10,8 +10,8 @@
10
10
  },
11
11
  "private": false,
12
12
  "peerDependencies": {
13
- "react": "^19.0.0",
14
- "react-dom": "^19.0.0",
13
+ "react": "^19.1.0",
14
+ "react-dom": "^19.1.0",
15
15
  "react-native": "^0.77.0"
16
16
  },
17
17
  "peerDependenciesMeta": {
@@ -20,17 +20,17 @@
20
20
  "react-native": { "optional": true }
21
21
  },
22
22
  "dependencies": {
23
- "react": "^19.0.0",
24
- "react-dom": "^19.0.0",
23
+ "react": "^19.1.0",
24
+ "react-dom": "^19.1.0",
25
25
  "react-native": "^0.77.0",
26
- "@stryke/env": ">=0.5.4",
27
- "@stryke/helpers": ">=0.4.5",
28
- "@stryke/type-checks": ">=0.1.4",
29
- "@stryke/types": ">=0.7.3"
26
+ "@stryke/env": "^0.6.1",
27
+ "@stryke/helpers": "^0.5.2",
28
+ "@stryke/type-checks": "^0.3.1",
29
+ "@stryke/types": "^0.8.1"
30
30
  },
31
31
  "devDependencies": {
32
- "@types/react": "^19.0.8",
33
- "@types/react-dom": "^19.0.3",
32
+ "@types/react": "^19.0.12",
33
+ "@types/react-dom": "^19.0.4",
34
34
  "@types/react-native": "0.72.8"
35
35
  },
36
36
  "publishConfig": { "access": "public" },