Update angularjs libraries version
This commit updates angularjs libraries version. This can be included in the other npm packages update patch, however, I took a deliberate way this time to avoid accident as possible. This version is the latest against AngularJS[1] but not Angular[2] because Angular is totally different from AngularJS. It's not so easy to upgrade to it. [1] https://www.angularjs.org/ [2] https://angular.io/ Change-Id: I0941d9a537681659b17150fc532668d6bc12fc05
This commit is contained in:
committed by
Masayuki Igawa
parent
7df8ba5b43
commit
f716b42b15
10
package.json
10
package.json
@@ -6,11 +6,11 @@
|
||||
"repository": "none",
|
||||
"license": "Apache 2.0",
|
||||
"devDependencies": {
|
||||
"angular": "1.6.2",
|
||||
"angular-fontawesome": "^0.4.0",
|
||||
"angular-mocks": "1.6.2",
|
||||
"angular-ui-bootstrap": "^1.2.3",
|
||||
"angular-ui-router": ">=0.2.16 <0.3.0",
|
||||
"angular": "1.7.5",
|
||||
"angular-fontawesome": "^1.0.0",
|
||||
"angular-mocks": "1.7.5",
|
||||
"angular-ui-bootstrap": "^2.5.0",
|
||||
"angular-ui-router": "^0.4.2",
|
||||
"angularjs-filters": "^0.0.2",
|
||||
"ansi-colors": "^1.1.0",
|
||||
"babelify": "^5.0.4",
|
||||
|
||||
Reference in New Issue
Block a user