Skip to content

Commit

Permalink
update electron to v1.8.2 and node to v.8.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gniezen committed Feb 16, 2018
1 parent 33c6d40 commit 87357ef
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"presets": [
["env", { "targets": { "node": "7.9.0", "electron": "1.7.8" }, "useBuiltIns": true }],
["env", { "targets": { "node": "8.2.1", "electron": "1.8.2" }, "useBuiltIns": true }],
"stage-0",
"react"
],
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.9.0
8.2.1
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ image: Visual Studio 2013
environment:
APPVEYOR_CACHE_ENTRY_ZIP_ARGS: -t7z
matrix:
- nodejs_version: 7.9.0
- nodejs_version: 8.2.1

cache:
- "%LOCALAPPDATA%\\Yarn"
Expand Down
4 changes: 2 additions & 2 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ machine:
dependencies:
pre:
- curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.4/install.sh | bash
- nvm install 7.9.0
- nvm use 7.9.0
- nvm install 8.2.1
- nvm use 8.2.1
- curl -o- -L https://yarnpkg.com/install.sh | bash
- yarn config set cache-folder ~/.cache/yarn
override:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
"css-loader": "0.28.7",
"devtron": "1.4.0",
"difflet": "1.0.1",
"electron": "1.7.9",
"electron": "1.8.2",
"electron-builder": "19.45.5",
"electron-devtools-installer": "2.2.1",
"electron-mocha": "5.0.0",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,9 @@
version "6.0.66"
resolved "https://registry.yarnpkg.com/@types/node/-/node-6.0.66.tgz#5680b74a6135d33d4c00447e7c3dc691a4601625"

"@types/node@^7.0.18":
version "7.0.48"
resolved "https://registry.yarnpkg.com/@types/node/-/node-7.0.48.tgz#24bfdc0aa82e8f6dbd017159c58094a2e06d0abb"
"@types/node@^8.0.24":
version "8.9.4"
resolved "https://registry.yarnpkg.com/@types/node/-/node-8.9.4.tgz#dfd327582a06c114eb6e0441fa3d6fab35edad48"

"@types/rimraf@^0.0.28":
version "0.0.28"
Expand Down Expand Up @@ -3314,11 +3314,11 @@ electron-window@^0.8.0:
dependencies:
is-electron-renderer "^2.0.0"

electron@1.7.9:
version "1.7.9"
resolved "https://registry.yarnpkg.com/electron/-/electron-1.7.9.tgz#add54e9f8f83ed02f6519ec10135f698b19336cf"
electron@1.8.2:
version "1.8.2"
resolved "https://registry.yarnpkg.com/electron/-/electron-1.8.2.tgz#a817cd733c2972b3c7cc4f777caf6e424b88014d"
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 87357ef

Please sign in to comment.