mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-04 06:57:03 +03:00
v2.7.0
This commit is contained in:
parent
53ece73da0
commit
010794fccb
9 changed files with 719 additions and 550 deletions
20
package.json
20
package.json
|
|
@ -3,7 +3,7 @@
|
|||
"title": "SnappyMail",
|
||||
"description": "Simple, modern & fast web-based email client",
|
||||
"private": true,
|
||||
"version": "2.6.2",
|
||||
"version": "2.7.0",
|
||||
"homepage": "https://snappymail.eu",
|
||||
"author": {
|
||||
"name": "DJ Maze",
|
||||
|
|
@ -43,22 +43,22 @@
|
|||
"readmeFilename": "README.md",
|
||||
"devDependencies": {
|
||||
"babel-eslint": "10.1.0",
|
||||
"core-js": "^3.8.3",
|
||||
"eslint": "6.8.0",
|
||||
"core-js": "3.16.3",
|
||||
"eslint": "7.32.0",
|
||||
"gulp": "4.0.2",
|
||||
"gulp-cached": "1.1.1",
|
||||
"gulp-clean-css": "4.3.0",
|
||||
"gulp-eol": "0.2.0",
|
||||
"gulp-eslint": "6.0.0",
|
||||
"gulp-expect-file": "1.0.2",
|
||||
"gulp-filter": "6.0.0",
|
||||
"gulp-expect-file": "2.0.0",
|
||||
"gulp-filter": "7.0.0",
|
||||
"gulp-header": "2.0.9",
|
||||
"gulp-less": "4.0.1",
|
||||
"gulp-less": "5.0.0",
|
||||
"gulp-rename": "2.0.0",
|
||||
"gulp-replace": "1.0.0",
|
||||
"gulp-size": "3.0.0",
|
||||
"gulp-replace": "1.1.3",
|
||||
"gulp-size": "4.0.1",
|
||||
"gulp-stripbom": "1.0.5",
|
||||
"gulp-terser": "^1.4.0",
|
||||
"gulp-terser": "2.0.1",
|
||||
"gulp-util": "3.0.8"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
@ -67,7 +67,7 @@
|
|||
"gulp-concat": "^2.6.1",
|
||||
"gulp-group-css-media-queries": "^1.2.2",
|
||||
"gulp-rollup-2": "^1.2.1",
|
||||
"rollup": "^2.38.0",
|
||||
"rollup": "2.56.3",
|
||||
"rollup-plugin-external-globals": "^0.6.1",
|
||||
"rollup-plugin-html": "^0.2.1",
|
||||
"rollup-plugin-includepaths": "^0.2.4",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue