Remove no longer used angular-if-state

Change-type: patch
This commit is contained in:
Alexis Svinartchouk 2020-01-02 18:13:04 +01:00 committed by Lorenzo Alberto Maria Ambrosi
parent 65293ea5e4
commit b71824c5e8
3 changed files with 1 additions and 22 deletions

View File

@ -82,7 +82,6 @@ const flashingWorkflowUuid = store.getState().toJS().flashingWorkflowUuid
const app = angular.module('Etcher', [
require('angular-ui-router'),
require('angular-ui-bootstrap'),
require('angular-if-state'),
// Components
require('./components/svg-icon'),

21
npm-shrinkwrap.json generated
View File

@ -1602,25 +1602,6 @@
"resolved": "https://registry.npmjs.org/angular/-/angular-1.7.6.tgz",
"integrity": "sha512-QELpvuMIe1FTGniAkRz93O6A+di0yu88niDwcdzrSqtUHNtZMgtgFS4f7W/6Gugbuwej8Kyswlmymwdp8iPCWg=="
},
"angular-if-state": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/angular-if-state/-/angular-if-state-1.0.1.tgz",
"integrity": "sha1-1hfphBf9rIP8GWMSvQRypxEdQSw=",
"requires": {
"angular": "^1.5.6",
"angular-ui-router": "^0.3.1"
},
"dependencies": {
"angular-ui-router": {
"version": "0.3.2",
"resolved": "https://registry.npmjs.org/angular-ui-router/-/angular-ui-router-0.3.2.tgz",
"integrity": "sha1-wn4EljCcmSGNVlWYWxZKCWq1IKk=",
"requires": {
"angular": "^1.0.8"
}
}
}
},
"angular-mocks": {
"version": "1.7.6",
"resolved": "https://registry.npmjs.org/angular-mocks/-/angular-mocks-1.7.6.tgz",
@ -15672,4 +15653,4 @@
}
}
}
}
}

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-if-state": "^1.0.0",
"angular-ui-bootstrap": "^2.5.0",
"angular-ui-router": "^0.4.2",
"bindings": "^1.3.0",