diff --git a/notNeededPackages.json b/notNeededPackages.json index 6b80437697..b3ac153770 100644 --- a/notNeededPackages.json +++ b/notNeededPackages.json @@ -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" diff --git a/types/react-bootstrap-date-picker/react-bootstrap-date-picker-tests.tsx b/types/react-bootstrap-date-picker/react-bootstrap-date-picker-tests.tsx index 23b6c75d63..a5134c3cc2 100644 --- a/types/react-bootstrap-date-picker/react-bootstrap-date-picker-tests.tsx +++ b/types/react-bootstrap-date-picker/react-bootstrap-date-picker-tests.tsx @@ -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 = () => { diff --git a/types/react-bootstrap/index.d.ts b/types/react-bootstrap/index.d.ts index d015ce6402..2427c5cbc6 100644 --- a/types/react-bootstrap/index.d.ts +++ b/types/react-bootstrap/index.d.ts @@ -14,7 +14,7 @@ // Johann Rakotoharisoa // Andrew Makarov // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -// TypeScript Version: 2.6 +// TypeScript Version: 2.8 import * as React from 'react';