v7.14.0
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/core",
|
||||
"version": "7.13.16",
|
||||
"version": "7.14.0",
|
||||
"description": "Babel compiler core.",
|
||||
"main": "lib/index.js",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
@@ -49,14 +49,14 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/code-frame": "workspace:^7.12.13",
|
||||
"@babel/generator": "workspace:^7.13.16",
|
||||
"@babel/generator": "workspace:^7.14.0",
|
||||
"@babel/helper-compilation-targets": "workspace:^7.13.16",
|
||||
"@babel/helper-module-transforms": "condition:BABEL_8_BREAKING ? : workspace:^7.13.14",
|
||||
"@babel/helpers": "workspace:^7.13.16",
|
||||
"@babel/parser": "workspace:^7.13.16",
|
||||
"@babel/helper-module-transforms": "condition:BABEL_8_BREAKING ? : workspace:^7.14.0",
|
||||
"@babel/helpers": "workspace:^7.14.0",
|
||||
"@babel/parser": "workspace:^7.14.0",
|
||||
"@babel/template": "workspace:^7.12.13",
|
||||
"@babel/traverse": "workspace:^7.13.15",
|
||||
"@babel/types": "workspace:^7.13.16",
|
||||
"@babel/traverse": "workspace:^7.14.0",
|
||||
"@babel/types": "workspace:^7.14.0",
|
||||
"convert-source-map": "^1.7.0",
|
||||
"debug": "^4.1.0",
|
||||
"gensync": "^1.0.0-beta.2",
|
||||
|
||||
Reference in New Issue
Block a user