|
23 | 23 | "react-scripts": "./bin/react-scripts.js"
|
24 | 24 | },
|
25 | 25 | "dependencies": {
|
26 |
| - "autoprefixer": "6.5.1", |
27 |
| - "babel-core": "6.17.0", |
| 26 | + "autoprefixer": "6.7.2", |
| 27 | + "babel-core": "6.22.1", |
28 | 28 | "babel-eslint": "7.1.1",
|
29 | 29 | "babel-jest": "18.0.0",
|
30 | 30 | "babel-loader": "6.2.10",
|
31 |
| - "babel-runtime": "^6.20.0", |
32 | 31 | "babel-preset-react-app": "^2.0.1",
|
| 32 | + "babel-runtime": "^6.20.0", |
33 | 33 | "case-sensitive-paths-webpack-plugin": "1.1.4",
|
34 | 34 | "chalk": "1.1.3",
|
35 | 35 | "connect-history-api-fallback": "1.3.0",
|
36 | 36 | "cross-spawn": "4.0.2",
|
37 |
| - "css-loader": "0.26.0", |
| 37 | + "css-loader": "0.26.1", |
38 | 38 | "detect-port": "1.0.1",
|
39 | 39 | "dotenv": "2.0.0",
|
40 | 40 | "eslint": "3.8.1",
|
|
45 | 45 | "eslint-plugin-jsx-a11y": "2.2.3",
|
46 | 46 | "eslint-plugin-react": "6.4.1",
|
47 | 47 | "extract-text-webpack-plugin": "1.0.1",
|
48 |
| - "file-loader": "0.9.0", |
| 48 | + "file-loader": "0.10.0", |
49 | 49 | "filesize": "3.3.0",
|
50 | 50 | "fs-extra": "0.30.0",
|
51 | 51 | "gzip-size": "3.0.0",
|
52 | 52 | "html-webpack-plugin": "2.24.0",
|
53 |
| - "http-proxy-middleware": "0.17.2", |
| 53 | + "http-proxy-middleware": "0.17.3", |
54 | 54 | "jest": "18.1.0",
|
55 | 55 | "json-loader": "0.5.4",
|
56 |
| - "object-assign": "4.1.0", |
57 |
| - "postcss-loader": "1.0.0", |
| 56 | + "object-assign": "4.1.1", |
| 57 | + "postcss-loader": "1.2.2", |
58 | 58 | "promise": "7.1.1",
|
59 | 59 | "react-dev-utils": "^0.4.2",
|
60 | 60 | "recursive-readdir": "2.1.0",
|
|
64 | 64 | "webpack": "1.14.0",
|
65 | 65 | "webpack-dev-server": "1.16.2",
|
66 | 66 | "webpack-manifest-plugin": "1.1.0",
|
67 |
| - "whatwg-fetch": "1.0.0" |
| 67 | + "whatwg-fetch": "2.0.2" |
68 | 68 | },
|
69 | 69 | "devDependencies": {
|
70 | 70 | "react": "^15.3.0",
|
71 | 71 | "react-dom": "^15.3.0"
|
72 | 72 | },
|
73 | 73 | "optionalDependencies": {
|
74 |
| - "fsevents": "1.0.14" |
| 74 | + "fsevents": "1.0.17" |
75 | 75 | }
|
76 | 76 | }
|
0 commit comments