use-state-with-ref 0.2.0-main.202512160242.8ae6528 → 0.2.0-main.202512240724.fb25e38
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 +16 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "use-state-with-ref",
|
|
3
|
-
"version": "0.2.0-main.
|
|
3
|
+
"version": "0.2.0-main.202512240724.fb25e38",
|
|
4
4
|
"description": "React `useState` with a readonly `RefObject`.",
|
|
5
5
|
"files": [
|
|
6
6
|
"./*.js",
|
|
@@ -81,6 +81,20 @@
|
|
|
81
81
|
"react-test-renderer": "18.0.0"
|
|
82
82
|
}
|
|
83
83
|
},
|
|
84
|
+
"pinDependencies": {
|
|
85
|
+
"@types/react": [
|
|
86
|
+
"18"
|
|
87
|
+
],
|
|
88
|
+
"@types/react-dom": [
|
|
89
|
+
"18"
|
|
90
|
+
],
|
|
91
|
+
"react": [
|
|
92
|
+
"18"
|
|
93
|
+
],
|
|
94
|
+
"react-dom": [
|
|
95
|
+
"18"
|
|
96
|
+
]
|
|
97
|
+
},
|
|
84
98
|
"peerDependencies": {
|
|
85
99
|
"react": ">=16.8.0"
|
|
86
100
|
},
|
|
@@ -108,6 +122,6 @@
|
|
|
108
122
|
},
|
|
109
123
|
"dependencies": {
|
|
110
124
|
"use-ref-from": "^0.1.0",
|
|
111
|
-
"use-state-with-ref": "^0.2.0-main.
|
|
125
|
+
"use-state-with-ref": "^0.2.0-main.202512240724.fb25e38"
|
|
112
126
|
}
|
|
113
127
|
}
|