@types/gatsbyjs__reach-router
Advanced tools
Comparing version 2.0.4 to 2.0.5
@@ -43,2 +43,4 @@ import { WindowLocation } from "@reach/router"; | ||
import { History } from "@reach/router"; // eslint-disable-line no-duplicate-imports | ||
// Override location to remove navigate function for React 18 server components compatibility | ||
@@ -45,0 +47,0 @@ // https://github.com/gatsbyjs/reach-router/pull/4 |
{ | ||
"name": "@types/gatsbyjs__reach-router", | ||
"version": "2.0.4", | ||
"version": "2.0.5", | ||
"description": "TypeScript definitions for @gatsbyjs/reach-router", | ||
@@ -26,4 +26,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/gatsbyjs__reach-router", | ||
}, | ||
"typesPublisherContentHash": "ce9d965dd8df9c1a53045109ecc03595e5510082f2ae97e14e6e5f259bfdb1d8", | ||
"typeScriptVersion": "4.6" | ||
"typesPublisherContentHash": "485d54af74cb95de99906a20804f49c68512d23e68481f23ee067553ac2fbb61", | ||
"typeScriptVersion": "4.8" | ||
} |
@@ -53,2 +53,4 @@ # Installation | ||
import { History } from "@reach/router"; // eslint-disable-line no-duplicate-imports | ||
// Override location to remove navigate function for React 18 server components compatibility | ||
@@ -79,3 +81,3 @@ // https://github.com/gatsbyjs/reach-router/pull/4 | ||
### Additional Details | ||
* Last updated: Wed, 03 Jan 2024 14:35:25 GMT | ||
* Last updated: Mon, 14 Oct 2024 10:39:56 GMT | ||
* Dependencies: [@types/reach__router](https://npmjs.com/package/@types/reach__router), [@types/react](https://npmjs.com/package/@types/react) | ||
@@ -82,0 +84,0 @@ |
6068
56
85