From d3e09d4727fe843c29c8909367f6f00d840db34f Mon Sep 17 00:00:00 2001 From: Calvin Lai Date: Fri, 10 Jun 2016 15:42:39 -0400 Subject: [PATCH] update deps --- .nvmrc | 2 +- package.json | 45 +++++++++++++++++++++++---------------------- 2 files changed, 24 insertions(+), 23 deletions(-) diff --git a/.nvmrc b/.nvmrc index 7aefc82..c15d876 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -v5.6.0 +v6.2.1 diff --git a/package.json b/package.json index 5d32b5c..0e5aa14 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "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": { @@ -9,7 +9,7 @@ "url": "https://github.com/combine/react-redux-starter.git" }, "engines": { - "node": "5.9.1", + "node": "6.2.1", "npm": "3.3.x" }, "scripts": { @@ -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", @@ -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", @@ -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" } }