|
54 | 54 | "@babel/runtime": "^7.3.1" |
55 | 55 | }, |
56 | 56 | "devDependencies": { |
57 | | - "@babel/core": "7.2.2", |
58 | | - "@babel/plugin-proposal-class-properties": "7.4.4", |
59 | | - "@babel/plugin-proposal-object-rest-spread": "7.3.2", |
60 | | - "@babel/plugin-transform-modules-commonjs": "7.4.4", |
61 | | - "@babel/plugin-transform-runtime": "7.4.4", |
62 | | - "@babel/preset-env": "7.3.1", |
63 | | - "@babel/preset-react": "7.0.0", |
64 | | - "@babel/preset-typescript": "7.0.0", |
| 57 | + "@babel/core": "~7.9.0", |
| 58 | + "@babel/plugin-proposal-class-properties": "~7.8.3", |
| 59 | + "@babel/plugin-proposal-object-rest-spread": "~7.9.5", |
| 60 | + "@babel/plugin-transform-modules-commonjs": "~7.9.0", |
| 61 | + "@babel/plugin-transform-runtime": "~7.9.0", |
| 62 | + "@babel/preset-env": "~7.9.5", |
| 63 | + "@babel/preset-react": "~7.9.4", |
| 64 | + "@babel/preset-typescript": "~7.9.0", |
65 | 65 | "@rollup/plugin-node-resolve": "^7.1.3", |
66 | 66 | "@types/jest": "^24.0.13", |
67 | 67 | "@types/react": "^16.8.19", |
|
0 commit comments