mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
Update electron to v1.7.10 and other dependencies (#2583)
* Update electron to v1.7.10 Changelog: https://github.com/electron/electron/releases/tag/v1.7.10 * Update yarn-standalone.js to v1.3.2 Changelog: https://github.com/yarnpkg/yarn/releases/tag/v1.3.2 * Update various dependencies * update electron-builder, electron-rebuild and prettier * Use the recommended way to install yarn on travis See https://yarnpkg.com/lang/en/docs/install-ci/#travis-tab
This commit is contained in:
parent
24587b2780
commit
9df56a7fe0
5 changed files with 60946 additions and 45919 deletions
|
|
@ -25,7 +25,10 @@ addons:
|
|||
|
||||
before_install:
|
||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then export DISPLAY=:99.0; sh -e /etc/init.d/xvfb start; sleep 3; fi
|
||||
- npm install -g yarn
|
||||
- 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
|
||||
|
||||
|
|
|
|||
106107
bin/yarn-standalone.js
106107
bin/yarn-standalone.js
File diff suppressed because one or more lines are too long
|
|
@ -475,7 +475,9 @@ function getDecorated(parent, name) {
|
|||
if (!class__ || typeof class__.prototype.render !== 'function') {
|
||||
notify(
|
||||
'Plugin error',
|
||||
`${fn._pluginName}: Invalid return value of \`${method}\`. No \`render\` method found. Please return a \`React.Component\`.`
|
||||
`${
|
||||
fn._pluginName
|
||||
}: Invalid return value of \`${method}\`. No \`render\` method found. Please return a \`React.Component\`.`
|
||||
);
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
30
package.json
30
package.json
|
|
@ -163,11 +163,11 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"aphrodite-simple": "0.4.1",
|
||||
"args": "3.0.6",
|
||||
"chalk": "2.1.0",
|
||||
"args": "3.0.8",
|
||||
"chalk": "2.3.0",
|
||||
"color": "2.0.1",
|
||||
"columnify": "1.5.4",
|
||||
"css-loader": "0.28.7",
|
||||
"css-loader": "0.28.8",
|
||||
"got": "7.1.0",
|
||||
"json-loader": "0.5.7",
|
||||
"mousetrap": "chabou/mousetrap#useCapture",
|
||||
|
|
@ -178,10 +178,10 @@
|
|||
"php-escape-shell": "1.0.0",
|
||||
"pify": "3.0.0",
|
||||
"react": "16.2.0",
|
||||
"react-deep-force-update": "2.0.1",
|
||||
"react-deep-force-update": "2.1.1",
|
||||
"react-dom": "16.2.0",
|
||||
"react-redux": "5.0.6",
|
||||
"recast": "0.12.6",
|
||||
"recast": "0.13.0",
|
||||
"redux": "3.7.2",
|
||||
"redux-thunk": "2.2.0",
|
||||
"reselect": "3.0.1",
|
||||
|
|
@ -198,23 +198,23 @@
|
|||
"babel-loader": "7.1.2",
|
||||
"babel-preset-babili": "0.1.4",
|
||||
"babel-preset-react": "6.24.1",
|
||||
"copy-webpack-plugin": "4.2.3",
|
||||
"cross-env": "5.1.1",
|
||||
"electron": "1.7.9",
|
||||
"electron-builder": "19.48.2",
|
||||
"electron-builder-squirrel-windows": "19.48.0",
|
||||
"electron-devtools-installer": "2.2.1",
|
||||
"electron-rebuild": "1.6.0",
|
||||
"copy-webpack-plugin": "4.3.1",
|
||||
"cross-env": "5.1.3",
|
||||
"electron": "1.7.10",
|
||||
"electron-builder": "19.53.6",
|
||||
"electron-builder-squirrel-windows": "19.53.3",
|
||||
"electron-devtools-installer": "2.2.3",
|
||||
"electron-rebuild": "1.7.3",
|
||||
"eslint": "^4.7.2",
|
||||
"eslint-config-prettier": "^2.6.0",
|
||||
"eslint-plugin-prettier": "^2.3.1",
|
||||
"eslint-plugin-react": "^7.3.0",
|
||||
"husky": "0.14.3",
|
||||
"inquirer": "3.3.0",
|
||||
"inquirer": "5.0.0",
|
||||
"node-gyp": "3.6.2",
|
||||
"prettier": "1.7.4",
|
||||
"prettier": "1.10.2",
|
||||
"spectron": "3.7.2",
|
||||
"style-loader": "0.19.0",
|
||||
"style-loader": "0.19.1",
|
||||
"webpack": "3.10.0"
|
||||
},
|
||||
"resolutions": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue