|
16 | 16 | "author": "Kévin Dunglas", |
17 | 17 | "license": "MIT", |
18 | 18 | "devDependencies": { |
19 | | - "babel-cli": "^6.26.0", |
20 | | - "babel-core": "^6.26.3", |
| 19 | + "@babel/cli": "^7.0.0", |
| 20 | + "@babel/core": "^7.0.0", |
21 | 21 | "babel-eslint": "^10.0.0", |
22 | | - "babel-jest": "^23.6.0", |
23 | | - "babel-plugin-transform-flow-strip-types": "^6.22.0", |
24 | | - "babel-plugin-transform-runtime": "^6.23.0", |
25 | | - "babel-preset-es2015": "^6.24.1", |
26 | | - "babel-preset-stage-0": "^6.24.1", |
| 22 | + "babel-jest": "^24.0.0", |
27 | 23 | "eslint": "^5.6.0", |
| 24 | + "@babel/plugin-transform-flow-strip-types": "^7.0.0", |
| 25 | + "@babel/plugin-transform-runtime": "^7.0.0", |
| 26 | + "@babel/plugin-proposal-export-default-from": "^7.0.0", |
| 27 | + "@babel/plugin-proposal-class-properties": "^7.0.0", |
| 28 | + "@babel/preset-env": "^7.6.0", |
28 | 29 | "eslint-config-prettier": "^3.1.0", |
29 | 30 | "eslint-plugin-import": "^2.14.0", |
30 | 31 | "eslint-plugin-prettier": "^2.6.2", |
31 | | - "jest": "^23.6.0", |
| 32 | + "jest": "^24.0.0", |
32 | 33 | "prettier": "^1.14.3", |
33 | 34 | "tmp": "^0.0.33" |
34 | 35 | }, |
35 | 36 | "dependencies": { |
36 | | - "@api-platform/api-doc-parser": "^0.7.3", |
37 | | - "babel-runtime": "^6.26.0", |
| 37 | + "@api-platform/api-doc-parser": "^0.8.0", |
| 38 | + "@babel/runtime": "^7.0.0", |
38 | 39 | "chalk": "^2.4.1", |
39 | 40 | "commander": "^2.18.0", |
40 | 41 | "handlebars": "^4.0.12", |
|
0 commit comments