aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLibravatar Dominik Guzei <dominik.guzei@gmail.com>2019-06-06 13:39:31 +0200
committerLibravatar GitHub <noreply@github.com>2019-06-06 13:39:31 +0200
commit45811e1eac77228bfe5946b789794bc8dd4a8bfb (patch)
tree0a8810d3e0e08756b0a23a9e1e8ea0d41a8e9165 /package.json
parentfix(App): Improved email validation /cc @Snuggle (diff)
parentUpdate minor dependencies (diff)
downloadferdium-app-45811e1eac77228bfe5946b789794bc8dd4a8bfb.tar.gz
ferdium-app-45811e1eac77228bfe5946b789794bc8dd4a8bfb.tar.zst
ferdium-app-45811e1eac77228bfe5946b789794bc8dd4a8bfb.zip
Merge pull request #1470 from meetfranz/chore/update-some-dependencies
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 bfc06c005..a0305554d 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",