Update dependencies
This commit is contained in:
parent
5e00131db4
commit
9ec6477ef5
35
package.json
35
package.json
|
|
@ -20,40 +20,41 @@
|
|||
"dev": "gulp watch"
|
||||
},
|
||||
"dependencies": {
|
||||
"admin-lte": "^2.3.11",
|
||||
"admin-lte": "^2.4.2",
|
||||
"bootstrap": "^3.3.7",
|
||||
"bootstrap-fileinput": "^4.4.2",
|
||||
"es6-promise": "^4.1.1",
|
||||
"bootstrap-fileinput": "^4.4.7",
|
||||
"datatables.net-bs": "^1.10.16",
|
||||
"es6-promise": "^4.2.4",
|
||||
"font-awesome": "^4.7.0",
|
||||
"highlight.js": "^9.12.0",
|
||||
"icheck": "^1.0.2",
|
||||
"jqPaginator": "^1.2.0",
|
||||
"jquery": "^3.2.1",
|
||||
"regenerator": "^0.12.2",
|
||||
"sweetalert2": "^6.6.5",
|
||||
"toastr": "^2.1.2"
|
||||
"jquery": "^3.3.1",
|
||||
"regenerator": "^0.12.3",
|
||||
"sweetalert2": "^6.11.5",
|
||||
"toastr": "^2.1.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-plugin-transform-inline-environment-variables": "^0.2.0",
|
||||
"babel-plugin-transform-remove-console": "^6.8.5",
|
||||
"babel-plugin-transform-remove-console": "^6.9.0",
|
||||
"babel-preset-env": "^1.6.1",
|
||||
"codecov": "^3.0.0",
|
||||
"del": "^3.0.0",
|
||||
"gulp": "^3.9.1",
|
||||
"gulp-babel": "^6.1.2",
|
||||
"gulp-babel": "^6.1.3",
|
||||
"gulp-batch-replace": "^0.0.0",
|
||||
"gulp-clean-css": "^3.6.0",
|
||||
"gulp-clean-css": "^3.9.2",
|
||||
"gulp-concat": "^2.6.1",
|
||||
"gulp-eslint": "^4.0.0",
|
||||
"gulp-notify": "^3.0.0",
|
||||
"gulp-eslint": "^4.0.2",
|
||||
"gulp-notify": "^3.2.0",
|
||||
"gulp-sass": "^3.1.0",
|
||||
"gulp-sourcemaps": "^2.6.1",
|
||||
"gulp-sourcemaps": "^2.6.4",
|
||||
"gulp-uglify": "^3.0.0",
|
||||
"gulp-zip": "^4.0.0",
|
||||
"gulp-zip": "^4.1.0",
|
||||
"jest": "^20.0.4",
|
||||
"merge2": "^1.2.0",
|
||||
"node-sass": "^4.5.3",
|
||||
"run-sequence": "^2.0.0"
|
||||
"merge2": "^1.2.1",
|
||||
"node-sass": "^4.7.2",
|
||||
"run-sequence": "^2.2.1"
|
||||
},
|
||||
"jest": {
|
||||
"timers": "fake"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user