|
19 | 19 | ], |
20 | 20 | "dependencies": { |
21 | 21 | "@babel/parser": "^7.20.0", |
22 | | - "flow-parser": "^0.185.0", |
| 22 | + "flow-parser": "^0.206.0", |
23 | 23 | "jscodeshift": "^0.14.0", |
24 | 24 | "nullthrows": "^1.1.1" |
25 | 25 | }, |
26 | 26 | "devDependencies": { |
27 | 27 | "@babel/core": "^7.20.0", |
28 | | - "@babel/plugin-proposal-class-properties": "^7.0.0", |
29 | | - "@babel/plugin-proposal-nullish-coalescing-operator": "^7.0.0", |
30 | | - "@babel/plugin-proposal-object-rest-spread": "^7.0.0", |
31 | | - "@babel/plugin-proposal-optional-chaining": "^7.0.0", |
32 | | - "@babel/plugin-syntax-dynamic-import": "^7.0.0", |
33 | | - "@babel/plugin-transform-async-to-generator": "^7.0.0", |
34 | | - "@babel/plugin-transform-destructuring": "^7.0.0", |
35 | | - "@babel/plugin-transform-flow-strip-types": "^7.0.0", |
36 | | - "@babel/preset-env": "^7.14.0", |
| 28 | + "@babel/plugin-proposal-class-properties": "^7.18.0", |
| 29 | + "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.0", |
| 30 | + "@babel/plugin-proposal-object-rest-spread": "^7.20.0", |
| 31 | + "@babel/plugin-proposal-optional-chaining": "^7.20.0", |
| 32 | + "@babel/plugin-syntax-dynamic-import": "^7.8.0", |
| 33 | + "@babel/plugin-transform-async-to-generator": "^7.20.0", |
| 34 | + "@babel/plugin-transform-destructuring": "^7.20.0", |
| 35 | + "@babel/plugin-transform-flow-strip-types": "^7.20.0", |
| 36 | + "@babel/preset-env": "^7.20.0", |
37 | 37 | "chalk": "^4.0.0", |
38 | 38 | "glob": "^7.1.1", |
39 | 39 | "invariant": "^2.2.4", |
|
0 commit comments