Skip to content

Commit

Permalink
v3.50.4
Browse files Browse the repository at this point in the history
  • Loading branch information
charlag committed Apr 15, 2019
1 parent 2ae78fc commit 0a18f40
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 69 deletions.
10 changes: 3 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

124 changes: 62 additions & 62 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,64 +1,64 @@
{
"name": "tutanota",
"version": "3.50.3",
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/tutao/tutanota.git"
},
"scripts": {
"flow": "flow; test $? -eq 0 -o $? -eq 2",
"start": "./node_modules/electron/dist/electron --inspect=5858 ./build/",
"test": "cd test && node test api && node test client",
"testapi": "cd test && node test api",
"testclient": "cd test && node test client"
},
"dependencies": {
"autolinker": "1.7.1",
"bluebird": "3.5.2",
"dompurify": "1.0.8",
"mithril": "2.0.0-rc.4",
"qrcode-svg": "1.0.0",
"squire-rte": "1.9.0",
"systemjs": "0.20.19"
},
"devDependencies": {
"babel-core": "6.26.3",
"babel-plugin-transform-class-properties": "6.24.1",
"babel-plugin-transform-flow-strip-types": "6.22.0",
"babel-preset-bluebird": "^1.0.1",
"babel-preset-es2015": "6.24.1",
"body-parser": "1.18.3",
"caller": "1.0.1",
"chalk": "2.4.2",
"chokidar": "1.4.3",
"chokidar-socket-emitter": "0.6.0",
"commander": "2.20.0",
"core-js": "2.5.7",
"electron": "4.1.4",
"electron-builder": "20.40.2",
"electron-localshortcut": "3.1.0",
"electron-packager": "13.1.1",
"electron-updater": "4.0.7",
"express": "4.16.4",
"flow-bin": "0.77.0",
"fs-extra": "7.0.1",
"glob": "7.1.3",
"js-yaml": "3.13.1",
"mithril-node-render": "1.0.1-4",
"mockery": "^2.1.0",
"node-forge": "0.8.2",
"node-static": "0.7.11",
"ospec": "3.0.1",
"request": "2.88.0",
"server-destroy": "1.0.1",
"sha": "2.0.1",
"spdy": "3.4.7",
"systemjs-builder": "0.16.13",
"systemjs-hmr": "git+https://github.com/mpfau/systemjs-hmr.git#temp",
"systemjs-hot-reloader": "git+https://github.com/mpfau/systemjs-hot-reloader.git#temp",
"systemjs-plugin-babel": "0.0.25",
"winreg": "1.2.4",
"xhr2": "0.1.4"
}
"name": "tutanota",
"version": "3.50.4",
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/tutao/tutanota.git"
},
"scripts": {
"flow": "flow; test $? -eq 0 -o $? -eq 2",
"start": "./node_modules/electron/dist/electron --inspect=5858 ./build/",
"test": "cd test && node test api && node test client",
"testapi": "cd test && node test api",
"testclient": "cd test && node test client"
},
"dependencies": {
"autolinker": "1.7.1",
"bluebird": "3.5.2",
"dompurify": "1.0.8",
"mithril": "2.0.0-rc.4",
"qrcode-svg": "1.0.0",
"squire-rte": "1.9.0",
"systemjs": "0.20.19"
},
"devDependencies": {
"babel-core": "6.26.3",
"babel-plugin-transform-class-properties": "6.24.1",
"babel-plugin-transform-flow-strip-types": "6.22.0",
"babel-preset-bluebird": "^1.0.1",
"babel-preset-es2015": "6.24.1",
"body-parser": "1.18.3",
"caller": "1.0.1",
"chalk": "2.4.2",
"chokidar": "1.4.3",
"chokidar-socket-emitter": "0.6.0",
"commander": "2.20.0",
"core-js": "2.5.7",
"electron": "4.1.4",
"electron-builder": "20.40.2",
"electron-localshortcut": "3.1.0",
"electron-packager": "13.1.1",
"electron-updater": "4.0.7",
"express": "4.16.4",
"flow-bin": "0.77.0",
"fs-extra": "7.0.1",
"glob": "7.1.3",
"js-yaml": "3.13.1",
"mithril-node-render": "1.0.1-4",
"mockery": "^2.1.0",
"node-forge": "0.8.2",
"node-static": "0.7.11",
"ospec": "3.0.1",
"request": "2.88.0",
"server-destroy": "1.0.1",
"sha": "2.0.1",
"spdy": "3.4.7",
"systemjs-builder": "0.16.13",
"systemjs-hmr": "git+https://github.com/mpfau/systemjs-hmr.git#temp",
"systemjs-hot-reloader": "git+https://github.com/mpfau/systemjs-hot-reloader.git#temp",
"systemjs-plugin-babel": "0.0.25",
"winreg": "1.2.4",
"xhr2": "0.1.4"
}
}

0 comments on commit 0a18f40

Please sign in to comment.