|
33 | 33 | "generate-list-of-rules:check": "npm run generate-list-of-rules && git diff --exit-code README.md"
|
34 | 34 | },
|
35 | 35 | "devDependencies": {
|
36 |
| - "@babel/cli": "^7.17.0", |
37 |
| - "@babel/eslint-parser": "^7.17.0", |
38 |
| - "@babel/plugin-transform-flow-strip-types": "^7.16.7", |
39 | 36 | "ast-types-flow": "^0.0.7",
|
40 | 37 | "aud": "^2.0.0",
|
| 38 | + "@babel/cli": "^7.17.0", |
| 39 | + "@babel/core": "^7.17.5", |
| 40 | + "@babel/eslint-parser": "^7.17.0", |
41 | 41 | "babel-jest": "^24.9.0",
|
42 | 42 | "babel-plugin-add-module-exports": "^1.0.4",
|
| 43 | + "@babel/plugin-transform-flow-strip-types": "^7.16.7", |
43 | 44 | "babel-preset-airbnb": "^5.0.0",
|
| 45 | + "@babel/register": "^7.17.0", |
44 | 46 | "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8",
|
45 | 47 | "eslint-config-airbnb-base": "^15.0.0",
|
46 | 48 | "eslint-plugin-eslint-plugin": "^4.1.0",
|
|
57 | 59 | "object.assign": "^4.1.2",
|
58 | 60 | "rimraf": "^3.0.2",
|
59 | 61 | "safe-publish-latest": "^2.0.0",
|
60 |
| - "to-ast": "^1.0.0", |
61 |
| - "@babel/core": "^7.17.5", |
62 |
| - "@babel/register": "^7.17.0" |
| 62 | + "to-ast": "^1.0.0" |
63 | 63 | },
|
64 | 64 | "engines": {
|
65 | 65 | "node": ">=4.0"
|
|
0 commit comments