Skip to content

Commit adc54af

Browse files
author
Eugene Cheung
committed
Updates
1 parent 301894c commit adc54af

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

package.json

Lines changed: 10 additions & 10 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.1.0",
18-
"react-dom": "^15.1.0",
19-
"react-router": "^2.4.1",
17+
"react": "^15.2.0",
18+
"react-dom": "^15.2.0",
19+
"react-router": "^2.5.2",
2020
"whatwg-fetch": "^1.0.0"
2121
},
2222
"devDependencies": {
23-
"autoprefixer": "^6.3.6",
24-
"babel-core": "^6.9.1",
23+
"autoprefixer": "^6.3.7",
24+
"babel-core": "^6.10.4",
2525
"babel-loader": "^6.2.4",
2626
"babel-plugin-transform-class-properties": "^6.10.2",
2727
"babel-polyfill": "^6.9.1",
2828
"babel-preset-es2015": "^6.9.0",
29-
"babel-preset-react": "^6.5.0",
29+
"babel-preset-react": "^6.11.1",
3030
"body-parser": "^1.15.2",
3131
"connect-history-api-fallback": "^1.2.0",
3232
"copy-webpack-plugin": "^3.0.1",
3333
"css-loader": "^0.23.1",
3434
"express": "^4.14.0",
3535
"extract-text-webpack-plugin": "^1.0.1",
36-
"html-webpack-plugin": "^2.21.0",
37-
"mongoose": "^4.5.1",
36+
"html-webpack-plugin": "^2.22.0",
37+
"mongoose": "^4.5.3",
3838
"node-sass": "^3.8.0",
3939
"nodemon": "^1.9.2",
4040
"postcss-loader": "^0.9.1",
4141
"react-hot-loader": "^1.3.0",
42-
"sass-loader": "^3.2.1",
42+
"sass-loader": "^4.0.0",
4343
"style-loader": "^0.13.1",
4444
"webpack": "^1.13.1",
4545
"webpack-dev-middleware": "^1.6.1",
46-
"webpack-hot-middleware": "^2.10.0",
46+
"webpack-hot-middleware": "^2.12.1",
4747
"webpack-merge": "^0.14.0"
4848
}
4949
}

0 commit comments

Comments
 (0)