|
31 | 31 | "license": "MIT",
|
32 | 32 | "dependencies": {
|
33 | 33 | "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", |
36 | 36 | "cuid": "^1.3.8",
|
37 | 37 | "express": "^4.13.4",
|
38 | 38 | "isomorphic-fetch": "^2.2.1",
|
39 |
| - "mongoose": "^4.3.7", |
| 39 | + "mongoose": "^4.4.19", |
40 | 40 | "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", |
45 | 45 | "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", |
48 | 48 | "slug": "^0.9.1"
|
49 | 49 | },
|
50 | 50 | "devDependencies": {
|
51 | 51 | "babel-eslint": "^6.0.4",
|
52 |
| - "babel-loader": "^6.2.1", |
| 52 | + "babel-loader": "^6.2.4", |
53 | 53 | "babel-polyfill": "^6.9.1",
|
54 |
| - "babel-preset-es2015": "^6.3.13", |
| 54 | + "babel-preset-es2015": "^6.9.0", |
55 | 55 | "babel-preset-es2015-native-modules": "^6.6.0",
|
56 |
| - "babel-preset-react": "^6.3.13", |
| 56 | + "babel-preset-react": "^6.5.0", |
57 | 57 | "babel-preset-react-optimize": "^1.0.1",
|
58 | 58 | "babel-preset-stage-0": "^6.5.0",
|
59 |
| - "babel-register": "^6.7.2", |
| 59 | + "babel-register": "^6.9.0", |
60 | 60 | "chai": "^3.5.0",
|
61 |
| - "clean-css": "^3.4.9", |
| 61 | + "clean-css": "^3.4.13", |
62 | 62 | "css-loader": "^0.23.1",
|
63 | 63 | "css-modules-require-hook": "^4.0.1",
|
64 | 64 | "deep-freeze": "0.0.1",
|
65 | 65 | "eslint": "^2.11.0",
|
66 | 66 | "eslint-config-airbnb": "^9.0.1",
|
67 |
| - "eslint-plugin-import": "^1.8.0", |
| 67 | + "eslint-plugin-import": "^1.8.1", |
68 | 68 | "eslint-plugin-jsx-a11y": "^1.2.2",
|
69 | 69 | "eslint-plugin-react": "^5.1.1",
|
70 |
| - "expect": "^1.13.4", |
| 70 | + "expect": "^1.20.1", |
71 | 71 | "extract-text-webpack-plugin": "^1.0.1",
|
72 | 72 | "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", |
76 | 76 | "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", |
81 | 81 | "style-loader": "^0.13.1",
|
82 |
| - "supertest": "^1.1.0", |
| 82 | + "supertest": "^1.2.0", |
83 | 83 | "webpack": "^2.1.0-beta.8",
|
84 | 84 | "webpack-dev-server": "^2.1.0-beta.0",
|
85 | 85 | "webpack-dev-middleware": "^1.6.1",
|
|
0 commit comments