diff options
author | neauoire <[email protected]> | 2020-04-08 18:53:40 +0900 |
---|---|---|
committer | neauoire <[email protected]> | 2020-04-08 18:53:40 +0900 |
commit | 2390227dd5b93c9da0093a598bcbf77b65ca5412 (patch) | |
tree | f3eee09ab1d76cdcb4d8e582f8981625f9c63b88 /desktop/package.json | |
parent | 4d1159ddf01e0003630a7bbe3853aa7510c92643 (diff) | |
download | Orca-2390227dd5b93c9da0093a598bcbf77b65ca5412.tar.gz Orca-2390227dd5b93c9da0093a598bcbf77b65ca5412.zip |
Fixed issue with V and K
Diffstat (limited to 'desktop/package.json')
-rw-r--r-- | desktop/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/package.json b/desktop/package.json index b390b79..fc0102a 100644 --- a/desktop/package.json +++ b/desktop/package.json @@ -20,7 +20,7 @@ "push": "npm run build ; npm run push_osx ; npm run push_linux ; npm run push_win ; npm run clean ; npm run status" }, "devDependencies": { - "electron": "^8.1.1", + "electron": "^8.2.1", "electron-packager": "^14.2.1" }, "dependencies": { |