Remove no longer used angular-ui-bootstrap

Change-type: patch
This commit is contained in:
Alexis Svinartchouk 2020-01-02 19:33:49 +01:00 committed by Lorenzo Alberto Maria Ambrosi
parent 54fda697ce
commit c27be733a9
3 changed files with 0 additions and 7 deletions

View File

@ -81,7 +81,6 @@ const flashingWorkflowUuid = store.getState().toJS().flashingWorkflowUuid
const app = angular.module('Etcher', [
require('angular-ui-router'),
require('angular-ui-bootstrap'),
// Components
require('./components/safe-webview'),

5
npm-shrinkwrap.json generated
View File

@ -1608,11 +1608,6 @@
"integrity": "sha512-t3eQmuAZczdOVdOQj7muCBwH+MBNwd+/FaAsV1SNp+597EQVWABQwxI6KXE0k0ZlyJ5JbtkNIKU8kGAj1znxhw==",
"dev": true
},
"angular-ui-bootstrap": {
"version": "2.5.6",
"resolved": "https://registry.npmjs.org/angular-ui-bootstrap/-/angular-ui-bootstrap-2.5.6.tgz",
"integrity": "sha512-yzcHpPMLQl0232nDzm5P4iAFTFQ9dMw0QgFLuKYbDj9M0xJ62z0oudYD/Lvh1pWfRsukiytP4Xj6BHOSrSXP8A=="
},
"angular-ui-router": {
"version": "0.4.3",
"resolved": "https://registry.npmjs.org/angular-ui-router/-/angular-ui-router-0.4.3.tgz",

View File

@ -57,7 +57,6 @@
"@fortawesome/free-solid-svg-icons": "^5.11.2",
"@fortawesome/react-fontawesome": "^0.1.7",
"angular": "1.7.6",
"angular-ui-bootstrap": "^2.5.0",
"angular-ui-router": "^0.4.2",
"bindings": "^1.3.0",
"bluebird": "^3.5.3",