|
1 | 1 | { |
2 | 2 | "name": "stoke-react-scripts", |
3 | | - "version": "2.0.0-beta.0", |
| 3 | + "version": "2.0.0-beta.1", |
4 | 4 | "description": "Common scripts for running React-based apps and websites", |
5 | 5 | "repository": "stokestudio/stoke-react-scripts", |
6 | 6 | "author": "Kevin Wade <kevin@stokestudio.com>", |
|
13 | 13 | "react-dom": "15.x" |
14 | 14 | }, |
15 | 15 | "dependencies": { |
16 | | - "autoprefixer": "^6.5.1", |
17 | | - "babel-core": "^6.17.0", |
| 16 | + "autoprefixer": "^6.7.2", |
| 17 | + "babel-core": "^6.22.1", |
18 | 18 | "babel-loader": "^6.2.5", |
19 | 19 | "babel-plugin-lodash": "^3.2.9", |
20 | | - "babel-plugin-transform-function-bind": "^6.8.0", |
21 | | - "babel-preset-latest": "^6.16.0", |
22 | | - "babel-preset-react": "^6.16.0", |
23 | | - "babel-preset-stage-2": "^6.17.0", |
| 20 | + "babel-plugin-transform-function-bind": "^6.22.0", |
| 21 | + "babel-preset-latest": "^6.22.0", |
| 22 | + "babel-preset-react": "^6.22.0", |
| 23 | + "babel-preset-stage-2": "^6.22.0", |
24 | 24 | "css-loader": "^0.26.1", |
25 | 25 | "eslint-loader": "^1.6.0", |
26 | | - "extract-text-webpack-plugin": "^2.0.0-beta.4", |
| 26 | + "extract-text-webpack-plugin": "^2.0.0-rc.3", |
27 | 27 | "html-loader": "^0.4.4", |
28 | 28 | "json-loader": "^0.5.4", |
29 | | - "node-sass": "^4.1.1", |
| 29 | + "node-sass": "^4.5.0", |
30 | 30 | "postcss-assets": "^4.1.0", |
31 | 31 | "postcss-flexbugs-fixes": "^2.0.0", |
32 | | - "postcss-loader": "^1.0.0", |
| 32 | + "postcss-loader": "^1.2.2", |
33 | 33 | "postcss-pseudo-class-any-link": "^3.0.1", |
34 | | - "postcss-pxtorem": "^3.3.1", |
| 34 | + "postcss-pxtorem": "^4.0.0", |
35 | 35 | "precss": "^1.4.0", |
36 | 36 | "promise": "^7.1.1", |
37 | | - "react-hot-loader": "^3.0.0-beta.5", |
| 37 | + "react-hot-loader": "^3.0.0-beta.6", |
38 | 38 | "sass-loader": "^4.0.2", |
39 | 39 | "style-loader": "^0.13.1", |
40 | | - "webpack": "^2.2.0-rc.3", |
41 | | - "webpack-dev-server": "^2.2.0-rc.0", |
42 | | - "whatwg-fetch": "^2.0.1" |
| 40 | + "webpack": "^2.2.1", |
| 41 | + "webpack-dev-server": "^2.3.0", |
| 42 | + "whatwg-fetch": "^2.0.2" |
43 | 43 | }, |
44 | 44 | "devDependencies": { |
45 | 45 | "babel-eslint": "^7.0.0", |
46 | | - "eslint": "^3.8.1", |
| 46 | + "eslint": "^3.15.0", |
47 | 47 | "eslint-config-react-app": "^0.5.0", |
48 | | - "eslint-plugin-flowtype": "^2.21.0", |
| 48 | + "eslint-plugin-flowtype": "^2.30.0", |
49 | 49 | "eslint-plugin-import": "^2.0.1", |
50 | 50 | "eslint-plugin-jsx-a11y": "^3.0.2", |
51 | | - "eslint-plugin-react": "^6.4.1" |
| 51 | + "eslint-plugin-react": "^6.9.0" |
52 | 52 | } |
53 | 53 | } |
0 commit comments