update third party dependencies
This commit is contained in:
parent
2e9f93557d
commit
3d13eb13d8
|
@ -2,7 +2,7 @@ version: 2
|
||||||
|
|
||||||
defaults: &defaults
|
defaults: &defaults
|
||||||
docker:
|
docker:
|
||||||
- image: circleci/node:6.14-browsers
|
- image: circleci/node:10.23-browsers
|
||||||
working_directory: ~/AriaNg
|
working_directory: ~/AriaNg
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
|
@ -48,7 +48,7 @@ gulp.task('process-langs', ['prepare-langs'], function () {
|
||||||
gulp.task('prepare-styles', function () {
|
gulp.task('prepare-styles', function () {
|
||||||
return gulp.src([
|
return gulp.src([
|
||||||
'src/styles/**/*.css'
|
'src/styles/**/*.css'
|
||||||
]).pipe($.autoprefixer({browsers: ['> 1%', 'last 2 versions', 'Firefox ESR']}))
|
]).pipe($.autoprefixer())
|
||||||
.pipe(gulp.dest('.tmp/styles'))
|
.pipe(gulp.dest('.tmp/styles'))
|
||||||
.pipe(reload({stream: true}));
|
.pipe(reload({stream: true}));
|
||||||
});
|
});
|
||||||
|
|
2997
package-lock.json
generated
2997
package-lock.json
generated
File diff suppressed because it is too large
Load diff
68
package.json
68
package.json
|
@ -4,54 +4,54 @@
|
||||||
"node": ">=6"
|
"node": ">=6"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"jquery": "3.4.1",
|
|
||||||
"bootstrap": "3.4.1",
|
|
||||||
"moment": "2.24.0",
|
|
||||||
"moment-timezone": "0.5.28",
|
|
||||||
"echarts": "3.8.5",
|
|
||||||
"font-awesome": "^4.7.0",
|
|
||||||
"admin-lte": "2.4.18",
|
"admin-lte": "2.4.18",
|
||||||
"sweetalert": "^1.1.3",
|
|
||||||
"awesome-bootstrap-checkbox": "^0.3.7",
|
|
||||||
"jquery-slimscroll": "^1.3.8",
|
|
||||||
"bootstrap-contextmenu": "^1.0.0",
|
|
||||||
"natural-compare": "1.4.0",
|
|
||||||
"angular": "1.6.10",
|
"angular": "1.6.10",
|
||||||
"angular-route": "1.6.10",
|
|
||||||
"angular-sanitize": "1.6.10",
|
|
||||||
"angular-touch": "1.6.10",
|
|
||||||
"angular-messages": "1.6.10",
|
|
||||||
"angular-cookies": "1.6.10",
|
|
||||||
"angular-animate": "1.6.10",
|
"angular-animate": "1.6.10",
|
||||||
"angular-translate": "^2.18.2",
|
|
||||||
"angular-moment": "1.3.0",
|
|
||||||
"angular-websocket": "^2.0.1",
|
|
||||||
"angular-local-storage": "^0.7.1",
|
|
||||||
"angular-ui-notification": "^0.3.6",
|
|
||||||
"angular-bittorrent-peerid": "^1.3.2",
|
"angular-bittorrent-peerid": "^1.3.2",
|
||||||
"angular-busy": "^4.1.4",
|
"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.7.0",
|
"angular-clipboard": "^1.7.0",
|
||||||
|
"angular-cookies": "1.6.10",
|
||||||
"angular-input-dropdown": "git://github.com/mayswind/angular-input-dropdown.git#68670e39816698b3eb98c0e740a0efe77d5fbdd1",
|
"angular-input-dropdown": "git://github.com/mayswind/angular-input-dropdown.git#68670e39816698b3eb98c0e740a0efe77d5fbdd1",
|
||||||
"angularjs-dragula": "^2.0.0"
|
"angular-local-storage": "^0.7.1",
|
||||||
|
"angular-messages": "1.6.10",
|
||||||
|
"angular-moment": "1.3.0",
|
||||||
|
"angular-promise-buttons": "^0.1.23",
|
||||||
|
"angular-route": "1.6.10",
|
||||||
|
"angular-sanitize": "1.6.10",
|
||||||
|
"angular-sweetalert": "^1.1.2",
|
||||||
|
"angular-touch": "1.6.10",
|
||||||
|
"angular-translate": "^2.18.4",
|
||||||
|
"angular-ui-notification": "^0.3.6",
|
||||||
|
"angular-utf8-base64": "^0.0.5",
|
||||||
|
"angular-websocket": "^2.0.1",
|
||||||
|
"angularjs-dragula": "^2.0.0",
|
||||||
|
"awesome-bootstrap-checkbox": "^0.3.7",
|
||||||
|
"bootstrap": "3.4.1",
|
||||||
|
"bootstrap-contextmenu": "^1.0.0",
|
||||||
|
"echarts": "3.8.5",
|
||||||
|
"font-awesome": "^4.7.0",
|
||||||
|
"jquery": "3.4.1",
|
||||||
|
"jquery-slimscroll": "^1.3.8",
|
||||||
|
"moment": "2.24.0",
|
||||||
|
"moment-timezone": "0.5.28",
|
||||||
|
"natural-compare": "1.4.0",
|
||||||
|
"sweetalert": "^1.1.3"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"browser-sync": "^2.26.3",
|
"browser-sync": "^2.26.14",
|
||||||
"del": "^4.1.0",
|
"del": "^4.1.1",
|
||||||
"eslint-config-angular": "^0.5.0",
|
"eslint-config-angular": "^0.5.0",
|
||||||
"eslint-plugin-angular": "^3.3.0",
|
"eslint-plugin-angular": "^3.3.0",
|
||||||
"git-rev-sync": "^1.12.0",
|
"git-rev-sync": "^1.12.0",
|
||||||
"gulp": "^3.9.1",
|
"gulp": "^3.9.1",
|
||||||
"gulp-angular-templatecache": "^2.2.6",
|
"gulp-angular-templatecache": "^2.2.7",
|
||||||
"gulp-autoprefixer": "^6.0.0",
|
"gulp-autoprefixer": "^6.1.0",
|
||||||
"gulp-cssnano": "^2.1.3",
|
"gulp-cssnano": "^2.1.3",
|
||||||
"gulp-eslint": "^4.0.2",
|
"gulp-eslint": "^4.0.2",
|
||||||
"gulp-htmlmin": "^5.0.1",
|
"gulp-htmlmin": "^5.0.1",
|
||||||
"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.6.0",
|
||||||
"gulp-manifest": "^0.1.1",
|
"gulp-manifest": "^0.1.1",
|
||||||
"gulp-plumber": "^1.2.1",
|
"gulp-plumber": "^1.2.1",
|
||||||
"gulp-replace": "^1.0.0",
|
"gulp-replace": "^1.0.0",
|
||||||
|
@ -63,7 +63,8 @@
|
||||||
"gulp-uglify": "^3.0.2",
|
"gulp-uglify": "^3.0.2",
|
||||||
"gulp-useref": "^3.1.6",
|
"gulp-useref": "^3.1.6",
|
||||||
"gulp-util": "^3.0.8",
|
"gulp-util": "^3.0.8",
|
||||||
"nice-try": "^2.0.0",
|
"natives": "^1.1.6",
|
||||||
|
"nice-try": "^2.1.0",
|
||||||
"uglify-save-license": "^0.4.1"
|
"uglify-save-license": "^0.4.1"
|
||||||
},
|
},
|
||||||
"name": "ariang",
|
"name": "ariang",
|
||||||
|
@ -73,6 +74,11 @@
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 0"
|
"test": "echo \"Error: no test specified\" && exit 0"
|
||||||
},
|
},
|
||||||
|
"browsers": [
|
||||||
|
"> 1%",
|
||||||
|
"last 2 versions",
|
||||||
|
"Firefox ESR"
|
||||||
|
],
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/mayswind/AriaNg.git"
|
"url": "git+https://github.com/mayswind/AriaNg.git"
|
||||||
|
|
Reference in a new issue