Skip to content

Commit d3e09d4

Browse files
committed
update deps
1 parent 6988db9 commit d3e09d4

File tree

2 files changed

+24
-23
lines changed

2 files changed

+24
-23
lines changed

.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v5.6.0
1+
v6.2.1

package.json

+23-22
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "react-redux-starter",
33
"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.",
4-
"version": "0.4.0",
4+
"version": "0.4.1",
55
"license": "MIT",
66
"main": "client/index.js",
77
"repository": {
88
"type": "git",
99
"url": "https://github.com/combine/react-redux-starter.git"
1010
},
1111
"engines": {
12-
"node": "5.9.1",
12+
"node": "6.2.1",
1313
"npm": "3.3.x"
1414
},
1515
"scripts": {
@@ -38,14 +38,14 @@
3838
"babel-eslint": "6.0.4",
3939
"chai": "3.5.0",
4040
"chai-immutable": "1.5.4",
41-
"cordova-lib": "6.1.1",
42-
"eslint": "2.10.2",
41+
"cordova-lib": "6.2.0",
42+
"eslint": "2.12.0",
4343
"eslint-plugin-react": "5.1.1",
44-
"mocha": "2.4.5",
44+
"mocha": "2.5.3",
4545
"nodemon": "1.9.2",
4646
"react-transform-catch-errors": "1.0.2",
4747
"react-transform-hmr": "1.0.4",
48-
"redbox-react": "1.2.4",
48+
"redbox-react": "1.2.6",
4949
"redux-devtools": "3.3.1",
5050
"redux-devtools-dock-monitor": "1.1.1",
5151
"redux-devtools-log-monitor": "1.0.11",
@@ -54,19 +54,19 @@
5454
},
5555
"dependencies": {
5656
"babel": "6.5.2",
57-
"babel-core": "6.8.0",
57+
"babel-core": "6.9.1",
5858
"babel-loader": "6.2.4",
5959
"babel-plugin-react-transform": "2.0.2",
6060
"babel-plugin-syntax-class-properties": "6.8.0",
6161
"babel-plugin-syntax-decorators": "6.8.0",
6262
"babel-plugin-syntax-object-rest-spread": "6.8.0",
63-
"babel-plugin-transform-class-properties": "6.8.0",
63+
"babel-plugin-transform-class-properties": "6.9.1",
6464
"babel-plugin-transform-decorators": "6.8.0",
6565
"babel-plugin-transform-object-rest-spread": "6.8.0",
66-
"babel-polyfill": "6.8.0",
67-
"babel-preset-es2015": "6.6.0",
66+
"babel-polyfill": "6.9.1",
67+
"babel-preset-es2015": "6.9.0",
6868
"babel-preset-react": "6.5.0",
69-
"babel-register": "6.8.0",
69+
"babel-register": "6.9.0",
7070
"bootstrap-sass": "3.3.6",
7171
"classnames": "2.2.5",
7272
"compression": "1.6.2",
@@ -78,29 +78,30 @@
7878
"extract-text-webpack-plugin": "1.0.1",
7979
"fastclick": "1.0.6",
8080
"file-loader": "0.8.5",
81-
"font-awesome": "4.6.1",
82-
"history": "2.1.1",
83-
"html-webpack-plugin": "2.17.0",
81+
"font-awesome": "4.6.3",
82+
"history": "3.0.0",
83+
"html-webpack-plugin": "2.20.0",
8484
"include-media": "1.4.4",
8585
"isomorphic-fetch": "2.2.1",
8686
"json-loader": "0.5.4",
87-
"lodash": "4.12.0",
87+
"lodash": "4.13.1",
8888
"node-sass": "3.7.0",
89-
"react": "15.0.2",
90-
"react-dom": "15.0.2",
89+
"npm-check-updates": "2.6.7",
90+
"react": "15.1.0",
91+
"react-dom": "15.1.0",
9192
"react-redux": "4.4.5",
92-
"react-router": "2.4.0",
93-
"react-router-redux": "4.0.4",
93+
"react-router": "2.4.1",
94+
"react-router-redux": "4.0.5",
9495
"redux": "3.5.2",
9596
"redux-localstorage": "0.4.0",
9697
"redux-thunk": "2.1.0",
9798
"reselect": "2.5.1",
9899
"sass-loader": "3.2.0",
99-
"serve-static": "1.10.2",
100+
"serve-static": "1.11.0",
100101
"style-loader": "0.13.1",
101102
"url-loader": "0.5.7",
102-
"webpack": "1.13.0",
103-
"webpack-isomorphic-tools": "2.2.50",
103+
"webpack": "1.13.1",
104+
"webpack-isomorphic-tools": "2.3.0",
104105
"webpack-sources": "0.1.2"
105106
}
106107
}

0 commit comments

Comments
 (0)