|
15 | 15 | "format": "prettier --write \"**/*.{js,ts,tsx}\"" |
16 | 16 | }, |
17 | 17 | "devDependencies": { |
18 | | - "@babel/core": "7.17.5", |
19 | | - "@babel/eslint-parser": "7.17.0", |
| 18 | + "@babel/core": "7.18.2", |
| 19 | + "@babel/eslint-parser": "7.18.2", |
20 | 20 | "@babel/plugin-syntax-flow": "^7.17.12", |
21 | 21 | "@babel/plugin-transform-react-jsx": "^7.17.12", |
22 | | - "@babel/plugin-transform-runtime": "7.17.0", |
23 | | - "@babel/preset-env": "7.16.11", |
24 | | - "@babel/preset-react": "7.16.7", |
25 | | - "@babel/preset-typescript": "7.16.7", |
26 | | - "@babel/runtime": "7.17.2", |
| 22 | + "@babel/plugin-transform-runtime": "7.18.2", |
| 23 | + "@babel/preset-env": "7.18.2", |
| 24 | + "@babel/preset-react": "7.17.12", |
| 25 | + "@babel/preset-typescript": "7.17.12", |
| 26 | + "@babel/runtime": "7.18.3", |
27 | 27 | "@fortawesome/fontawesome-svg-core": "1.3.0", |
28 | 28 | "@popperjs/core": "^2.11.5", |
29 | 29 | "@types/node": "17.0.21", |
|
0 commit comments