|
23 | 23 | "react-scripts": "./bin/react-scripts.js"
|
24 | 24 | },
|
25 | 25 | "dependencies": {
|
26 |
| - "autoprefixer": "6.4.1", |
27 |
| - "babel-core": "6.14.0", |
28 |
| - "babel-eslint": "6.1.2", |
29 |
| - "babel-jest": "15.0.0", |
30 |
| - "babel-loader": "6.2.5", |
31 |
| - "babel-plugin-transform-decorators-legacy": "^1.3.4", |
32 |
| - "babel-preset-react-app": "^0.2.1", |
| 26 | + "autoprefixer": "6.5.1", |
| 27 | + "babel-core": "6.17.0", |
| 28 | + "babel-eslint": "7.0.0", |
| 29 | + "babel-jest": "16.0.0", |
| 30 | + "babel-loader": "6.2.7", |
| 31 | + "babel-preset-react-app": "^1.0.0", |
33 | 32 | "babel-preset-stage-0": "^6.5.0",
|
| 33 | + "babel-plugin-transform-decorators-legacy": "^1.3.4", |
34 | 34 | "case-sensitive-paths-webpack-plugin": "1.1.4",
|
35 | 35 | "chalk": "1.1.3",
|
36 | 36 | "connect-history-api-fallback": "1.3.0",
|
37 |
| - "cross-spawn": "4.0.0", |
38 |
| - "css-loader": "0.24.0", |
39 |
| - "detect-port": "1.0.0", |
| 37 | + "cross-spawn": "4.0.2", |
| 38 | + "css-loader": "0.25.0", |
| 39 | + "detect-port": "1.0.1", |
40 | 40 | "dotenv": "2.0.0",
|
41 |
| - "eslint": "3.5.0", |
42 |
| - "eslint-config-react-app": "^0.2.1", |
43 |
| - "eslint-loader": "1.5.0", |
44 |
| - "eslint-plugin-flowtype": "2.18.1", |
45 |
| - "eslint-plugin-import": "1.12.0", |
46 |
| - "eslint-plugin-jsx-a11y": "2.2.2", |
47 |
| - "eslint-plugin-react": "6.3.0", |
| 41 | + "eslint": "3.8.1", |
| 42 | + "eslint-config-react-app": "^0.3.0", |
| 43 | + "eslint-loader": "1.6.0", |
| 44 | + "eslint-plugin-flowtype": "2.21.0", |
| 45 | + "eslint-plugin-import": "2.0.1", |
| 46 | + "eslint-plugin-jsx-a11y": "2.2.3", |
| 47 | + "eslint-plugin-react": "6.4.1", |
48 | 48 | "extract-text-webpack-plugin": "1.0.1",
|
49 | 49 | "file-loader": "0.9.0",
|
50 | 50 | "filesize": "3.3.0",
|
51 |
| - "find-cache-dir": "0.1.1", |
52 | 51 | "fs-extra": "0.30.0",
|
53 | 52 | "gzip-size": "3.0.0",
|
54 |
| - "html-webpack-plugin": "2.22.0", |
55 |
| - "http-proxy-middleware": "0.17.1", |
56 |
| - "jest": "15.1.1", |
| 53 | + "html-webpack-plugin": "2.24.0", |
| 54 | + "http-proxy-middleware": "0.17.2", |
| 55 | + "jest": "16.0.2", |
57 | 56 | "json-loader": "0.5.4",
|
58 | 57 | "less": "^2.7.1",
|
59 | 58 | "less-loader": "^2.2.3",
|
60 | 59 | "node-sass": "^3.10.0",
|
61 | 60 | "object-assign": "4.1.0",
|
62 | 61 | "path-exists": "2.1.0",
|
63 |
| - "postcss-loader": "0.13.0", |
| 62 | + "postcss-loader": "1.0.0", |
64 | 63 | "promise": "7.1.1",
|
65 |
| - "react-dev-utils": "^0.2.1", |
| 64 | + "react-dev-utils": "^0.3.0", |
66 | 65 | "recursive-readdir": "2.1.0",
|
67 | 66 | "rimraf": "2.5.4",
|
68 | 67 | "sass-loader": "^4.0.2",
|
|
72 | 71 | "stylus-loader": "^2.3.1",
|
73 | 72 | "url-loader": "0.5.7",
|
74 | 73 | "webpack": "1.13.2",
|
75 |
| - "webpack-dev-server": "1.16.1", |
| 74 | + "webpack-dev-server": "1.16.2", |
| 75 | + "webpack-manifest-plugin": "1.1.0", |
76 | 76 | "whatwg-fetch": "1.0.0"
|
77 | 77 | },
|
78 | 78 | "devDependencies": {
|
|
134 | 134 | "url-loader",
|
135 | 135 | "webpack",
|
136 | 136 | "webpack-dev-server",
|
| 137 | + "webpack-manifest-plugin", |
137 | 138 | "whatwg-fetch"
|
138 | 139 | ]
|
139 | 140 | }
|
0 commit comments