From ca96117746b992606bb866c06886c8c75f17aea5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 16 Jan 2019 21:29:11 +0000 Subject: [PATCH] Update bootstrap requirement from ^3.3.6 to ^4.2.1 Updates the requirements on [bootstrap](https://github.com/twbs/bootstrap) to permit the latest version. - [Release notes](https://github.com/twbs/bootstrap/releases) - [Commits](https://github.com/twbs/bootstrap/commits/v4.2.1) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fced206b..a82e3aca 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "@types/react-dom": "^16.0.2", "async": "^0.9.0", "bluebird": "~3.5.3", - "bootstrap": "^3.3.6", + "bootstrap": "^4.2.1", "core-js": "^2.5.1", "expect.js": "~0.3.1", "jquery": "^3.3.1",