mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 04:28:41 -09:00
Electron 1.8 is out (#2663)
* update electron to 1.8.2 release notes: https://github.com/electron/electron/releases/tag/v1.8.2 * change yarn installation on travis travis detects yarn lockfiles and automatically uses yarn in that case so no need to install it * yarn is preinstalled on circleci
This commit is contained in:
parent
59180c1419
commit
6d61ac400c
4 changed files with 9 additions and 15 deletions
|
|
@ -6,7 +6,7 @@ language: node_js
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- os: linux
|
- os: linux
|
||||||
node_js: 8.0.0
|
node_js: 8
|
||||||
env: CC=clang CXX=clang++ npm_config_clang=1
|
env: CC=clang CXX=clang++ npm_config_clang=1
|
||||||
compiler: clang
|
compiler: clang
|
||||||
|
|
||||||
|
|
@ -25,10 +25,6 @@ addons:
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then export DISPLAY=:99.0; sh -e /etc/init.d/xvfb start; sleep 3; fi
|
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then export DISPLAY=:99.0; sh -e /etc/init.d/xvfb start; sleep 3; fi
|
||||||
- sudo apt-key adv --fetch-keys http://dl.yarnpkg.com/debian/pubkey.gpg
|
|
||||||
- echo "deb http://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
|
|
||||||
- sudo apt-get update -qq
|
|
||||||
- sudo apt-get install -y -qq yarn
|
|
||||||
|
|
||||||
cache: yarn
|
cache: yarn
|
||||||
|
|
||||||
|
|
@ -42,4 +38,3 @@ after_success:
|
||||||
branches:
|
branches:
|
||||||
except:
|
except:
|
||||||
- "/^v\\d+\\.\\d+\\.\\d+$/"
|
- "/^v\\d+\\.\\d+\\.\\d+$/"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,6 @@ machine:
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
pre:
|
pre:
|
||||||
- npm install -g yarn
|
|
||||||
- yarn config set cache-folder ~/.yarn-cache
|
- yarn config set cache-folder ~/.yarn-cache
|
||||||
cache_directories:
|
cache_directories:
|
||||||
- ~/.yarn-cache
|
- ~/.yarn-cache
|
||||||
|
|
|
||||||
|
|
@ -205,7 +205,7 @@
|
||||||
"babel-preset-react": "6.24.1",
|
"babel-preset-react": "6.24.1",
|
||||||
"copy-webpack-plugin": "4.3.1",
|
"copy-webpack-plugin": "4.3.1",
|
||||||
"cross-env": "5.1.3",
|
"cross-env": "5.1.3",
|
||||||
"electron": "1.7.11",
|
"electron": "1.8.2",
|
||||||
"electron-builder": "19.55.2",
|
"electron-builder": "19.55.2",
|
||||||
"electron-builder-squirrel-windows": "19.55.2",
|
"electron-builder-squirrel-windows": "19.55.2",
|
||||||
"electron-devtools-installer": "2.2.3",
|
"electron-devtools-installer": "2.2.3",
|
||||||
|
|
|
||||||
14
yarn.lock
14
yarn.lock
|
|
@ -76,9 +76,9 @@
|
||||||
dependencies:
|
dependencies:
|
||||||
arrify "^1.0.1"
|
arrify "^1.0.1"
|
||||||
|
|
||||||
"@types/node@^7.0.18":
|
"@types/node@^8.0.24":
|
||||||
version "7.0.49"
|
version "8.5.10"
|
||||||
resolved "https://registry.yarnpkg.com/@types/node/-/node-7.0.49.tgz#f43777edd31822d6bcb50735a76c7f301d7b3121"
|
resolved "https://registry.yarnpkg.com/@types/node/-/node-8.5.10.tgz#49bd3637125dea5f55d7d1e8f51efd6cb835e1f7"
|
||||||
|
|
||||||
abbrev@1:
|
abbrev@1:
|
||||||
version "1.1.1"
|
version "1.1.1"
|
||||||
|
|
@ -2316,11 +2316,11 @@ electron-to-chromium@^1.2.7:
|
||||||
version "1.3.28"
|
version "1.3.28"
|
||||||
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.28.tgz#8dd4e6458086644e9f9f0a1cf32e2a1f9dffd9ee"
|
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.28.tgz#8dd4e6458086644e9f9f0a1cf32e2a1f9dffd9ee"
|
||||||
|
|
||||||
electron@1.7.11:
|
electron@1.8.2:
|
||||||
version "1.7.11"
|
version "1.8.2"
|
||||||
resolved "https://registry.yarnpkg.com/electron/-/electron-1.7.11.tgz#993b6aa79e0e79a7cfcc369f4c813fbd9a0b08d9"
|
resolved "https://registry.yarnpkg.com/electron/-/electron-1.8.2.tgz#a817cd733c2972b3c7cc4f777caf6e424b88014d"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@types/node" "^7.0.18"
|
"@types/node" "^8.0.24"
|
||||||
electron-download "^3.0.1"
|
electron-download "^3.0.1"
|
||||||
extract-zip "^1.0.3"
|
extract-zip "^1.0.3"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue