|
18 | 18 | "my-publish": "npm run my-pre-publish && yarn publish" |
19 | 19 | }, |
20 | 20 | "engines": { |
21 | | - "node": ">=4.0.0" |
| 21 | + "node": ">=16.0.0" |
22 | 22 | }, |
23 | 23 | "packageManager": "[email protected]", |
24 | 24 | "keywords": [ |
|
42 | 42 | "eslint-plugin-import": "*" |
43 | 43 | }, |
44 | 44 | "devDependencies": { |
45 | | - "babel-cli": "^6.26.0", |
46 | | - "babel-core": "^6.26.3", |
47 | | - "babel-eslint": "^10.1.0", |
48 | | - "babel-plugin-syntax-flow": "^6.18.0", |
49 | | - "babel-plugin-transform-flow-strip-types": "^6.22.0", |
50 | | - "babel-preset-es2015": "^6.24.1", |
51 | | - "babel-preset-stage-1": "^6.24.1", |
52 | | - "babel-register": "^6.26.0", |
| 45 | + "@babel/cli": "^7.19.3", |
| 46 | + "@babel/core": "^7.20.2", |
| 47 | + "@babel/eslint-parser": "^7.19.1", |
| 48 | + "@babel/plugin-proposal-export-default-from": "^7.18.10", |
| 49 | + "@babel/plugin-syntax-flow": "^7.18.6", |
| 50 | + "@babel/plugin-transform-flow-strip-types": "^7.19.0", |
| 51 | + "@babel/preset-env": "^7.20.2", |
| 52 | + "@babel/register": "^7.18.9", |
53 | 53 | "babel-watch": "^7.7.0", |
54 | 54 | "chai": "^4.3.6", |
55 | 55 | "concurrently": "^7.5.0", |
|
58 | 58 | "eslint-module-utils": "^2.7.4", |
59 | 59 | "eslint-plugin-flowtype": "^8.0.3", |
60 | 60 | "eslint-plugin-import": "^2.26.0", |
| 61 | + "eslint-plugin-n": "^15.4.0", |
61 | 62 | "eslint-plugin-promise": "^6.1.1", |
62 | 63 | "eslint-plugin-standard": "^5.0.0", |
63 | 64 | "flow-bin": "^0.192.0", |
|
0 commit comments