|
45 | 45 | "yup": "^0.29.1" |
46 | 46 | }, |
47 | 47 | "devDependencies": { |
48 | | - "@babel/core": "^7.7.5", |
49 | | - "@babel/plugin-proposal-class-properties": "^7.7.4", |
50 | | - "@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.3", |
51 | | - "@babel/plugin-proposal-object-rest-spread": "^7.7.4", |
52 | | - "@babel/plugin-proposal-optional-chaining": "^7.8.3", |
53 | | - "@babel/plugin-syntax-dynamic-import": "^7.7.4", |
54 | | - "@babel/plugin-transform-react-jsx": "^7.10.4", |
55 | | - "@babel/plugin-transform-runtime": "^7.7.5", |
56 | | - "@babel/preset-env": "^7.7.5", |
57 | | - "@babel/preset-react": "^7.7.4", |
58 | | - "@babel/preset-typescript": "^7.7.4", |
59 | | - "@babel/runtime": "^7.7.5", |
| 48 | + "@babel/core": "^7.12.1", |
| 49 | + "@babel/plugin-proposal-class-properties": "^7.12.1", |
| 50 | + "@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1", |
| 51 | + "@babel/plugin-proposal-object-rest-spread": "^7.12.1", |
| 52 | + "@babel/plugin-proposal-optional-chaining": "^7.12.1", |
| 53 | + "@babel/plugin-syntax-dynamic-import": "^7.8.3", |
| 54 | + "@babel/plugin-transform-react-jsx": "^7.12.1", |
| 55 | + "@babel/plugin-transform-runtime": "^7.12.1", |
| 56 | + "@babel/preset-env": "^7.12.1", |
| 57 | + "@babel/preset-react": "^7.12.1", |
| 58 | + "@babel/preset-typescript": "^7.12.1", |
| 59 | + "@babel/runtime": "^7.12.1", |
60 | 60 | "@types/chart.js": "^2.8.5", |
61 | 61 | "@types/codemirror": "^0.0.98", |
62 | 62 | "@types/debounce": "^1.2.0", |
63 | 63 | "@types/events": "^3.0.0", |
64 | | - "@types/node": "^12.6.9", |
| 64 | + "@types/node": "^14.11.10", |
65 | 65 | "@types/query-string": "^6.3.0", |
66 | 66 | "@types/react": "^16.9.41", |
67 | 67 | "@types/react-dom": "^16.9.8", |
|
0 commit comments