Skip to content
This repository has been archived by the owner on Dec 30, 2021. It is now read-only.

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwgillespie committed Jul 27, 2016
1 parent 8c0a4ab commit 0a2eb02
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,29 +28,29 @@
}
},
"devDependencies": {
"babel-cli": "^6.8.0",
"babel-core": "^6.8.0",
"babel-eslint": "^6.0.4",
"babel-cli": "^6.11.4",
"babel-core": "^6.11.4",
"babel-eslint": "^6.1.2",
"babel-loader": "^6.2.4",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-webpack-loaders": "^0.5.0",
"babel-plugin-webpack-loaders": "^0.7.0",
"babel-polyfill": "^6.8.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-react": "^6.11.1",
"babel-preset-react-hmre": "^1.1.1",
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.8.0",
"cross-env": "^1.0.7",
"babel-register": "^6.11.6",
"cross-env": "^2.0.0",
"css-loader": "^0.23.1",
"devtron": "^1.1.2",
"devtron": "^1.2.1",
"electron-builder": "^3.25.0",
"electron-prebuilt": "^1.2.0",
"electron-prebuilt": "^1.3.1",

This comment has been minimized.

Copy link
@MarshallOfSound

MarshallOfSound Aug 3, 2016

Just thought I'd let you know that as of the end of this year electron-prebuilt will be deprecated in favor of the newly obtained electron package name.

👍

This comment has been minimized.

Copy link
@jacobwgillespie

jacobwgillespie Aug 3, 2016

Author Member

Nice, thanks for the heads up!

"electron-rebuild": "^1.1.5",
"eslint": "^2.9.0",
"eslint-config-airbnb": "^9.0.1",
"eslint-plugin-import": "^1.8.1",
"eslint-plugin-import": "^1.12.0",
"eslint-plugin-jsx-a11y": "^1.2.0",
"eslint-plugin-react": "^5.1.1",
"eslint-plugin-react": "^5.2.2",
"extract-text-webpack-plugin": "^1.0.1",
"gulp": "^3.9.1",
"gulp-decompress": "^2.0.0",
Expand All @@ -60,43 +60,43 @@
"npm-i": "0.0.2",
"postcss-import": "^8.1.2",
"postcss-loader": "^0.9.1",
"postcss-scss": "^0.1.7",
"postcss-scss": "^0.1.9",
"precss": "^1.4.0",
"react-transform-catch-errors": "^1.0.2",
"react-transform-hmr": "^1.0.4",
"redbox-react": "^1.2.6",
"redbox-react": "^1.2.10",
"redux-devtools": "^3.3.1",
"redux-devtools-dock-monitor": "^1.1.1",
"redux-devtools-filter-actions": "^1.1.2",
"redux-devtools-log-monitor": "^1.0.11",
"rimraf": "^2.5.2",
"rimraf": "^2.5.4",
"style-loader": "^0.13.1",
"text-loader": "0.0.1",
"vinyl-map": "^1.0.1",
"watch": "^0.18.0",
"watch": "^0.19.1",
"webpack": "^1.13.0",
"webpack-dev-middleware": "^1.6.1",
"webpack-hot-middleware": "^2.10.0",
"webpack-node-externals": "^1.2.0",
"webpack-hot-middleware": "^2.12.2",
"webpack-node-externals": "^1.3.2",
"webpack-target-electron-renderer": "^0.4.0"
},
"dependencies": {
"application-config": "^0.2.2",
"application-config": "^1.0.0",
"deep-diff": "^0.3.4",
"electron-window-state": "^3.0.3",
"gmusic.js": "^4.2.0",
"lodash.throttle": "^4.0.1",
"gmusic.js": "^5.0.0",
"lodash.throttle": "^4.1.0",
"node-notifier": "^4.5.0",
"node-uuid": "^1.4.7",
"osx-mouse": "^1.2.1",
"rc-slider": "^3.6.2",
"react": "^15.0.2",
"react-dom": "^15.0.2",
"rc-slider": "^3.8.2",
"react": "^15.2.1",
"react-dom": "^15.2.1",
"react-electron-webview": "^1.0.7",
"react-redux": "^4.4.5",
"redux": "^3.5.2",
"redux-actions": "^0.9.1",
"redux-electron-store": "^0.3.9",
"redux-actions": "^0.10.1",
"redux-electron-store": "^0.3.11",
"redux-logger": "^2.6.1",
"redux-promise": "^0.5.3",
"redux-thunk": "^2.1.0"
Expand Down

0 comments on commit 0a2eb02

Please sign in to comment.