|
1 | 1 | { |
2 | 2 | "name": "@babel/core", |
3 | | - "version": "7.13.16", |
| 3 | + "version": "7.14.0", |
4 | 4 | "description": "Babel compiler core.", |
5 | 5 | "main": "lib/index.js", |
6 | 6 | "author": "Sebastian McKenzie <sebmck@gmail.com>", |
|
49 | 49 | }, |
50 | 50 | "dependencies": { |
51 | 51 | "@babel/code-frame": "workspace:^7.12.13", |
52 | | - "@babel/generator": "workspace:^7.13.16", |
| 52 | + "@babel/generator": "workspace:^7.14.0", |
53 | 53 | "@babel/helper-compilation-targets": "workspace:^7.13.16", |
54 | | - "@babel/helper-module-transforms": "condition:BABEL_8_BREAKING ? : workspace:^7.13.14", |
55 | | - "@babel/helpers": "workspace:^7.13.16", |
56 | | - "@babel/parser": "workspace:^7.13.16", |
| 54 | + "@babel/helper-module-transforms": "condition:BABEL_8_BREAKING ? : workspace:^7.14.0", |
| 55 | + "@babel/helpers": "workspace:^7.14.0", |
| 56 | + "@babel/parser": "workspace:^7.14.0", |
57 | 57 | "@babel/template": "workspace:^7.12.13", |
58 | | - "@babel/traverse": "workspace:^7.13.15", |
59 | | - "@babel/types": "workspace:^7.13.16", |
| 58 | + "@babel/traverse": "workspace:^7.14.0", |
| 59 | + "@babel/types": "workspace:^7.14.0", |
60 | 60 | "convert-source-map": "^1.7.0", |
61 | 61 | "debug": "^4.1.0", |
62 | 62 | "gensync": "^1.0.0-beta.2", |
|
0 commit comments