1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 01:36:22 +00:00

update electron version

This commit is contained in:
Baptiste Augrain
2018-08-16 01:23:35 +02:00
parent 79fb04126c
commit 174a315e3f
2 changed files with 216 additions and 141 deletions

View File

@@ -17,7 +17,7 @@
"dev-start": "concurrently --kill-others \"npm run webpack\" \"npm run hot\""
},
"config": {
"electron-version": "2.0.3"
"electron-version": "2.0.7"
},
"repository": {
"type": "git",
@@ -57,7 +57,7 @@
"chart.js": "^2.7.2",
"codemirror": "^5.39.0",
"codemirror-mode-elixir": "^1.1.1",
"electron-config": "^0.2.1",
"electron-config": "^1.0.0",
"electron-gh-releases": "^2.0.2",
"escape-string-regexp": "^1.0.5",
"file-url": "^2.0.2",
@@ -120,8 +120,8 @@
"css-loader": "^0.19.0",
"devtron": "^1.1.0",
"dom-storage": "^2.0.2",
"electron": "2.0.3",
"electron-packager": "^6.0.0",
"electron": "2.0.7",
"electron-packager": "^12.0.0",
"eslint": "^3.13.1",
"eslint-config-standard": "^6.2.1",
"eslint-config-standard-jsx": "^3.2.0",