|
25 | 25 | "node": ">=0.12.0" |
26 | 26 | }, |
27 | 27 | "dependencies": { |
28 | | - "babel-core": "5.8.30", |
29 | | - "babel-loader": "5.3.2", |
30 | | - "babel-plugin-react-display-name": "2.0.0", |
31 | | - "babel-plugin-react-transform": "1.1.1", |
32 | | - "chalk": "1.1.1", |
| 28 | + "babel-core": "~6.9.0", |
| 29 | + "babel-loader": "6.2.4", |
| 30 | + "babel-preset-react-hmre": "^1.1.1", |
| 31 | + "babel-plugin-react-transform": "2.0.2", |
| 32 | + "babel-preset-es2015": "^6.9.0", |
| 33 | + "babel-preset-react": "^6.5.0", |
| 34 | + "babel-preset-stage-0": "^6.5.0", |
| 35 | + "chalk": "1.1.3", |
33 | 36 | "codemirror": "5.8.0", |
34 | | - "css-loader": "0.21.0", |
| 37 | + "cross-env": "^1.0.7", |
| 38 | + "css-loader": "0.23.1", |
35 | 39 | "express": "4.13.3", |
36 | | - "extract-text-webpack-plugin": "0.8.2", |
| 40 | + "extract-text-webpack-plugin": "1.0.1", |
37 | 41 | "findup": "0.1.5", |
38 | | - "glob": "5.0.15", |
39 | | - "lodash": "3.10.1", |
| 42 | + "glob": "7.0.3", |
| 43 | + "lodash": "4.12.0", |
40 | 44 | "marked": "0.3.5", |
41 | 45 | "minimist": "1.2.0", |
42 | 46 | "postcss-advanced-variables": "1.2.2", |
43 | | - "postcss-loader": "0.7.0", |
| 47 | + "postcss-loader": "0.9.1", |
44 | 48 | "prettyjson": "1.1.3", |
45 | | - "react-codemirror": "0.1.7", |
46 | | - "react-transform-catch-errors": "1.0.0", |
47 | | - "react-transform-hmr": "1.0.1", |
| 49 | + "react": "^0.14.8", |
| 50 | + "react-codemirror": "0.2.6", |
| 51 | + "react-dom": "^0.14.8", |
| 52 | + "react-transform-catch-errors": "1.0.2", |
| 53 | + "react-transform-hmr": "1.0.4", |
48 | 54 | "redbox-react": "1.1.1", |
49 | 55 | "sanitize.css": "3.0.0", |
50 | 56 | "style-loader": "0.13.0", |
51 | | - "webpack": "1.12.2", |
52 | | - "webpack-dev-middleware": "1.2.0", |
53 | | - "webpack-hot-middleware": "2.4.1", |
54 | | - "webpack-merge": "0.2.0" |
| 57 | + "webpack": "1.13.1", |
| 58 | + "webpack-dev-middleware": "1.6.1", |
| 59 | + "webpack-hot-middleware": "2.10.0", |
| 60 | + "webpack-merge": "0.12.0" |
55 | 61 | }, |
56 | 62 | "peerDependencies": { |
57 | 63 | "react": ">=0.14.0", |
58 | 64 | "react-dom": "~0.14.2" |
59 | 65 | }, |
60 | 66 | "devDependencies": { |
61 | | - "babel-core": "~5.8.30", |
62 | | - "babel-eslint": "4.1.3", |
63 | | - "chai": "~3.4.1", |
| 67 | + "babel-core": "~6.9.0", |
| 68 | + "babel-eslint": "6.0.4", |
| 69 | + "babel-preset-react-hmre": "^1.1.1", |
| 70 | + "babel-standalone": "^6.7.7", |
| 71 | + "chai": "~3.5.0", |
64 | 72 | "css-modules-require-hook": "~2.0.2", |
65 | | - "eslint": "1.7.3", |
66 | | - "eslint-plugin-react": "3.6.3", |
| 73 | + "eslint": "2.10.2", |
| 74 | + "eslint-plugin-react": "5.1.1", |
67 | 75 | "expect-react-shallow": "~1.0.0", |
68 | | - "gulp": "3.9.0", |
| 76 | + "gulp": "3.9.1", |
69 | 77 | "gulp-gh-pages": "0.5.4", |
70 | | - "mocha": "~2.3.3", |
| 78 | + "mocha": "~2.4.5", |
71 | 79 | "postcss-modules-extract-imports": "~1.0.0", |
72 | 80 | "postcss-modules-scope": "~1.0.0", |
73 | | - "react": "~0.14.2" |
| 81 | + "react": "^0.14.8" |
74 | 82 | }, |
75 | 83 | "scripts": { |
76 | 84 | "test": "npm run lint && npm run mocha && npm run build", |
|
0 commit comments