Skip to content

Commit 2db8c5b

Browse files
committed
Upgrade dependencies.
1 parent 1a0215c commit 2db8c5b

File tree

1 file changed

+38
-38
lines changed

1 file changed

+38
-38
lines changed

package.json

+38-38
Original file line numberDiff line numberDiff line change
@@ -35,41 +35,41 @@
3535
"postinstall": "if [ \"$NODE_ENV\" = \"production\" ]; then npm run build:production; fi"
3636
},
3737
"devDependencies": {
38-
"babel-eslint": "6.0.0",
38+
"babel-eslint": "6.0.4",
3939
"chai": "3.5.0",
4040
"chai-immutable": "1.5.4",
41-
"cordova-lib": "6.1.0",
42-
"eslint": "2.5.3",
43-
"eslint-plugin-react": "4.2.3",
41+
"cordova-lib": "6.1.1",
42+
"eslint": "2.10.2",
43+
"eslint-plugin-react": "5.1.1",
4444
"mocha": "2.4.5",
45-
"nodemon": "1.9.1",
45+
"nodemon": "1.9.2",
4646
"react-transform-catch-errors": "1.0.2",
4747
"react-transform-hmr": "1.0.4",
48-
"redbox-react": "1.2.2",
49-
"redux-devtools": "3.1.1",
50-
"redux-devtools-dock-monitor": "1.1.0",
51-
"redux-devtools-log-monitor": "1.0.5",
48+
"redbox-react": "1.2.4",
49+
"redux-devtools": "3.3.1",
50+
"redux-devtools-dock-monitor": "1.1.1",
51+
"redux-devtools-log-monitor": "1.0.11",
5252
"webpack-dev-server": "1.14.1",
53-
"yargs": "4.3.2"
53+
"yargs": "4.7.1"
5454
},
5555
"dependencies": {
5656
"babel": "6.5.2",
57-
"babel-core": "6.7.4",
57+
"babel-core": "6.8.0",
5858
"babel-loader": "6.2.4",
5959
"babel-plugin-react-transform": "2.0.2",
60-
"babel-plugin-syntax-class-properties": "6.5.0",
61-
"babel-plugin-syntax-decorators": "6.5.0",
62-
"babel-plugin-syntax-object-rest-spread": "6.5.0",
63-
"babel-plugin-transform-class-properties": "6.6.0",
64-
"babel-plugin-transform-decorators": "6.6.5",
65-
"babel-plugin-transform-object-rest-spread": "6.6.5",
66-
"babel-polyfill": "6.7.4",
60+
"babel-plugin-syntax-class-properties": "6.8.0",
61+
"babel-plugin-syntax-decorators": "6.8.0",
62+
"babel-plugin-syntax-object-rest-spread": "6.8.0",
63+
"babel-plugin-transform-class-properties": "6.8.0",
64+
"babel-plugin-transform-decorators": "6.8.0",
65+
"babel-plugin-transform-object-rest-spread": "6.8.0",
66+
"babel-polyfill": "6.8.0",
6767
"babel-preset-es2015": "6.6.0",
6868
"babel-preset-react": "6.5.0",
69-
"babel-register": "6.7.2",
69+
"babel-register": "6.8.0",
7070
"bootstrap-sass": "3.3.6",
71-
"classnames": "2.2.3",
72-
"compression": "1.6.1",
71+
"classnames": "2.2.5",
72+
"compression": "1.6.2",
7373
"compression-webpack-plugin": "0.3.1",
7474
"css-loader": "0.23.1",
7575
"eslint-loader": "1.3.0",
@@ -78,29 +78,29 @@
7878
"extract-text-webpack-plugin": "1.0.1",
7979
"fastclick": "1.0.6",
8080
"file-loader": "0.8.5",
81-
"font-awesome": "4.5.0",
82-
"history": "2.0.1",
83-
"html-webpack-plugin": "2.15.0",
84-
"include-media": "1.4.2",
81+
"font-awesome": "4.6.1",
82+
"history": "2.1.1",
83+
"html-webpack-plugin": "2.17.0",
84+
"include-media": "1.4.4",
8585
"isomorphic-fetch": "2.2.1",
8686
"json-loader": "0.5.4",
87-
"lodash": "4.7.0",
88-
"node-sass": "3.4.2",
89-
"react": "0.14.8",
90-
"react-dom": "0.14.8",
91-
"react-redux": "4.4.1",
92-
"react-router": "2.0.1",
93-
"react-router-redux": "4.0.0",
94-
"redux": "3.3.1",
87+
"lodash": "4.12.0",
88+
"node-sass": "3.7.0",
89+
"react": "15.0.2",
90+
"react-dom": "15.0.2",
91+
"react-redux": "4.4.5",
92+
"react-router": "2.4.0",
93+
"react-router-redux": "4.0.4",
94+
"redux": "3.5.2",
9595
"redux-localstorage": "0.4.0",
96-
"redux-thunk": "2.0.1",
97-
"reselect": "2.2.1",
96+
"redux-thunk": "2.1.0",
97+
"reselect": "2.5.1",
9898
"sass-loader": "3.2.0",
9999
"serve-static": "1.10.2",
100100
"style-loader": "0.13.1",
101101
"url-loader": "0.5.7",
102-
"webpack": "1.12.14",
103-
"webpack-isomorphic-tools": "2.2.43",
104-
"webpack-sources": "0.1.1"
102+
"webpack": "1.13.0",
103+
"webpack-isomorphic-tools": "2.2.50",
104+
"webpack-sources": "0.1.2"
105105
}
106106
}

0 commit comments

Comments
 (0)