Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdevero committed May 31, 2018
1 parent 7d36553 commit ce4f590
Show file tree
Hide file tree
Showing 2 changed files with 198 additions and 181 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,23 +59,23 @@
"prod": "npm run build && electron --noDevServer ."
},
"dependencies": {
"electron": "^2.0.1",
"react": "^16.3.2",
"react-dom": "^16.3.2",
"styled-components": "^3.2.6"
"electron": "^2.0.2",
"react": "^16.4.0",
"react-dom": "^16.4.0",
"styled-components": "^3.3.0"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"babili-webpack-plugin": "^0.1.2",
"electron-packager": "^12.0.2",
"electron-packager": "^12.1.0",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^1.1.11",
"html-webpack-plugin": "^3.2.0",
"webpack": "^4.8.3",
"webpack-cli": "^2.1.3",
"webpack": "^4.10.2",
"webpack-cli": "^2.1.4",
"webpack-dev-server": "^3.1.4"
}
}
Loading

0 comments on commit ce4f590

Please sign in to comment.