Skip to content

Commit

Permalink
Updated dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
i-amdroid committed Apr 3, 2018
1 parent 498da05 commit c1150ad
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sshfs-mounter",
"productName": "SSHFS Mounter",
"version": "1.0.1",
"version": "1.0.2",
"description": "GUI for mount SSHFS volumes.",
"main": "main.js",
"scripts": {
Expand Down Expand Up @@ -30,7 +30,7 @@
"author": "Iamdroid [email protected]",
"license": "CC0-1.0",
"devDependencies": {
"electron": "1.7.11",
"electron": "1.8.4",
"electron-builder": "^19.40.0"
},
"dependencies": {
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
"7zip-bin-mac" "~1.0.1"
"7zip-bin-win" "~2.1.1"

"@types/node@^7.0.18":
version "7.0.52"
resolved "https://registry.yarnpkg.com/@types/node/-/node-7.0.52.tgz#8990d3350375542b0c21a83cd0331e6a8fc86716"
"@types/node@^8.0.24":
version "8.10.1"
resolved "https://registry.yarnpkg.com/@types/node/-/node-8.10.1.tgz#aac98b810c50568054486f2bb8c486d824713be8"

ajv-keywords@^2.1.0:
version "2.1.1"
Expand Down Expand Up @@ -517,11 +517,11 @@ electron-settings@^3.1.3:
clone "^2.1.1"
jsonfile "^4.0.0"

electron@1.7.11:
version "1.7.11"
resolved "https://registry.yarnpkg.com/electron/-/electron-1.7.11.tgz#993b6aa79e0e79a7cfcc369f4c813fbd9a0b08d9"
electron@1.8.4:
version "1.8.4"
resolved "https://registry.yarnpkg.com/electron/-/electron-1.8.4.tgz#cca8d0e6889f238f55b414ad224f03e03b226a38"
dependencies:
"@types/node" "^7.0.18"
"@types/node" "^8.0.24"
electron-download "^3.0.1"
extract-zip "^1.0.3"

Expand Down

0 comments on commit c1150ad

Please sign in to comment.