update third party dependencies

master
MaysWind 2021-02-13 22:33:10 +08:00
parent 2e9f93557d
commit 3d13eb13d8
4 changed files with 1060 additions and 2027 deletions

View File

@ -2,7 +2,7 @@ version: 2
defaults: &defaults
docker:
- image: circleci/node:6.14-browsers
- image: circleci/node:10.23-browsers
working_directory: ~/AriaNg
jobs:

View File

@ -48,7 +48,7 @@ gulp.task('process-langs', ['prepare-langs'], function () {
gulp.task('prepare-styles', function () {
return gulp.src([
'src/styles/**/*.css'
]).pipe($.autoprefixer({browsers: ['> 1%', 'last 2 versions', 'Firefox ESR']}))
]).pipe($.autoprefixer())
.pipe(gulp.dest('.tmp/styles'))
.pipe(reload({stream: true}));
});

3015
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -4,54 +4,54 @@
"node": ">=6"
},
"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",
"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-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-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-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-cookies": "1.6.10",
"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": {
"browser-sync": "^2.26.3",
"del": "^4.1.0",
"browser-sync": "^2.26.14",
"del": "^4.1.1",
"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.6",
"gulp-autoprefixer": "^6.0.0",
"gulp-angular-templatecache": "^2.2.7",
"gulp-autoprefixer": "^6.1.0",
"gulp-cssnano": "^2.1.3",
"gulp-eslint": "^4.0.2",
"gulp-htmlmin": "^5.0.1",
"gulp-if": "^2.0.2",
"gulp-inject-version": "^1.0.1",
"gulp-load-plugins": "^1.5.0",
"gulp-load-plugins": "^1.6.0",
"gulp-manifest": "^0.1.1",
"gulp-plumber": "^1.2.1",
"gulp-replace": "^1.0.0",
@ -63,7 +63,8 @@
"gulp-uglify": "^3.0.2",
"gulp-useref": "^3.1.6",
"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"
},
"name": "ariang",
@ -73,6 +74,11 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 0"
},
"browsers": [
"> 1%",
"last 2 versions",
"Firefox ESR"
],
"repository": {
"type": "git",
"url": "git+https://github.com/mayswind/AriaNg.git"