[react-redux] bumped TS versions of packages dependent on react-redux

This commit is contained in:
Boris Sergeyev 2018-11-22 22:16:23 +01:00
parent 756349c67c
commit 35d989dce0
11 changed files with 11 additions and 11 deletions

View File

@ -2,7 +2,7 @@
// Project: https://github.com/mirrorjs/mirror
// Definitions by: Aaronphy <https://github.com/aaronphy>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.8
// TypeScript Version: 3.0
import * as H from 'history';

View File

@ -2,7 +2,7 @@
// Project: https://github.com/bmealhouse/next-redux-saga
// Definitions by: Leo Cavalcante <https://github.com/leocavalcante>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.8
// TypeScript Version: 3.0
import { ComponentType } from "react";

View File

@ -3,7 +3,7 @@
// Definitions by: Steve <https://github.com/stevegeek>
// Jungwoo-An <https://github.com/Jungwoo-An>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.8
// TypeScript Version: 3.0
/// <reference types="node" />

View File

@ -2,7 +2,7 @@
// Project: https://github.com/ratson/react-intl-redux
// Definitions by: Karol Janyst <https://github.com/LKay>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.8
// TypeScript Version: 3.0
import { Action, AnyAction } from "redux"
import { Provider as ReduxProvider } from "react-redux"

View File

@ -2,7 +2,7 @@
// Project: https://github.com/JamieDixon/react-lifecycle-component
// Definitions by: Alexander Fisher <https://github.com/pixelshaded>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.8
// TypeScript Version: 3.0
import { ComponentLifecycle, Component, ComponentClass } from 'react';
import { Connect } from 'react-redux';

View File

@ -4,7 +4,7 @@
// Artyom Stukans <https://github.com/artyomsv>
// Mika Kuitunen <https://github.com/kulmajaba>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.8
// TypeScript Version: 3.0
import { Component } from 'react';
import { Action, Reducer } from 'redux';

View File

@ -4,7 +4,7 @@
// Shoya Tanaka <https://github.com/8398a7>
// Mykolas <https://github.com/mykolas>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.8
// TypeScript Version: 3.0
import {
Store,

View File

@ -2,7 +2,7 @@
// Project: https://github.com/mjrussell/redux-auth-wrapper
// Definitions by: Karol Janyst <https://github.com/LKay>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.8
// TypeScript Version: 3.0
import { ComponentClass, StatelessComponent, ComponentType, ReactType } from "react";

View File

@ -2,7 +2,7 @@
// Project: https://github.com/gaearon/redux-devtools
// Definitions by: Petryshyn Sergii <https://github.com/mc-petry>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.8
// TypeScript Version: 3.0
import * as React from 'react';
import { GenericStoreEnhancer } from 'redux';

View File

@ -12,7 +12,7 @@
// Maddi Joyce <https://github.com/maddijoyce>
// Kamil Wojcik <https://github.com/smifun>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.9
// TypeScript Version: 3.0
import {
ComponentClass,
StatelessComponent,

View File

@ -2,7 +2,7 @@
// Project: https://github.com/erikras/redux-form
// Definitions by: Carson Full <https://github.com/carsonf>, Daniel Lytkin <https://github.com/aikoven>, Karol Janyst <https://github.com/LKay>, Luka Zakrajsek <https://github.com/bancek>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.8
// TypeScript Version: 3.0
import {
ComponentClass,