Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
1.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RainLoop committed Jan 30, 2020
1 parent 1fb3c9c commit 15ceddc
Show file tree
Hide file tree
Showing 2 changed files with 680 additions and 599 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"title": "RainLoop Webmail",
"description": "Simple, modern & fast web-based email client",
"private": true,
"version": "1.13.0",
"ownCloudVersion": "5.2.0",
"version": "1.14.0",
"ownCloudVersion": "5.3.0",
"homepage": "https://www.rainloop.net",
"author": {
"name": "RainLoop Team",
Expand Down Expand Up @@ -47,23 +47,23 @@
],
"readmeFilename": "README.md",
"devDependencies": {
"@babel/core": "7.7.7",
"@babel/plugin-proposal-class-properties": "7.7.4",
"@babel/plugin-proposal-decorators": "7.7.4",
"@babel/plugin-transform-runtime": "7.7.6",
"@babel/preset-env": "7.7.7",
"@babel/runtime-corejs3": "7.7.7",
"@babel/core": "7.8.4",
"@babel/plugin-proposal-class-properties": "7.8.3",
"@babel/plugin-proposal-decorators": "7.8.3",
"@babel/plugin-transform-runtime": "7.8.3",
"@babel/preset-env": "7.8.4",
"@babel/runtime-corejs3": "7.8.4",
"autolinker": "3.11.1",
"babel-eslint": "10.0.3",
"babel-loader": "8.0.6",
"classnames": "2.2.6",
"copy-webpack-plugin": "5.1.1",
"core-js": "3.6.1",
"css-loader": "3.4.0",
"core-js": "3.6.4",
"css-loader": "3.4.2",
"element-dataset": "2.2.6",
"emailjs-addressparser": "2.0.2",
"eslint": "6.8.0",
"eslint-config-prettier": "6.9.0",
"eslint-config-prettier": "6.10.0",
"eslint-plugin-prettier": "3.1.2",
"gulp": "4.0.2",
"gulp-autoprefixer": "7.0.1",
Expand Down Expand Up @@ -113,10 +113,10 @@
"prettier": "1.19.1",
"raf": "3.4.1",
"raw-loader": "4.0.0",
"rimraf": "3.0.0",
"rimraf": "3.0.1",
"simplestatemanager": "4.1.1",
"style-loader": "1.1.2",
"underscore": "1.9.1",
"style-loader": "1.1.3",
"underscore": "1.9.2",
"webpack": "4.41.5",
"webpack-cli": "3.3.10"
}
Expand Down
Loading

0 comments on commit 15ceddc

Please sign in to comment.