update third party dependencies
This commit is contained in:
parent
4bb0a9b972
commit
1588af21b7
|
@ -40,7 +40,7 @@
|
||||||
"angular-messages": "1.6.5",
|
"angular-messages": "1.6.5",
|
||||||
"angular-cookies": "1.6.5",
|
"angular-cookies": "1.6.5",
|
||||||
"angular-animate": "1.6.5",
|
"angular-animate": "1.6.5",
|
||||||
"angular-translate": "^2.15.2",
|
"angular-translate": "^2.17.0",
|
||||||
"angular-moment": "1.0.1",
|
"angular-moment": "1.0.1",
|
||||||
"angular-websocket": "^2.0.0",
|
"angular-websocket": "^2.0.0",
|
||||||
"angular-utf8-base64": "^0.0.5",
|
"angular-utf8-base64": "^0.0.5",
|
||||||
|
@ -49,7 +49,7 @@
|
||||||
"angular-ui-notification": "^0.3.6",
|
"angular-ui-notification": "^0.3.6",
|
||||||
"angular-bittorrent-peerid": "^1.2.0",
|
"angular-bittorrent-peerid": "^1.2.0",
|
||||||
"angular-busy": "^4.1.4",
|
"angular-busy": "^4.1.4",
|
||||||
"angular-promise-buttons": "^0.1.21",
|
"angular-promise-buttons": "^0.1.23",
|
||||||
"angular-dragula": "^1.2.8",
|
"angular-dragula": "^1.2.8",
|
||||||
"angular-clipboard": "^1.6.2",
|
"angular-clipboard": "^1.6.2",
|
||||||
"ngSweetAlert": "^1.1.2"
|
"ngSweetAlert": "^1.1.2"
|
||||||
|
|
34
package.json
34
package.json
|
@ -1,32 +1,32 @@
|
||||||
{
|
{
|
||||||
"private": true,
|
"private": true,
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=4"
|
"node": ">=6"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"browser-sync": "^2.18.8",
|
"browser-sync": "^2.23.6",
|
||||||
"del": "^2.2.2",
|
"del": "^3.0.0",
|
||||||
"eslint-config-angular": "^0.5.0",
|
"eslint-config-angular": "^0.5.0",
|
||||||
"eslint-plugin-angular": "^1.6.4",
|
"eslint-plugin-angular": "^3.3.0",
|
||||||
"gulp": "^3.9.1",
|
"gulp": "^3.9.1",
|
||||||
"gulp-angular-templatecache": "^2.0.0",
|
"gulp-angular-templatecache": "^2.2.0",
|
||||||
"gulp-autoprefixer": "^3.1.1",
|
"gulp-autoprefixer": "^5.0.0",
|
||||||
"gulp-cssnano": "^2.1.2",
|
"gulp-cssnano": "^2.1.3",
|
||||||
"gulp-eslint": "^3.0.1",
|
"gulp-eslint": "^4.0.2",
|
||||||
"gulp-htmlmin": "^3.0.0",
|
"gulp-htmlmin": "^4.0.0",
|
||||||
"gulp-if": "^2.0.2",
|
"gulp-if": "^2.0.2",
|
||||||
"gulp-inject-version": "^1.0.1",
|
"gulp-inject-version": "^1.0.1",
|
||||||
"gulp-load-plugins": "^1.5.0",
|
"gulp-load-plugins": "^1.5.0",
|
||||||
"gulp-manifest": "^0.1.1",
|
"gulp-manifest": "^0.1.1",
|
||||||
"gulp-plumber": "^1.1.0",
|
"gulp-plumber": "^1.2.0",
|
||||||
"gulp-replace": "^0.5.4",
|
"gulp-replace": "^0.6.1",
|
||||||
"gulp-rev": "^7.1.0",
|
"gulp-rev": "^8.1.1",
|
||||||
"gulp-rev-replace": "^0.4.3",
|
"gulp-rev-replace": "^0.4.4",
|
||||||
"gulp-sequence": "^0.4.6",
|
"gulp-sequence": "^1.0.0",
|
||||||
"gulp-size": "^2.1.0",
|
"gulp-size": "^3.0.0",
|
||||||
"gulp-sourcemaps": "^1.11.1",
|
"gulp-sourcemaps": "^2.6.4",
|
||||||
"gulp-uglify": "^2.1.2",
|
"gulp-uglify": "^2.1.2",
|
||||||
"gulp-useref": "^3.1.0"
|
"gulp-useref": "^3.1.5"
|
||||||
},
|
},
|
||||||
"name": "ariang",
|
"name": "ariang",
|
||||||
"description": "AriaNg, a modern web frontend making aria2 easier to use.",
|
"description": "AriaNg, a modern web frontend making aria2 easier to use.",
|
||||||
|
|
Reference in a new issue