mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-12-28 18:41:34 +08:00
Update devDependencies
This commit is contained in:
parent
cc3b742221
commit
6b99a48898
3 changed files with 116 additions and 429 deletions
|
@ -193,6 +193,7 @@ cfg.paths.js = {
|
|||
name: 'libs.js',
|
||||
src: [
|
||||
'node_modules/jquery/dist/jquery.min.js',
|
||||
'node_modules/jquery-migrate/dist/jquery-migrate.min.js',
|
||||
'node_modules/jquery-mousewheel/jquery.mousewheel.js',
|
||||
'node_modules/jquery-scrollstop/jquery.scrollstop.js',
|
||||
'node_modules/jquery-backstretch/jquery.backstretch.min.js',
|
||||
|
|
17
package.json
17
package.json
|
@ -51,7 +51,7 @@
|
|||
"devDependencies": {
|
||||
"autolinker": "1.6.2",
|
||||
"babel-core": "6.26.3",
|
||||
"babel-eslint": "8.2.5",
|
||||
"babel-eslint": "8.2.6",
|
||||
"babel-loader": "7.1.5",
|
||||
"babel-plugin-transform-decorators-legacy": "1.3.5",
|
||||
"babel-plugin-transform-runtime": "6.23.0",
|
||||
|
@ -64,7 +64,7 @@
|
|||
"emailjs-addressparser": "2.0.2",
|
||||
"es6-object-assign": "1.1.0",
|
||||
"es6-promise-polyfill": "1.2.0",
|
||||
"eslint": "5.1.0",
|
||||
"eslint": "5.2.0",
|
||||
"gulp": "3.9.1",
|
||||
"gulp-autoprefixer": "5.0.0",
|
||||
"gulp-cached": "1.1.1",
|
||||
|
@ -73,15 +73,15 @@
|
|||
"gulp-concat-util": "0.5.5",
|
||||
"gulp-eol": "0.2.0",
|
||||
"gulp-eslint": "5.0.0",
|
||||
"gulp-expect-file": "0.0.7",
|
||||
"gulp-expect-file": "1.0.0",
|
||||
"gulp-filter": "5.1.0",
|
||||
"gulp-header": "2.0.5",
|
||||
"gulp-if": "2.0.2",
|
||||
"gulp-less": "4.0.0",
|
||||
"gulp-less": "4.0.1",
|
||||
"gulp-livereload": "3.8.1",
|
||||
"gulp-notify": "3.2.0",
|
||||
"gulp-plumber": "1.2.0",
|
||||
"gulp-rename": "1.3.0",
|
||||
"gulp-rename": "1.4.0",
|
||||
"gulp-replace": "1.0.0",
|
||||
"gulp-rimraf": "0.2.2",
|
||||
"gulp-size": "3.0.0",
|
||||
|
@ -92,8 +92,9 @@
|
|||
"gulp-zip": "4.1.0",
|
||||
"ifvisible.js": "1.0.6",
|
||||
"intersection-observer": "0.5.0",
|
||||
"jquery": "2.2.4",
|
||||
"jquery": "3.3.1",
|
||||
"jquery-backstretch": "2.1.16",
|
||||
"jquery-migrate": "^3.0.1",
|
||||
"jquery-mousewheel": "3.1.13",
|
||||
"jquery-scrollstop": "1.2.0",
|
||||
"js-cookie": "2.2.0",
|
||||
|
@ -102,7 +103,7 @@
|
|||
"knockout": "3.4.2",
|
||||
"knockout-sortable": "1.1.0",
|
||||
"knockout-transformations": "2.1.0",
|
||||
"lozad": "1.4.0",
|
||||
"lozad": "1.5.0",
|
||||
"matchmedia-polyfill": "0.3.1",
|
||||
"moment": "2.22.2",
|
||||
"node-fs": "0.1.7",
|
||||
|
@ -117,7 +118,7 @@
|
|||
"simplestatemanager": "4.1.1",
|
||||
"style-loader": "0.21.0",
|
||||
"underscore": "1.9.1",
|
||||
"webpack": "4.15.1",
|
||||
"webpack": "4.16.2",
|
||||
"webpack-notifier": "1.6.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue