Skip to content

Commit

Permalink
Updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
amilajack committed Dec 30, 2016
1 parent 0cce3a6 commit 5ba6589
Show file tree
Hide file tree
Showing 3 changed files with 110 additions and 425 deletions.
1 change: 1 addition & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"react"
],
"settings": {
"targets": ["chrome"],
"import/resolver": {
"webpack": {
"config": "webpack.config.eslint.js"
Expand Down
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
],
"homepage": "https://github.com/chentsulin/electron-react-boilerplate#readme",
"devDependencies": {
"asar": "^0.12.3",
"asar": "^0.12.4",
"babel-core": "^6.21.0",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.2.10",
Expand All @@ -109,34 +109,34 @@
"babel-preset-stage-0": "^6.16.0",
"babel-register": "^6.18.0",
"babili-webpack-plugin": "^0.0.7",
"boiler-room-custodian": "^0.4.2",
"boiler-room-custodian": "^0.4.3",
"chai": "^3.5.0",
"concurrently": "^3.1.0",
"cross-env": "^3.1.3",
"css-loader": "^0.26.1",
"devtron": "^1.4.0",
"electron": "^1.4.12",
"electron-builder": "^10.8.1",
"electron": "^1.4.13",
"electron-builder": "^10.15.1",
"electron-devtools-installer": "^2.0.1",
"enzyme": "^2.6.0",
"enzyme": "^2.7.0",
"eslint": "^3.12.2",
"eslint-config-airbnb": "^13.0.0",
"eslint-formatter-pretty": "^1.1.0",
"eslint-import-resolver-webpack": "^0.8.0",
"eslint-loader": "^1.6.1",
"eslint-plugin-compat": "^0.0.5",
"eslint-plugin-flowtype": "^2.29.1",
"eslint-plugin-flowtype-errors": "^2.0.1",
"eslint-plugin-compat": "^0.1.0",
"eslint-plugin-flowtype": "^2.29.2",
"eslint-plugin-flowtype-errors": "^2.0.3",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^2.0.2",
"eslint-plugin-mocha": "^4.7.0",
"eslint-plugin-mocha": "^4.8.0",
"eslint-plugin-promise": "^3.4.0",
"eslint-plugin-react": "^6.8.0",
"express": "^4.14.0",
"extract-text-webpack-plugin": "^1.0.1",
"fbjs-scripts": "^0.7.1",
"file-loader": "^0.9.0",
"flow-bin": "^0.37.1",
"flow-bin": "^0.37.4",
"flow-typed": "^2.0.0",
"html-webpack-plugin": "^2.24.1",
"jsdom": "^9.9.1",
Expand All @@ -146,13 +146,13 @@
"react-addons-test-utils": "^15.4.1",
"redux-logger": "^2.7.4",
"sinon": "^1.17.6",
"spectron": "^3.4.0",
"spectron": "^3.4.1",
"style-loader": "^0.13.1",
"tcomb": "^3.2.15",
"tcomb": "^3.2.16",
"url-loader": "^0.5.7",
"webpack": "^1.14.0",
"webpack-dev-middleware": "^1.9.0",
"webpack-hot-middleware": "^2.13.2",
"webpack-hot-middleware": "^2.14.0",
"webpack-merge": "^2.0.0",
"webpack-validator": "^2.3.0"
},
Expand All @@ -166,7 +166,7 @@
"react-router-redux": "^4.0.7",
"redux": "^3.6.0",
"redux-thunk": "^2.1.0",
"source-map-support": "^0.4.6"
"source-map-support": "^0.4.8"
},
"devEngines": {
"node": ">=6.x",
Expand Down
Loading

0 comments on commit 5ba6589

Please sign in to comment.