Skip to content

Commit

Permalink
Update Electron to v1.2 and other dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
chentsulin committed May 27, 2016
1 parent 9f8401b commit edff449
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 33 deletions.
2 changes: 1 addition & 1 deletion package.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ if (version) {
// use the same version as the currently-installed electron-prebuilt
exec('npm list electron-prebuilt --dev', (err, stdout) => {
if (err) {
DEFAULT_OPTS.version = '1.0.2';
DEFAULT_OPTS.version = '1.2.0';
} else {
DEFAULT_OPTS.version = stdout.split('electron-prebuilt@')[1].replace(/\s/g, '');
}
Expand Down
64 changes: 32 additions & 32 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,64 +48,64 @@
"homepage": "https://github.com/chentsulin/electron-react-boilerplate#readme",
"devDependencies": {
"asar": "^0.11.0",
"babel-core": "^6.7.6",
"babel-eslint": "^6.0.2",
"babel-core": "^6.9.0",
"babel-eslint": "^6.0.4",
"babel-loader": "^6.2.4",
"babel-plugin-add-module-exports": "^0.1.2",
"babel-plugin-webpack-loaders": "^0.4.0",
"babel-polyfill": "^6.7.4",
"babel-preset-es2015": "^6.6.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-webpack-loaders": "^0.5.0",
"babel-polyfill": "^6.9.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.5.0",
"babel-preset-react-hmre": "^1.1.1",
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.7.2",
"babel-register": "^6.9.0",
"chai": "^3.5.0",
"chromedriver": "^2.21.2",
"co-mocha": "^1.1.2",
"concurrently": "^2.0.0",
"cross-env": "^1.0.7",
"concurrently": "^2.1.0",
"cross-env": "^1.0.8",
"css-loader": "^0.23.1",
"del": "^2.2.0",
"electron-packager": "^6.0.2",
"electron-prebuilt": "^1.0.2",
"electron-rebuild": "^1.1.3",
"eslint": "^2.9.0",
"electron-packager": "^7.0.2",
"electron-prebuilt": "^1.2.0",
"electron-rebuild": "^1.1.4",
"eslint": "^2.10.2",
"eslint-config-airbnb": "^9.0.1",
"eslint-plugin-import": "^1.8.0",
"eslint-plugin-jsx-a11y": "^1.2.0",
"eslint-plugin-import": "^1.8.1",
"eslint-plugin-jsx-a11y": "^1.2.2",
"eslint-plugin-react": "^5.1.1",
"express": "^4.13.4",
"extract-text-webpack-plugin": "^1.0.1",
"fbjs-scripts": "^0.6.0",
"jsdom": "^8.4.0",
"fbjs-scripts": "^0.7.1",
"jsdom": "^9.2.0",
"json-loader": "^0.5.4",
"minimist": "^1.2.0",
"mocha": "^2.4.5",
"mocha": "^2.5.3",
"node-libs-browser": "^1.0.0",
"react-addons-test-utils": "^15.0.1",
"redux-devtools": "^3.2.0",
"react-addons-test-utils": "^15.1.0",
"redux-devtools": "^3.3.1",
"redux-devtools-dock-monitor": "^1.1.1",
"redux-devtools-log-monitor": "^1.0.11",
"redux-logger": "^2.6.1",
"selenium-webdriver": "^2.53.1",
"sinon": "^1.17.3",
"selenium-webdriver": "^2.53.2",
"sinon": "^1.17.4",
"style-loader": "^0.13.1",
"webpack": "^1.13.0",
"webpack": "^1.13.1",
"webpack-dev-middleware": "^1.6.1",
"webpack-hot-middleware": "^2.10.0"
},
"dependencies": {
"css-modules-require-hook": "^4.0.0",
"electron-debug": "^0.6.0",
"font-awesome": "^4.6.1",
"postcss": "^5.0.19",
"react": "^15.0.1",
"react-dom": "^15.0.1",
"electron-debug": "^1.0.0",
"font-awesome": "^4.6.3",
"postcss": "^5.0.21",
"react": "^15.1.0",
"react-dom": "^15.1.0",
"react-redux": "^4.4.5",
"react-router": "^2.2.4",
"react-router-redux": "^4.0.2",
"redux": "^3.4.0",
"redux-thunk": "^2.0.1",
"react-router": "^2.4.1",
"react-router-redux": "^4.0.4",
"redux": "^3.5.2",
"redux-thunk": "^2.1.0",
"source-map-support": "^0.4.0"
},
"devEngines": {
Expand Down

0 comments on commit edff449

Please sign in to comment.