From b40bf4d54552f34af0180fd727cee9ab558db99d Mon Sep 17 00:00:00 2001 From: Andy Date: Fri, 13 Jul 2018 12:58:52 -0700 Subject: [PATCH] react-bootstrap: Set TS version to 2.8 (#27266) * react-bootstrap: Set TS version to 2.8 * Remove unused dependency --- notNeededPackages.json | 2 +- .../react-bootstrap-date-picker-tests.tsx | 1 - types/react-bootstrap/index.d.ts | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) 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';