Skip to content

Commit b168cd5

Browse files
author
Eugene Cheung
committed
Updates
1 parent adc54af commit b168cd5

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

package.json

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -14,36 +14,36 @@
1414
"start:prod": "NODE_ENV=production webpack --config ./webpack.config.js --progress --profile --colors && node server"
1515
},
1616
"dependencies": {
17-
"react": "^15.2.0",
18-
"react-dom": "^15.2.0",
19-
"react-router": "^2.5.2",
17+
"react": "^15.3.2",
18+
"react-dom": "^15.3.2",
19+
"react-router": "^3.0.0",
2020
"whatwg-fetch": "^1.0.0"
2121
},
2222
"devDependencies": {
23-
"autoprefixer": "^6.3.7",
24-
"babel-core": "^6.10.4",
25-
"babel-loader": "^6.2.4",
26-
"babel-plugin-transform-class-properties": "^6.10.2",
27-
"babel-polyfill": "^6.9.1",
28-
"babel-preset-es2015": "^6.9.0",
29-
"babel-preset-react": "^6.11.1",
23+
"autoprefixer": "^6.5.3",
24+
"babel-core": "^6.18.2",
25+
"babel-loader": "^6.2.7",
26+
"babel-plugin-transform-class-properties": "^6.18.0",
27+
"babel-polyfill": "^6.16.0",
28+
"babel-preset-es2015": "^6.18.0",
29+
"babel-preset-react": "^6.16.0",
3030
"body-parser": "^1.15.2",
31-
"connect-history-api-fallback": "^1.2.0",
32-
"copy-webpack-plugin": "^3.0.1",
33-
"css-loader": "^0.23.1",
31+
"connect-history-api-fallback": "^1.3.0",
32+
"copy-webpack-plugin": "^4.0.1",
33+
"css-loader": "^0.25.0",
3434
"express": "^4.14.0",
3535
"extract-text-webpack-plugin": "^1.0.1",
36-
"html-webpack-plugin": "^2.22.0",
37-
"mongoose": "^4.5.3",
38-
"node-sass": "^3.8.0",
39-
"nodemon": "^1.9.2",
40-
"postcss-loader": "^0.9.1",
41-
"react-hot-loader": "^1.3.0",
42-
"sass-loader": "^4.0.0",
36+
"html-webpack-plugin": "^2.24.1",
37+
"mongoose": "^4.6.7",
38+
"node-sass": "^3.12.2",
39+
"nodemon": "^1.11.0",
40+
"postcss-loader": "^1.1.1",
41+
"react-hot-loader": "^3.0.0-beta.6",
42+
"sass-loader": "^4.0.2",
4343
"style-loader": "^0.13.1",
44-
"webpack": "^1.13.1",
45-
"webpack-dev-middleware": "^1.6.1",
46-
"webpack-hot-middleware": "^2.12.1",
47-
"webpack-merge": "^0.14.0"
44+
"webpack": "^1.13.3",
45+
"webpack-dev-middleware": "^1.8.4",
46+
"webpack-hot-middleware": "^2.13.2",
47+
"webpack-merge": "^0.16.0"
4848
}
4949
}

0 commit comments

Comments
 (0)