mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-04 06:57:03 +03:00
Update dependencies
This commit is contained in:
parent
80ad4fdbcc
commit
13065dd926
7 changed files with 709 additions and 418 deletions
33
package.json
33
package.json
|
|
@ -52,22 +52,23 @@
|
|||
"firefox esr"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.2.2",
|
||||
"@babel/plugin-proposal-class-properties": "7.3.0",
|
||||
"@babel/plugin-proposal-decorators": "7.3.0",
|
||||
"@babel/plugin-transform-runtime": "7.2.0",
|
||||
"@babel/preset-env": "7.3.1",
|
||||
"@babel/runtime-corejs2": "7.3.1",
|
||||
"autolinker": "1.7.1",
|
||||
"@babel/core": "7.4.0",
|
||||
"@babel/plugin-proposal-class-properties": "7.4.0",
|
||||
"@babel/plugin-proposal-decorators": "7.4.0",
|
||||
"@babel/plugin-transform-runtime": "7.4.0",
|
||||
"@babel/preset-env": "7.4.2",
|
||||
"@babel/runtime-corejs2": "7.4.2",
|
||||
"autolinker": "3.0.5",
|
||||
"babel-eslint": "10.0.1",
|
||||
"babel-loader": "8.0.5",
|
||||
"classnames": "2.2.6",
|
||||
"copy-webpack-plugin": "4.6.0",
|
||||
"copy-webpack-plugin": "5.0.2",
|
||||
"css-loader": "2.1.1",
|
||||
"element-dataset": "2.2.6",
|
||||
"emailjs-addressparser": "2.0.2",
|
||||
"es6-object-assign": "1.1.0",
|
||||
"es6-promise-polyfill": "1.2.0",
|
||||
"eslint": "5.12.1",
|
||||
"eslint": "5.15.3",
|
||||
"gulp": "3.9.1",
|
||||
"gulp-autoprefixer": "6.0.0",
|
||||
"gulp-cached": "1.1.1",
|
||||
|
|
@ -90,7 +91,7 @@
|
|||
"gulp-size": "3.0.0",
|
||||
"gulp-stripbom": "1.0.4",
|
||||
"gulp-through": "0.4.0",
|
||||
"gulp-uglify": "3.0.1",
|
||||
"gulp-uglify": "3.0.2",
|
||||
"gulp-util": "3.0.8",
|
||||
"gulp-zip": "4.2.0",
|
||||
"ifvisible.js": "1.0.6",
|
||||
|
|
@ -104,25 +105,25 @@
|
|||
"json-loader": "0.5.7",
|
||||
"json3": "3.3.2",
|
||||
"knockout": "3.4.2",
|
||||
"knockout-sortable": "1.1.0",
|
||||
"knockout-sortable": "1.1.1",
|
||||
"knockout-transformations": "2.1.0",
|
||||
"lozad": "1.8.0",
|
||||
"lozad": "1.9.0",
|
||||
"matchmedia-polyfill": "0.3.1",
|
||||
"moment": "2.24.0",
|
||||
"node-fs": "0.1.7",
|
||||
"node-notifier": "5.3.0",
|
||||
"node-notifier": "5.4.0",
|
||||
"normalize.css": "8.0.1",
|
||||
"openpgp": "2.6.2",
|
||||
"opentip": "2.4.3",
|
||||
"pikaday": "1.8.0",
|
||||
"raw-loader": "1.0.0",
|
||||
"raw-loader": "2.0.0",
|
||||
"rimraf": "2.6.3",
|
||||
"run-sequence": "2.2.1",
|
||||
"simplestatemanager": "4.1.1",
|
||||
"style-loader": "0.23.1",
|
||||
"underscore": "1.9.1",
|
||||
"webpack": "4.29.0",
|
||||
"webpack-cli": "3.2.1",
|
||||
"webpack": "4.29.6",
|
||||
"webpack-cli": "3.3.0",
|
||||
"webpack-notifier": "1.7.0"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue