Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
akameco committed Nov 6, 2016
1 parent 0f3b876 commit 10f59a2
Show file tree
Hide file tree
Showing 2 changed files with 345 additions and 396 deletions.
43 changes: 22 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,19 @@
"author": "akameco <[email protected]>",
"license": "MIT",
"dependencies": {
"autolinker": "^1.2.0",
"autolinker": "^1.2.1",
"babel-polyfill": "^6.16.0",
"dot-prop": "^4.0.0",
"electron-config": "^0.2.1",
"electron-context-menu": "^0.6.0",
"electron-debug": "^1.0.1",
"electron-debug": "^1.1.0",
"electron-dl": "^1.5.0",
"electron-referer": "^0.3.0",
"humps": "^1.1.0",
"humps": "^2.0.0",
"lodash.merge": "^4.6.0",
"lodash.union": "^4.6.0",
"normalizr": "^2.2.1",
"pify": "^2.3.0",
"pixiv-app-api": "^0.3.0",
"react": "^15.3.2",
"react-css-modules": "^3.7.10",
Expand All @@ -50,43 +51,43 @@
"wallpaper": "^2.3.0"
},
"devDependencies": {
"babel-core": "^6.17.0",
"babel-eslint": "^7.0.0",
"babel-loader": "^6.2.5",
"babel-core": "^6.18.2",
"babel-eslint": "^7.1.0",
"babel-loader": "^6.2.7",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-dev-expression": "^0.2.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-flow-strip-types": "^6.14.0",
"babel-preset-es2015": "^6.16.0",
"babel-plugin-transform-flow-strip-types": "^6.18.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babel-preset-react-hmre": "^1.1.1",
"babel-preset-react-optimize": "^1.0.1",
"babel-preset-stage-0": "^6.16.0",
"babel-register": "^6.16.3",
"babel-register": "^6.18.0",
"cross-env": "^3.1.3",
"css-loader": "^0.25.0",
"del": "^2.2.2",
"devtron": "^1.4.0",
"electron": "^1.4.3",
"electron": "^1.4.5",
"electron-devtools-installer": "^2.0.1",
"electron-packager": "^8.1.0",
"eslint": "^3.8.0",
"electron-packager": "^8.2.0",
"eslint": "^3.9.1",
"eslint-config-xo": "^0.17.0",
"eslint-config-xo-react": "^0.10.0",
"eslint-plugin-babel": "^3.3.0",
"eslint-plugin-flowtype": "^2.20.0",
"eslint-plugin-import": "^2.0.1",
"eslint-plugin-promise": "^3.0.0",
"eslint-plugin-react": "^6.4.1",
"eslint-plugin-flowtype": "^2.25.0",
"eslint-plugin-import": "^2.1.0",
"eslint-plugin-promise": "^3.3.1",
"eslint-plugin-react": "^6.5.0",
"extract-text-webpack-plugin": "^1.0.1",
"flow-bin": "^0.34.0",
"hard-rejection": "^0.1.0",
"pify": "^2.3.0",
"postcss-cssnext": "^2.8.0",
"postcss-loader": "^1.0.0",
"redux-logger": "^2.7.0",
"postcss-loader": "^1.1.0",
"redux-logger": "^2.7.4",
"style-loader": "^0.13.1",
"webpack": "^1.13.2",
"webpack": "^1.13.3",
"webpack-dev-server": "^1.16.2",
"webpack-merge": "^0.14.1"
"webpack-merge": "^0.15.0"
}
}
Loading

0 comments on commit 10f59a2

Please sign in to comment.