update third party dependencies
This commit is contained in:
parent
096fb2388f
commit
6465050135
1520
package-lock.json
generated
1520
package-lock.json
generated
File diff suppressed because it is too large
Load diff
24
package.json
24
package.json
|
@ -5,12 +5,12 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"jquery": "3.3.1",
|
||||
"bootstrap": "3.3.7",
|
||||
"moment": "2.22.2",
|
||||
"moment-timezone": "0.5.17",
|
||||
"bootstrap": "3.4.1",
|
||||
"moment": "2.24.0",
|
||||
"moment-timezone": "0.5.23",
|
||||
"echarts": "3.8.5",
|
||||
"font-awesome": "^4.7.0",
|
||||
"admin-lte": "2.4.8",
|
||||
"admin-lte": "2.4.9",
|
||||
"sweetalert": "^1.1.3",
|
||||
"awesome-bootstrap-checkbox": "^0.3.7",
|
||||
"jquery-slimscroll": "^1.3.8",
|
||||
|
@ -24,27 +24,27 @@
|
|||
"angular-cookies": "1.6.10",
|
||||
"angular-animate": "1.6.10",
|
||||
"angular-translate": "^2.18.1",
|
||||
"angular-moment": "1.2.0",
|
||||
"angular-moment": "1.3.0",
|
||||
"angular-websocket": "^2.0.0",
|
||||
"angular-utf8-base64": "^0.0.5",
|
||||
"angular-local-storage": "^0.7.1",
|
||||
"angular-ui-notification": "^0.3.6",
|
||||
"angular-bittorrent-peerid": "^1.2.0",
|
||||
"angular-busy": "^4.1.4",
|
||||
"angular-promise-buttons": "^0.1.23",
|
||||
"angular-sweetalert": "^1.1.2",
|
||||
"angular-utf8-base64": "^0.0.5",
|
||||
"angular-clipboard": "^1.6.2",
|
||||
"angular-input-dropdown": "git://github.com/mayswind/angular-input-dropdown#68670e39816698b3eb98c0e740a0efe77d5fbdd1",
|
||||
"angular-input-dropdown": "git://github.com/mayswind/angular-input-dropdown.git#68670e39816698b3eb98c0e740a0efe77d5fbdd1",
|
||||
"angularjs-dragula": "^2.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"browser-sync": "^2.24.6",
|
||||
"browser-sync": "^2.26.3",
|
||||
"del": "^3.0.0",
|
||||
"eslint-config-angular": "^0.5.0",
|
||||
"eslint-plugin-angular": "^3.3.0",
|
||||
"git-rev-sync": "^1.12.0",
|
||||
"gulp": "^3.9.1",
|
||||
"gulp-angular-templatecache": "^2.2.1",
|
||||
"gulp-angular-templatecache": "^2.2.6",
|
||||
"gulp-autoprefixer": "^5.0.0",
|
||||
"gulp-cssnano": "^2.1.3",
|
||||
"gulp-eslint": "^4.0.2",
|
||||
|
@ -53,15 +53,15 @@
|
|||
"gulp-inject-version": "^1.0.1",
|
||||
"gulp-load-plugins": "^1.5.0",
|
||||
"gulp-manifest": "^0.1.1",
|
||||
"gulp-plumber": "^1.2.0",
|
||||
"gulp-plumber": "^1.2.1",
|
||||
"gulp-replace": "^1.0.0",
|
||||
"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-sourcemaps": "^2.6.5",
|
||||
"gulp-uglify": "^2.1.2",
|
||||
"gulp-useref": "^3.1.5"
|
||||
"gulp-useref": "^3.1.6"
|
||||
},
|
||||
"name": "ariang",
|
||||
"description": "AriaNg, a modern web frontend making aria2 easier to use.",
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
<link rel="icon" href="favicon.png">
|
||||
<!--[if IE]><link rel="shortcut icon" href="favicon.ico"><![endif]-->
|
||||
<link rel="apple-touch-icon" href="touchicon.png">
|
||||
<!-- build:css css/bootstrap-3.3.7.min.css -->
|
||||
<!-- build:css css/bootstrap-3.4.1.min.css -->
|
||||
<link rel="stylesheet" href="../node_modules/bootstrap/dist/css/bootstrap.min.css"/>
|
||||
<!-- endbuild -->
|
||||
<!-- build:css css/plugins.min.css -->
|
||||
|
@ -312,10 +312,10 @@
|
|||
<script src="../node_modules/angular-cookies/angular-cookies.min.js"></script>
|
||||
<script src="../node_modules/angular-animate/angular-animate.min.js"></script>
|
||||
<!-- endbuild -->
|
||||
<!-- build:js js/bootstrap-3.3.7.min.js -->
|
||||
<!-- build:js js/bootstrap-3.4.1.min.js -->
|
||||
<script src="../node_modules/bootstrap/dist/js/bootstrap.min.js"></script>
|
||||
<!-- endbuild -->
|
||||
<!-- build:js js/moment-with-locales-2.22.2.min.js -->
|
||||
<!-- build:js js/moment-with-locales-2.24.0.min.js -->
|
||||
<script src="../node_modules/moment/min/moment.min.js"></script>
|
||||
<script src="../node_modules/moment/locale/zh-cn.js"></script>
|
||||
<script src="../node_modules/moment/locale/zh-tw.js"></script>
|
||||
|
|
Reference in a new issue