mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 14:20:12 +00:00
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:
@@ -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"
|
||||
|
||||
@@ -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 = () => {
|
||||
|
||||
2
types/react-bootstrap/index.d.ts
vendored
2
types/react-bootstrap/index.d.ts
vendored
@@ -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';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user