react-bootstrap: Set TS version to 2.8 (#27266)

* react-bootstrap: Set TS version to 2.8

* Remove unused dependency
This commit is contained in:
Andy
2018-07-13 12:58:52 -07:00
committed by Ryan Cavanaugh
parent 564b0ff631
commit b40bf4d545
3 changed files with 2 additions and 3 deletions

View File

@@ -1225,7 +1225,7 @@
"asOfVersion": "0.1.5"
},
{
"libraryName": "react-bootstrap",
"libraryName": "redux-bootstrap",
"typingsPackageName": "redux-bootstrap",
"sourceRepoURL": "https://github.com/remojansen/redux-bootstrap",
"asOfVersion": "1.1.0"

View File

@@ -1,5 +1,4 @@
import * as React from "react";
import { DropdownMenu } from "react-bootstrap";
import DatePicker = require("react-bootstrap-date-picker");
const Custom: React.StatelessComponent = () => {

View File

@@ -14,7 +14,7 @@
// Johann Rakotoharisoa <https://github.com/jrakotoharisoa>
// Andrew Makarov <https://github.com/r3nya>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.6
// TypeScript Version: 2.8
import * as React from 'react';