update third party dependencies

This commit is contained in:
MaysWind 2018-05-10 00:31:39 +08:00
parent 4bb0a9b972
commit 1588af21b7
2 changed files with 19 additions and 19 deletions

View file

@ -40,7 +40,7 @@
"angular-messages": "1.6.5",
"angular-cookies": "1.6.5",
"angular-animate": "1.6.5",
"angular-translate": "^2.15.2",
"angular-translate": "^2.17.0",
"angular-moment": "1.0.1",
"angular-websocket": "^2.0.0",
"angular-utf8-base64": "^0.0.5",
@ -49,7 +49,7 @@
"angular-ui-notification": "^0.3.6",
"angular-bittorrent-peerid": "^1.2.0",
"angular-busy": "^4.1.4",
"angular-promise-buttons": "^0.1.21",
"angular-promise-buttons": "^0.1.23",
"angular-dragula": "^1.2.8",
"angular-clipboard": "^1.6.2",
"ngSweetAlert": "^1.1.2"

View file

@ -1,32 +1,32 @@
{
"private": true,
"engines": {
"node": ">=4"
"node": ">=6"
},
"devDependencies": {
"browser-sync": "^2.18.8",
"del": "^2.2.2",
"browser-sync": "^2.23.6",
"del": "^3.0.0",
"eslint-config-angular": "^0.5.0",
"eslint-plugin-angular": "^1.6.4",
"eslint-plugin-angular": "^3.3.0",
"gulp": "^3.9.1",
"gulp-angular-templatecache": "^2.0.0",
"gulp-autoprefixer": "^3.1.1",
"gulp-cssnano": "^2.1.2",
"gulp-eslint": "^3.0.1",
"gulp-htmlmin": "^3.0.0",
"gulp-angular-templatecache": "^2.2.0",
"gulp-autoprefixer": "^5.0.0",
"gulp-cssnano": "^2.1.3",
"gulp-eslint": "^4.0.2",
"gulp-htmlmin": "^4.0.0",
"gulp-if": "^2.0.2",
"gulp-inject-version": "^1.0.1",
"gulp-load-plugins": "^1.5.0",
"gulp-manifest": "^0.1.1",
"gulp-plumber": "^1.1.0",
"gulp-replace": "^0.5.4",
"gulp-rev": "^7.1.0",
"gulp-rev-replace": "^0.4.3",
"gulp-sequence": "^0.4.6",
"gulp-size": "^2.1.0",
"gulp-sourcemaps": "^1.11.1",
"gulp-plumber": "^1.2.0",
"gulp-replace": "^0.6.1",
"gulp-rev": "^8.1.1",
"gulp-rev-replace": "^0.4.4",
"gulp-sequence": "^1.0.0",
"gulp-size": "^3.0.0",
"gulp-sourcemaps": "^2.6.4",
"gulp-uglify": "^2.1.2",
"gulp-useref": "^3.1.0"
"gulp-useref": "^3.1.5"
},
"name": "ariang",
"description": "AriaNg, a modern web frontend making aria2 easier to use.",