aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLibravatar Dominik Guzei <dominik.guzei@gmail.com>2019-06-05 18:02:27 +0200
committerLibravatar Dominik Guzei <dominik.guzei@gmail.com>2019-06-05 18:02:27 +0200
commite0bc496133f4874dab5d784ec4b4e67437b4c918 (patch)
treeac854bb18737ea282722217e5c9933173038712c /package.json
parentMerge pull request #1467 from meetfranz/fix/windows-close-window-shortcut (diff)
downloadferdium-app-e0bc496133f4874dab5d784ec4b4e67437b4c918.tar.gz
ferdium-app-e0bc496133f4874dab5d784ec4b4e67437b4c918.tar.zst
ferdium-app-e0bc496133f4874dab5d784ec4b4e67437b4c918.zip
Update minor dependencies
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index c1a8c310f..8908d59f6 100644
--- a/package.json
+++ b/package.json
@@ -34,8 +34,8 @@
34 "author": "Stefan Malzner <stefan@adlk.io>", 34 "author": "Stefan Malzner <stefan@adlk.io>",
35 "license": "Apache-2.0", 35 "license": "Apache-2.0",
36 "dependencies": { 36 "dependencies": {
37 "@babel/polyfill": "^7.0.0", 37 "@babel/polyfill": "7.4.4",
38 "@babel/runtime": "^7.0.0", 38 "@babel/runtime": "7.4.5",
39 "@meetfranz/electron-notification-state": "^1.0.0", 39 "@meetfranz/electron-notification-state": "^1.0.0",
40 "@meetfranz/forms": "file:packages/forms", 40 "@meetfranz/forms": "file:packages/forms",
41 "@meetfranz/theme": "file:packages/theme", 41 "@meetfranz/theme": "file:packages/theme",