Skip to content

Commit eaa8fd5

Browse files
committed
chore(app): update deps
1 parent d85b688 commit eaa8fd5

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
@@ -31,55 +31,55 @@
3131
"license": "MIT",
3232
"dependencies": {
3333
"babel-core": "^6.9.1",
34-
"body-parser": "^1.14.2",
35-
"cross-env": "^1.0.7",
34+
"body-parser": "^1.15.1",
35+
"cross-env": "^1.0.8",
3636
"cuid": "^1.3.8",
3737
"express": "^4.13.4",
3838
"isomorphic-fetch": "^2.2.1",
39-
"mongoose": "^4.3.7",
39+
"mongoose": "^4.4.19",
4040
"react-helmet": "^3.1.0",
41-
"react": "^15.0.1",
42-
"react-dom": "^15.0.1",
43-
"react-redux": "^4.1.2",
44-
"react-router": "^2.0.0-rc5",
41+
"react": "^15.1.0",
42+
"react-dom": "^15.1.0",
43+
"react-redux": "^4.4.5",
44+
"react-router": "^2.4.1",
4545
"redux": "^3.5.2",
46-
"redux-thunk": "^2.0.1",
47-
"sanitize-html": "^1.11.3",
46+
"redux-thunk": "^2.1.0",
47+
"sanitize-html": "^1.11.4",
4848
"slug": "^0.9.1"
4949
},
5050
"devDependencies": {
5151
"babel-eslint": "^6.0.4",
52-
"babel-loader": "^6.2.1",
52+
"babel-loader": "^6.2.4",
5353
"babel-polyfill": "^6.9.1",
54-
"babel-preset-es2015": "^6.3.13",
54+
"babel-preset-es2015": "^6.9.0",
5555
"babel-preset-es2015-native-modules": "^6.6.0",
56-
"babel-preset-react": "^6.3.13",
56+
"babel-preset-react": "^6.5.0",
5757
"babel-preset-react-optimize": "^1.0.1",
5858
"babel-preset-stage-0": "^6.5.0",
59-
"babel-register": "^6.7.2",
59+
"babel-register": "^6.9.0",
6060
"chai": "^3.5.0",
61-
"clean-css": "^3.4.9",
61+
"clean-css": "^3.4.13",
6262
"css-loader": "^0.23.1",
6363
"css-modules-require-hook": "^4.0.1",
6464
"deep-freeze": "0.0.1",
6565
"eslint": "^2.11.0",
6666
"eslint-config-airbnb": "^9.0.1",
67-
"eslint-plugin-import": "^1.8.0",
67+
"eslint-plugin-import": "^1.8.1",
6868
"eslint-plugin-jsx-a11y": "^1.2.2",
6969
"eslint-plugin-react": "^5.1.1",
70-
"expect": "^1.13.4",
70+
"expect": "^1.20.1",
7171
"extract-text-webpack-plugin": "^1.0.1",
7272
"mocha": "^2.5.3",
73-
"nodemon": "^1.9.1",
74-
"pre-commit": "^1.1.2",
75-
"react-addons-test-utils": "^15.0.1",
73+
"nodemon": "^1.9.2",
74+
"pre-commit": "^1.1.3",
75+
"react-addons-test-utils": "^15.1.0",
7676
"react-hot-loader": "^3.0.0-beta.2",
77-
"redux-devtools": "^3.1.1",
78-
"redux-devtools-dock-monitor": "^1.1.0",
79-
"redux-devtools-log-monitor": "^1.0.4",
80-
"rimraf": "^2.5.1",
77+
"redux-devtools": "^3.3.1",
78+
"redux-devtools-dock-monitor": "^1.1.1",
79+
"redux-devtools-log-monitor": "^1.0.11",
80+
"rimraf": "^2.5.2",
8181
"style-loader": "^0.13.1",
82-
"supertest": "^1.1.0",
82+
"supertest": "^1.2.0",
8383
"webpack": "^2.1.0-beta.8",
8484
"webpack-dev-server": "^2.1.0-beta.0",
8585
"webpack-dev-middleware": "^1.6.1",

0 commit comments

Comments
 (0)