|
16 | 16 | ],
|
17 | 17 | "license": "MIT",
|
18 | 18 | "devDependencies": {
|
19 |
| - "babel-core": "^6.26.3", |
20 |
| - "babel-eslint": "^8.1.2", |
| 19 | + "@babel/core": "^7.0.0", |
| 20 | + "@babel/plugin-proposal-class-properties": "^7.0.0", |
| 21 | + "@babel/plugin-transform-runtime": "^7.0.0", |
| 22 | + "@babel/preset-env": "^7.0.0", |
| 23 | + "@babel/preset-flow": "^7.0.0", |
| 24 | + "@babel/register": "^7.0.0", |
| 25 | + "@babel/runtime": "^7.0.0", |
| 26 | + "babel-core": "^7.0.0-bridge.0", |
| 27 | + "babel-eslint": "^9.0.0", |
21 | 28 | "babel-jest": "^23.0.1",
|
22 |
| - "babel-loader": "^7.1.4", |
23 |
| - "babel-plugin-istanbul": "^4.1.6", |
24 |
| - "babel-plugin-transform-class-properties": "^6.23.0", |
25 |
| - "babel-plugin-transform-runtime": "^6.15.0", |
| 29 | + "babel-loader": "^8.0.2", |
| 30 | + "babel-plugin-istanbul": "^5.0.1", |
26 | 31 | "babel-plugin-version-inline": "^1.0.0",
|
27 |
| - "babel-preset-es2015": "^6.18.0", |
28 |
| - "babel-preset-flow": "^6.23.0", |
29 |
| - "babel-register": "^6.26.0", |
30 | 32 | "benchmark": "^2.1.4",
|
31 | 33 | "codecov": "^3.0.4",
|
32 | 34 | "css-loader": "^1.0.0",
|
33 | 35 | "cssnano": "^4.0.1",
|
34 | 36 | "eslint": "^5.0.0",
|
35 | 37 | "eslint-plugin-flowtype": "^2.40.1",
|
36 | 38 | "eslint-plugin-react": "^7.10.0",
|
37 |
| - "eslint-plugin-transform-runtime-aliasing": "^1.0.0", |
| 39 | + "eslint-plugin-transform-runtime-aliasing": "^1.2.0", |
38 | 40 | "file-loader": "^1.1.11",
|
39 | 41 | "flow-bin": "^0.80.0",
|
40 | 42 | "fs-extra": "^7.0.0",
|
41 | 43 | "greenkeeper-lockfile": "^1.15.1",
|
42 | 44 | "husky": "^1.0.0-rc.8",
|
43 |
| - "istanbul-api": "^1.3.1", |
44 |
| - "istanbul-lib-coverage": "^1.2.0", |
45 |
| - "jest": "^23.0.1", |
| 45 | + "istanbul-api": "^2.0.5", |
| 46 | + "istanbul-lib-coverage": "^2.0.1", |
| 47 | + "jest": "^23.5.0", |
46 | 48 | "jest-serializer-html": "^5.0.0",
|
47 | 49 | "js-yaml": "^3.10.0",
|
48 | 50 | "json-stable-stringify": "^1.0.1",
|
|
56 | 58 | "query-string": "^5.1.1",
|
57 | 59 | "rimraf": "^2.6.2",
|
58 | 60 | "rollup": "^0.65.0",
|
59 |
| - "rollup-plugin-babel": "^3.0.7", |
| 61 | + "rollup-plugin-babel": "^4.0.2", |
60 | 62 | "selenium-webdriver": "^3.6.0",
|
61 | 63 | "sri-toolbox": "^0.2.0",
|
62 | 64 | "style-loader": "^0.22.0",
|
|
0 commit comments