v7.12.9
This commit is contained in:
parent
eea3065039
commit
e334a88884
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel",
|
||||
"version": "7.12.8",
|
||||
"version": "7.12.9",
|
||||
"private": true,
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/core",
|
||||
"version": "7.12.8",
|
||||
"version": "7.12.9",
|
||||
"description": "Babel compiler core.",
|
||||
"main": "lib/index.js",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
@ -49,7 +49,7 @@
|
||||
"@babel/helpers": "workspace:^7.12.5",
|
||||
"@babel/parser": "workspace:^7.12.7",
|
||||
"@babel/template": "workspace:^7.12.7",
|
||||
"@babel/traverse": "workspace:^7.12.8",
|
||||
"@babel/traverse": "workspace:^7.12.9",
|
||||
"@babel/types": "workspace:^7.12.7",
|
||||
"convert-source-map": "^1.7.0",
|
||||
"debug": "^4.1.0",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/standalone",
|
||||
"version": "7.12.8",
|
||||
"version": "7.12.9",
|
||||
"description": "Standalone build of Babel for use in non-Node.js environments.",
|
||||
"main": "babel.js",
|
||||
"files": [
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/traverse",
|
||||
"version": "7.12.8",
|
||||
"version": "7.12.9",
|
||||
"description": "The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"homepage": "https://babeljs.io/",
|
||||
|
||||
@ -134,7 +134,7 @@ __metadata:
|
||||
"@babel/helpers": "workspace:^7.12.5"
|
||||
"@babel/parser": "workspace:^7.12.7"
|
||||
"@babel/template": "workspace:^7.12.7"
|
||||
"@babel/traverse": "workspace:^7.12.8"
|
||||
"@babel/traverse": "workspace:^7.12.9"
|
||||
"@babel/types": "workspace:^7.12.7"
|
||||
convert-source-map: ^1.7.0
|
||||
debug: ^4.1.0
|
||||
@ -3355,7 +3355,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/traverse@workspace:*, @babel/traverse@workspace:^7.10.4, @babel/traverse@workspace:^7.12.1, @babel/traverse@workspace:^7.12.5, @babel/traverse@workspace:^7.12.8, @babel/traverse@workspace:packages/babel-traverse":
|
||||
"@babel/traverse@workspace:*, @babel/traverse@workspace:^7.10.4, @babel/traverse@workspace:^7.12.1, @babel/traverse@workspace:^7.12.5, @babel/traverse@workspace:^7.12.9, @babel/traverse@workspace:packages/babel-traverse":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@babel/traverse@workspace:packages/babel-traverse"
|
||||
dependencies:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user