diff --git a/package-lock.json b/package-lock.json index 93966b7..4a95ecb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -53,6 +53,9 @@ "react-test-renderer": "16.14.0", "reactifex": "1.1.1", "redux-mock-store": "1.5.4" + }, + "peerDependencies": { + "bootstrap": "4.6.1" } }, "node_modules/@babel/cli": { @@ -6041,19 +6044,13 @@ "dev": true }, "node_modules/bootstrap": { - "version": "4.6.2", - "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.6.2.tgz", - "integrity": "sha512-51Bbp/Uxr9aTuy6ca/8FbFloBUJZLHwnhTcnjIeRn2suQWsWzcuJhGjKDB5eppVte/8oCdOL3VuwxvZDUggwGQ==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/twbs" - }, - { - "type": "opencollective", - "url": "https://opencollective.com/bootstrap" - } - ], + "version": "4.6.1", + "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.6.1.tgz", + "integrity": "sha512-0dj+VgI9Ecom+rvvpNZ4MUZJz8dcX7WCX+eTID9+/8HgOkv3dsRzi8BGeZJCQU6flWQVYxwTQnEZFrmJSEO7og==", + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/bootstrap" + }, "peerDependencies": { "jquery": "1.9.1 - 3", "popper.js": "^1.16.1" @@ -27855,9 +27852,9 @@ "dev": true }, "bootstrap": { - "version": "4.6.2", - "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.6.2.tgz", - "integrity": "sha512-51Bbp/Uxr9aTuy6ca/8FbFloBUJZLHwnhTcnjIeRn2suQWsWzcuJhGjKDB5eppVte/8oCdOL3VuwxvZDUggwGQ==", + "version": "4.6.1", + "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.6.1.tgz", + "integrity": "sha512-0dj+VgI9Ecom+rvvpNZ4MUZJz8dcX7WCX+eTID9+/8HgOkv3dsRzi8BGeZJCQU6flWQVYxwTQnEZFrmJSEO7og==", "requires": {} }, "brace-expansion": { diff --git a/package.json b/package.json index f90acaa..fd28936 100644 --- a/package.json +++ b/package.json @@ -73,5 +73,9 @@ "react-test-renderer": "16.14.0", "reactifex": "1.1.1", "redux-mock-store": "1.5.4" + }, + "peerDependencies": { + "bootstrap": "4.6.1" } + }