@tanstack/react-store
Advanced tools
Comparing version
{ | ||
"name": "@tanstack/react-store", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"description": "Framework agnostic type-safe store w/ reactive framework adapters", | ||
@@ -53,6 +53,6 @@ "author": "Tanner Linsley", | ||
"peerDependencies": { | ||
"react": "^17.0.0 || ^18.0.0", | ||
"react-dom": "^17.0.0 || ^18.0.0" | ||
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0", | ||
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" | ||
}, | ||
"scripts": {} | ||
} |
13802
0.32%