upgraded all AngularJS packages to 1.6.2
This commit is contained in:
parent
5f336cd670
commit
5be9e40ff3
2 changed files with 24 additions and 24 deletions
14
package.json
14
package.json
|
@ -15,11 +15,11 @@
|
|||
},
|
||||
"homepage": "https://github.com/coreos-inc/quay#readme",
|
||||
"dependencies": {
|
||||
"angular": "1.5.3",
|
||||
"angular-animate": "^1.5.3",
|
||||
"angular-cookies": "^1.5.3",
|
||||
"angular-route": "^1.5.3",
|
||||
"angular-sanitize": "^1.5.3",
|
||||
"angular": "1.6.2",
|
||||
"angular-animate": "1.6.2",
|
||||
"angular-cookies": "1.6.2",
|
||||
"angular-route": "1.6.2",
|
||||
"angular-sanitize": "1.6.2",
|
||||
"bootbox": "^4.1.0",
|
||||
"bootstrap": "^3.3.2",
|
||||
"bootstrap-datepicker": "^1.6.4",
|
||||
|
@ -34,7 +34,7 @@
|
|||
"underscore": "^1.5.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/angular": "1.5.16",
|
||||
"@types/angular": "1.6.2",
|
||||
"@types/angular-mocks": "^1.5.8",
|
||||
"@types/angular-route": "^1.3.3",
|
||||
"@types/es6-shim": "^0.31.32",
|
||||
|
@ -42,7 +42,7 @@
|
|||
"@types/jquery": "^2.0.40",
|
||||
"@types/react": "0.14.39",
|
||||
"@types/react-dom": "0.14.17",
|
||||
"angular-mocks": "^1.5.3",
|
||||
"angular-mocks": "1.6.2",
|
||||
"angular-ts-decorators": "0.0.19",
|
||||
"css-loader": "0.25.0",
|
||||
"jasmine-core": "^2.5.2",
|
||||
|
|
Reference in a new issue