|
21 | 21 | "axios": "^0.16.2", |
22 | 22 | "bootstrap": "4.0.0-alpha.6", |
23 | 23 | "compression": "^1.6.2", |
24 | | - "express": "^4.14.0", |
| 24 | + "express": "^4.15.4", |
25 | 25 | "object-assign": "^4.1.1", |
26 | | - "promise": "^7.1.1", |
| 26 | + "promise": "^8.0.1", |
27 | 27 | "prop-types": "^15.5.10", |
28 | 28 | "react": "^15.6.1", |
29 | 29 | "react-dom": "^15.5.4", |
30 | | - "react-redux": "^5.0.4", |
31 | | - "react-router-dom": "^4.1.2", |
| 30 | + "react-redux": "^5.0.6", |
| 31 | + "react-router-dom": "^4.2.2", |
32 | 32 | "react-spinkit": "^3.0.0", |
33 | 33 | "react-transition-group": "^1.1.2", |
34 | 34 | "reactstrap": "^4.8.0", |
|
38 | 38 | "whatwg-fetch": "^2.0.3" |
39 | 39 | }, |
40 | 40 | "devDependencies": { |
41 | | - "ajv": "^4.11.8", |
42 | | - "babel-core": "^6.24.1", |
| 41 | + "babel-core": "^6.26.0", |
43 | 42 | "babel-eslint": "^7.2.3", |
44 | | - "babel-loader": "^7.0.0", |
| 43 | + "babel-loader": "^7.1.2", |
45 | 44 | "babel-plugin-syntax-dynamic-import": "^6.18.0", |
46 | 45 | "babel-plugin-transform-class-properties": "^6.24.1", |
47 | | - "babel-plugin-transform-object-rest-spread": "^6.23.0", |
| 46 | + "babel-plugin-transform-object-rest-spread": "^6.26.0", |
48 | 47 | "babel-plugin-transform-runtime": "^6.15.0", |
49 | 48 | "babel-preset-env": "^1.4.0", |
50 | 49 | "babel-preset-react": "^6.24.1", |
51 | | - "babel-runtime": "^6.20.0", |
52 | | - "chalk": "^1.1.3", |
53 | | - "cross-env": "^5.0.0", |
54 | | - "css-loader": "^0.28.1", |
55 | | - "eslint": "^3.19.0", |
| 50 | + "babel-runtime": "^6.26.0", |
| 51 | + "chalk": "^2.1.0", |
| 52 | + "cross-env": "^5.0.5", |
| 53 | + "css-loader": "^0.28.5", |
| 54 | + "eslint": "^4.5.0", |
56 | 55 | "eslint-config-standard": "^10.2.1", |
57 | 56 | "eslint-config-standard-react": "^5.0.0", |
58 | 57 | "eslint-plugin-babel": "^4.1.1", |
59 | 58 | "eslint-plugin-import": "^2.2.0", |
60 | | - "eslint-plugin-node": "^4.2.2", |
| 59 | + "eslint-plugin-node": "^5.1.1", |
61 | 60 | "eslint-plugin-promise": "^3.5.0", |
62 | | - "eslint-plugin-react": "^7.0.1", |
| 61 | + "eslint-plugin-react": "^7.3.0", |
63 | 62 | "eslint-plugin-standard": "^3.0.1", |
64 | 63 | "extract-text-webpack-plugin": "^3.0.0", |
65 | 64 | "figures": "^2.0.0", |
66 | 65 | "file-loader": "^0.11.1", |
67 | | - "fs-extra": "^3.0.1", |
| 66 | + "fs-extra": "^4.0.1", |
68 | 67 | "html-webpack-plugin": "^2.24.1", |
69 | 68 | "node-sass": "^4.5.3", |
70 | 69 | "rimraf": "^2.6.1", |
71 | 70 | "sass-loader": "^6.0.5", |
72 | | - "style-loader": "^0.17.0", |
| 71 | + "style-loader": "^0.18.2", |
73 | 72 | "url-loader": "^0.5.8", |
74 | 73 | "webpack": "^3.5.5", |
75 | | - "webpack-dev-middleware": "^1.8.4", |
76 | | - "webpack-hot-middleware": "^2.13.2" |
| 74 | + "webpack-dev-middleware": "^1.12.0", |
| 75 | + "webpack-hot-middleware": "^2.18.2" |
77 | 76 | } |
78 | 77 | } |
0 commit comments