@pojo-router/core
Advanced tools
Comparing version
@@ -6,2 +6,8 @@ # Change Log | ||
### [0.10.1](https://github.com/ntucker/anansi/compare/@pojo-router/core@0.10.0...@pojo-router/core@0.10.1) (2024-11-24) | ||
### 📦 Package | ||
* Match any types/react ([3ea2b96](https://github.com/ntucker/anansi/commit/3ea2b96e1c702de9200481b1b57eccc67c6b8622)) | ||
## [0.10.0](https://github.com/ntucker/anansi/compare/@pojo-router/core@0.9.3...@pojo-router/core@0.10.0) (2024-09-29) | ||
@@ -8,0 +14,0 @@ |
{ | ||
"name": "@pojo-router/core", | ||
"version": "0.10.0", | ||
"version": "0.10.1", | ||
"description": "A React hooks library to associate metadata to a path", | ||
@@ -60,3 +60,3 @@ "homepage": "https://github.com/ntucker/anansi/tree/master/packages/pojo-router#readme", | ||
"peerDependencies": { | ||
"@types/react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-0", | ||
"@types/react": "*", | ||
"react": "^16.8.2 || ^17.0.0 || ^18.0.0 || ^19.0.0-0" | ||
@@ -63,0 +63,0 @@ }, |
106540
0.21%