|
7 | 7 | "build" |
8 | 8 | ], |
9 | 9 | "devDependencies": { |
10 | | - "ava": "0.13.0", |
11 | | - "babel-eslint": "5.0.0", |
12 | | - "babel-plugin-transform-async-to-generator": "6.7.0", |
13 | | - "babel-plugin-transform-class-properties": "6.6.0", |
14 | | - "babel-plugin-transform-object-rest-spread": "6.6.5", |
15 | | - "babel-plugin-transform-proto-to-assign": "6.6.5", |
16 | | - "babel-plugin-transform-runtime": "6.6.0", |
17 | | - "babel-preset-es2015": "6.6.0", |
| 10 | + "ava": "0.15.2", |
| 11 | + "babel-eslint": "6.1.2", |
| 12 | + "babel-plugin-transform-async-to-generator": "6.8.0", |
| 13 | + "babel-plugin-transform-class-properties": "6.11.5", |
| 14 | + "babel-plugin-transform-object-rest-spread": "6.8.0", |
| 15 | + "babel-plugin-transform-proto-to-assign": "6.9.0", |
| 16 | + "babel-plugin-transform-runtime": "6.9.0", |
| 17 | + "babel-preset-es2015": "6.9.0", |
18 | 18 | "babel-preset-es2015-loose": "7.0.0", |
19 | | - "babel-preset-react": "6.5.0", |
20 | | - "babel-register": "6.7.2", |
21 | | - "babel-runtime": "6.6.1", |
22 | | - "del": "2.2.0", |
23 | | - "eslint-config-standard": "4.4.0", |
24 | | - "eslint-config-standard-jsx": "1.1.1", |
25 | | - "eslint-config-standard-react": "2.3.0", |
26 | | - "eslint-plugin-react": "4.2.1", |
27 | | - "eslint-plugin-standard": "1.3.2", |
| 19 | + "babel-preset-react": "6.11.1", |
| 20 | + "babel-register": "6.11.6", |
| 21 | + "babel-runtime": "6.11.6", |
| 22 | + "del": "2.2.1", |
| 23 | + "eslint-config-standard": "5.3.5", |
| 24 | + "eslint-config-standard-jsx": "2.0.0", |
| 25 | + "eslint-config-standard-react": "3.0.0", |
| 26 | + "eslint-plugin-react": "5.2.2", |
| 27 | + "eslint-plugin-standard": "2.0.0", |
28 | 28 | "gulp": "3.9.1", |
29 | 29 | "gulp-babel": "6.1.2", |
30 | | - "gulp-eslint": "1.1.1", |
| 30 | + "gulp-eslint": "3.0.1", |
31 | 31 | "gulp-task-listing": "1.0.1", |
32 | | - "jsdom": "8.1.0", |
33 | | - "lolex": "1.4.0", |
34 | | - "react": "0.14.7", |
35 | | - "react-dom": "0.14.7" |
| 32 | + "jsdom": "9.4.1", |
| 33 | + "lolex": "1.5.0", |
| 34 | + "react": "15.2.1", |
| 35 | + "react-dom": "15.2.1" |
36 | 36 | }, |
37 | 37 | "scripts": { |
38 | 38 | "gulp": "gulp", |
|
0 commit comments