mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 20:49:20 +03:00
1.10.4.183
--- Fixes: New login form style display problem since version 1.10.4 (#1196) Collapse the TO: field in message view (#1199) Paste with HTML tags fails (#1193)
This commit is contained in:
parent
224362299a
commit
0bbb2f14a4
21 changed files with 1947 additions and 140 deletions
16
package.json
16
package.json
|
|
@ -4,8 +4,8 @@
|
|||
"description": "Simple, modern & fast web-based email client",
|
||||
"private": true,
|
||||
"version": "1.10.4",
|
||||
"release": "181",
|
||||
"ownCloudPackageVersion": "4.25",
|
||||
"release": "183",
|
||||
"ownCloudPackageVersion": "4.26",
|
||||
"homepage": "http://rainloop.net",
|
||||
"main": "gulpfile.js",
|
||||
"author": {
|
||||
|
|
@ -50,14 +50,14 @@
|
|||
"devDependencies": {
|
||||
"Progress.js": "github:usablica/progress.js",
|
||||
"autolinker": "^1.1.0",
|
||||
"babel-core": "6.14.0",
|
||||
"babel-eslint": "^6.1.2",
|
||||
"babel-core": "^6.16.0",
|
||||
"babel-eslint": "^7.0.0",
|
||||
"babel-loader": "^6.2.5",
|
||||
"babel-plugin-transform-decorators-legacy": "^1.3.4",
|
||||
"babel-plugin-transform-runtime": "^6.15.0",
|
||||
"babel-preset-es2015": "6.14.0",
|
||||
"babel-preset-es2016": "^6.11.3",
|
||||
"babel-preset-stage-0": "^6.5.0",
|
||||
"babel-preset-es2015": "^6.16.0",
|
||||
"babel-preset-es2016": "^6.16.0",
|
||||
"babel-preset-stage-0": "^6.16.0",
|
||||
"babel-runtime": "^6.1.18",
|
||||
"classnames": "^2.2.5",
|
||||
"copy-webpack-plugin": "^3.0.1",
|
||||
|
|
@ -65,7 +65,7 @@
|
|||
"gulp": "^3.9.1",
|
||||
"gulp-autoprefixer": "^3.1.1",
|
||||
"gulp-cached": "^1.1.0",
|
||||
"gulp-clean-css": "^2.0.12",
|
||||
"gulp-clean-css": "^2.0.13",
|
||||
"gulp-concat-util": "^0.5.5",
|
||||
"gulp-eol": "^0.1.2",
|
||||
"gulp-eslint": "^3.0.1",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue