We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a22d08 commit 414c0f1Copy full SHA for 414c0f1
1 file changed
package.json
@@ -18,8 +18,18 @@
18
19
"keywords": [
20
"react",
21
+ "react 19",
22
+ "react 18",
23
+ "react 17",
24
+ "react-utils",
25
+ "utils",
26
+ "js",
27
+ "javascript",
28
+ "ts",
29
"typescript",
30
"string binder",
31
+ "plain text",
32
+ "plain text key binder",
33
"keyword binder",
34
"keyword"
35
],
@@ -47,9 +57,12 @@
47
57
}
48
58
},
49
59
60
+ "engines": {
61
+ "node": ">=18"
62
+ },
63
+
50
64
"peerDependencies": {
51
- "react": "^19.0.0",
52
- "react-dom": "^19.0.0"
65
+ "react": ">=17.0.0"
53
66
54
67
55
68
"devDependencies": {
0 commit comments