aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2018-11-15 12:19:40 +0100
committerLibravatar Stefan Malzner <stefan@adlk.io>2018-11-15 12:19:40 +0100
commitdd99f068d16ba34c8e53e3f87d8a3410378ddb64 (patch)
treec8e834981caede0d513d40663da67c58129e5e48 /package.json
parentRemove flow types (diff)
downloadferdium-app-dd99f068d16ba34c8e53e3f87d8a3410378ddb64.tar.gz
ferdium-app-dd99f068d16ba34c8e53e3f87d8a3410378ddb64.tar.zst
ferdium-app-dd99f068d16ba34c8e53e3f87d8a3410378ddb64.zip
Update dependencies
Diffstat (limited to 'package.json')
-rw-r--r--package.json40
1 files changed, 19 insertions, 21 deletions
diff --git a/package.json b/package.json
index 3647e963b..4e08b13fa 100644
--- a/package.json
+++ b/package.json
@@ -19,7 +19,7 @@
19 "prebuild": "gulp build", 19 "prebuild": "gulp build",
20 "build": "node_modules/.bin/electron-builder --publish onTag", 20 "build": "node_modules/.bin/electron-builder --publish onTag",
21 "rebuild": "node_modules/.bin/electron-rebuild", 21 "rebuild": "node_modules/.bin/electron-rebuild",
22 "precommit": "yarn lint", 22 "precommit": "npm lint",
23 "commit": "git-cz", 23 "commit": "git-cz",
24 "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s" 24 "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
25 }, 25 },
@@ -27,11 +27,11 @@
27 "author": "Stefan Malzner <stefan@adlk.io>", 27 "author": "Stefan Malzner <stefan@adlk.io>",
28 "license": "Apache-2.0", 28 "license": "Apache-2.0",
29 "dependencies": { 29 "dependencies": {
30 "@babel/polyfill": "^7.0.0",
31 "@babel/runtime": "^7.0.0",
30 "@meetfranz/electron-notification-state": "^1.0.0", 32 "@meetfranz/electron-notification-state": "^1.0.0",
31 "address-rfc2822": "^2.0.1", 33 "address-rfc2822": "^2.0.1",
32 "auto-launch": "https://github.com/meetfranz/node-auto-launch.git", 34 "auto-launch": "https://github.com/meetfranz/node-auto-launch.git",
33 "babel-polyfill": "^6.23.0",
34 "babel-runtime": "^6.23.0",
35 "classnames": "^2.2.5", 35 "classnames": "^2.2.5",
36 "debug-electron": "^0.0.4", 36 "debug-electron": "^0.0.4",
37 "du": "^0.1.0", 37 "du": "^0.1.0",
@@ -78,24 +78,23 @@
78 "uuid": "^3.0.1" 78 "uuid": "^3.0.1"
79 }, 79 },
80 "devDependencies": { 80 "devDependencies": {
81 "babel-eslint": "^7.1.1", 81 "@adlk/misty": "^0.1.1",
82 "babel-plugin-transform-class-properties": "^6.19.0", 82 "@babel/core": "^7.0.0",
83 "babel-plugin-transform-decorators-legacy": "^1.3.4", 83 "@babel/plugin-proposal-class-properties": "^7.0.0",
84 "babel-plugin-transform-flow-strip-types": "^6.22.0", 84 "@babel/plugin-proposal-decorators": "^7.0.0",
85 "babel-preset-env": "^1.5.2", 85 "@babel/plugin-proposal-export-default-from": "^7.0.0",
86 "babel-preset-es2015": "^6.22.0", 86 "@babel/plugin-proposal-throw-expressions": "^7.0.0",
87 "babel-preset-es2016": "^6.16.0", 87 "@babel/plugin-syntax-dynamic-import": "^7.0.0",
88 "babel-preset-es2017": "^6.16.0", 88 "@babel/plugin-transform-regenerator": "^7.0.0",
89 "babel-preset-react": "^6.23.0", 89 "@babel/preset-env": "^7.0.0",
90 "babel-preset-stage-0": "^6.22.0", 90 "@babel/preset-react": "^7.0.0",
91 "babel-preset-stage-1": "^6.22.0", 91 "@babel/register": "^7.0.0",
92 "babel-eslint": "^10.0.1",
92 "cross-env": "^5.0.5", 93 "cross-env": "^5.0.5",
93 "cz-conventional-changelog": "^2.0.0", 94 "cz-conventional-changelog": "^2.0.0",
94 "del": "^2.2.2",
95 "dotenv": "^4.0.0", 95 "dotenv": "^4.0.0",
96 "electron": "1.8.4", 96 "electron": "^2.0.13",
97 "electron-builder": "19.15.1", 97 "electron-builder": "19.15.1",
98 "electron-packager": "^8.7.0",
99 "electron-rebuild": "^1.6.0", 98 "electron-rebuild": "^1.6.0",
100 "eslint": "^4.7.1", 99 "eslint": "^4.7.1",
101 "eslint-config-airbnb": "^14.1.0", 100 "eslint-config-airbnb": "^14.1.0",
@@ -103,10 +102,9 @@
103 "eslint-plugin-import": "^2.2.0", 102 "eslint-plugin-import": "^2.2.0",
104 "eslint-plugin-jsx-a11y": "^3.0.0", 103 "eslint-plugin-jsx-a11y": "^3.0.0",
105 "eslint-plugin-react": "^6.10.0", 104 "eslint-plugin-react": "^6.10.0",
106 "gulp": "gulpjs/gulp#4.0", 105 "gulp": "^4.0.0",
107 "gulp-babel": "^6.1.2", 106 "gulp-babel": "^8.0.0",
108 "gulp-github-release": "^1.2.1", 107 "gulp-sass": "^4.0.2",
109 "gulp-sass": "^3.1.0",
110 "gulp-sass-variables": "^1.1.1", 108 "gulp-sass-variables": "^1.1.1",
111 "gulp-server-livereload": "^1.9.2", 109 "gulp-server-livereload": "^1.9.2",
112 "node-sass": "^4.7.2" 110 "node-sass": "^4.7.2"