Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
calvinl committed Jun 10, 2016
1 parent 6988db9 commit d3e09d4
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v5.6.0
v6.2.1
45 changes: 23 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "react-redux-starter",
"description": "A universal starter kit built with react, react-router and redux. Server rendering with react and express, bundles with Webpack with hot module reloading and hot style reloading with SCSS support. Bonus: Cordova support.",
"version": "0.4.0",
"version": "0.4.1",
"license": "MIT",
"main": "client/index.js",
"repository": {
"type": "git",
"url": "https://github.com/combine/react-redux-starter.git"
},
"engines": {
"node": "5.9.1",
"node": "6.2.1",
"npm": "3.3.x"
},
"scripts": {
Expand Down Expand Up @@ -38,14 +38,14 @@
"babel-eslint": "6.0.4",
"chai": "3.5.0",
"chai-immutable": "1.5.4",
"cordova-lib": "6.1.1",
"eslint": "2.10.2",
"cordova-lib": "6.2.0",
"eslint": "2.12.0",
"eslint-plugin-react": "5.1.1",
"mocha": "2.4.5",
"mocha": "2.5.3",
"nodemon": "1.9.2",
"react-transform-catch-errors": "1.0.2",
"react-transform-hmr": "1.0.4",
"redbox-react": "1.2.4",
"redbox-react": "1.2.6",
"redux-devtools": "3.3.1",
"redux-devtools-dock-monitor": "1.1.1",
"redux-devtools-log-monitor": "1.0.11",
Expand All @@ -54,19 +54,19 @@
},
"dependencies": {
"babel": "6.5.2",
"babel-core": "6.8.0",
"babel-core": "6.9.1",
"babel-loader": "6.2.4",
"babel-plugin-react-transform": "2.0.2",
"babel-plugin-syntax-class-properties": "6.8.0",
"babel-plugin-syntax-decorators": "6.8.0",
"babel-plugin-syntax-object-rest-spread": "6.8.0",
"babel-plugin-transform-class-properties": "6.8.0",
"babel-plugin-transform-class-properties": "6.9.1",
"babel-plugin-transform-decorators": "6.8.0",
"babel-plugin-transform-object-rest-spread": "6.8.0",
"babel-polyfill": "6.8.0",
"babel-preset-es2015": "6.6.0",
"babel-polyfill": "6.9.1",
"babel-preset-es2015": "6.9.0",
"babel-preset-react": "6.5.0",
"babel-register": "6.8.0",
"babel-register": "6.9.0",
"bootstrap-sass": "3.3.6",
"classnames": "2.2.5",
"compression": "1.6.2",
Expand All @@ -78,29 +78,30 @@
"extract-text-webpack-plugin": "1.0.1",
"fastclick": "1.0.6",
"file-loader": "0.8.5",
"font-awesome": "4.6.1",
"history": "2.1.1",
"html-webpack-plugin": "2.17.0",
"font-awesome": "4.6.3",
"history": "3.0.0",
"html-webpack-plugin": "2.20.0",
"include-media": "1.4.4",
"isomorphic-fetch": "2.2.1",
"json-loader": "0.5.4",
"lodash": "4.12.0",
"lodash": "4.13.1",
"node-sass": "3.7.0",
"react": "15.0.2",
"react-dom": "15.0.2",
"npm-check-updates": "2.6.7",
"react": "15.1.0",
"react-dom": "15.1.0",
"react-redux": "4.4.5",
"react-router": "2.4.0",
"react-router-redux": "4.0.4",
"react-router": "2.4.1",
"react-router-redux": "4.0.5",
"redux": "3.5.2",
"redux-localstorage": "0.4.0",
"redux-thunk": "2.1.0",
"reselect": "2.5.1",
"sass-loader": "3.2.0",
"serve-static": "1.10.2",
"serve-static": "1.11.0",
"style-loader": "0.13.1",
"url-loader": "0.5.7",
"webpack": "1.13.0",
"webpack-isomorphic-tools": "2.2.50",
"webpack": "1.13.1",
"webpack-isomorphic-tools": "2.3.0",
"webpack-sources": "0.1.2"
}
}

0 comments on commit d3e09d4

Please sign in to comment.