diff --git a/types/react-router-bootstrap/index.d.ts b/types/react-router-bootstrap/index.d.ts index db2b67d040..ca431d64a0 100644 --- a/types/react-router-bootstrap/index.d.ts +++ b/types/react-router-bootstrap/index.d.ts @@ -2,7 +2,7 @@ // Project: https://github.com/react-bootstrap/react-router-bootstrap // Definitions by: Vincent Lesierse , Karol Janyst , Olmo del Corral // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -// TypeScript Version: 2.6 +// TypeScript Version: 2.8 export { default as LinkContainer } from "react-router-bootstrap/lib/LinkContainer" export { default as IndexLinkContainer } from "react-router-bootstrap/lib/IndexLinkContainer" diff --git a/types/react-router-config/index.d.ts b/types/react-router-config/index.d.ts index deb9d8003d..132b5cc129 100644 --- a/types/react-router-config/index.d.ts +++ b/types/react-router-config/index.d.ts @@ -2,7 +2,7 @@ // Project: https://github.com/ReactTraining/react-router/tree/master/packages/react-router-config // Definitions by: François Nguyen // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -// TypeScript Version: 2.6 +// TypeScript Version: 2.8 import * as React from "react"; import { RouteComponentProps, match } from "react-router"; diff --git a/types/react-router-dom/index.d.ts b/types/react-router-dom/index.d.ts index 9165f1182e..9870a487b3 100644 --- a/types/react-router-dom/index.d.ts +++ b/types/react-router-dom/index.d.ts @@ -4,7 +4,7 @@ // Huy Nguyen // Philip Jackson // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -// TypeScript Version: 2.6 +// TypeScript Version: 2.8 import { match } from "react-router"; import * as React from 'react'; diff --git a/types/react-router-native/index.d.ts b/types/react-router-native/index.d.ts index ea2a5f766c..3a450a1209 100644 --- a/types/react-router-native/index.d.ts +++ b/types/react-router-native/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Eduard Zintz // Fernando Helwanger // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -// TypeScript Version: 2.6 +// TypeScript Version: 2.8 export { match, diff --git a/types/react-router-navigation-core/index.d.ts b/types/react-router-navigation-core/index.d.ts index 8af7235a94..2bd544da4b 100644 --- a/types/react-router-navigation-core/index.d.ts +++ b/types/react-router-navigation-core/index.d.ts @@ -2,7 +2,7 @@ // Project: https://github.com/LeoLeBras/react-router-navigation#readme // Definitions by: Kalle Ott // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -// TypeScript Version: 2.6 +// TypeScript Version: 2.8 // High-level wrappers import { PureComponent, ReactNode, ComponentClass, ReactElement } from "react"; diff --git a/types/react-router-navigation/index.d.ts b/types/react-router-navigation/index.d.ts index 62258b4b6c..120ffb0d82 100644 --- a/types/react-router-navigation/index.d.ts +++ b/types/react-router-navigation/index.d.ts @@ -2,7 +2,7 @@ // Project: https://github.com/LeoLeBras/react-router-navigation#readme // Definitions by: Kalle Ott // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -// TypeScript Version: 2.6 +// TypeScript Version: 2.8 import { Component, ReactNode, ReactElement, ComponentClass } from "react"; import { StyleProp, ViewProps, ViewStyle, TextStyle } from "react-native"; diff --git a/types/react-router-param-link/index.d.ts b/types/react-router-param-link/index.d.ts index 1b168839f5..5cbec4a27d 100644 --- a/types/react-router-param-link/index.d.ts +++ b/types/react-router-param-link/index.d.ts @@ -2,7 +2,7 @@ // Project: https://github.com/mtsg/react-router-param-link // Definitions by: Motosugi Murata // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -// TypeScript Version: 2.6 +// TypeScript Version: 2.8 import * as React from "react"; import { LinkProps } from "react-router-dom"; diff --git a/types/rrc/index.d.ts b/types/rrc/index.d.ts index 3bb04b4ec8..5c5ca85eca 100644 --- a/types/rrc/index.d.ts +++ b/types/rrc/index.d.ts @@ -2,7 +2,7 @@ // Project: https://github.com/pshrmn/rrc#readme // Definitions by: Deividas Bakanas // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -// TypeScript Version: 2.6 +// TypeScript Version: 2.8 import * as React from "react"; import * as H from "history";