v7.15.3
This commit is contained in:
parent
9188e9575c
commit
a5624ea457
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/eslint-config-internal",
|
||||
"version": "7.14.5",
|
||||
"version": "7.15.3",
|
||||
"description": "The Babel Team's ESLint configuration. Since it's internal, it might not respect semver.",
|
||||
"private": true,
|
||||
"main": "./index.js",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel",
|
||||
"version": "7.15.2",
|
||||
"version": "7.15.3",
|
||||
"private": true,
|
||||
"type": "commonjs",
|
||||
"scripts": {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/helpers",
|
||||
"version": "7.14.8",
|
||||
"version": "7.15.3",
|
||||
"description": "Collection of helper functions used by Babel transforms.",
|
||||
"author": "The Babel Team (https://babel.dev/team)",
|
||||
"homepage": "https://babel.dev/docs/en/next/babel-helpers",
|
||||
@ -16,8 +16,8 @@
|
||||
"main": "./lib/index.js",
|
||||
"dependencies": {
|
||||
"@babel/template": "workspace:^7.14.5",
|
||||
"@babel/traverse": "workspace:^7.14.8",
|
||||
"@babel/types": "workspace:^7.14.8"
|
||||
"@babel/traverse": "workspace:^7.15.0",
|
||||
"@babel/types": "workspace:^7.15.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/helper-plugin-test-runner": "workspace:*"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/parser",
|
||||
"version": "7.15.2",
|
||||
"version": "7.15.3",
|
||||
"description": "A JavaScript parser",
|
||||
"author": "The Babel Team (https://babel.dev/team)",
|
||||
"homepage": "https://babel.dev/docs/en/next/babel-parser",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-transform-block-scoping",
|
||||
"version": "7.14.5",
|
||||
"version": "7.15.3",
|
||||
"description": "Compile ES2015 block scoping (const and let) to ES5",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/register",
|
||||
"version": "7.14.5",
|
||||
"version": "7.15.3",
|
||||
"description": "babel require hook",
|
||||
"license": "MIT",
|
||||
"publishConfig": {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/runtime-corejs2",
|
||||
"version": "7.14.8",
|
||||
"version": "7.15.3",
|
||||
"description": "babel's modular runtime helpers with core-js@2 polyfilling",
|
||||
"license": "MIT",
|
||||
"publishConfig": {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/runtime-corejs3",
|
||||
"version": "7.14.9",
|
||||
"version": "7.15.3",
|
||||
"description": "babel's modular runtime helpers with core-js@3 polyfilling",
|
||||
"license": "MIT",
|
||||
"publishConfig": {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/runtime",
|
||||
"version": "7.14.8",
|
||||
"version": "7.15.3",
|
||||
"description": "babel's modular runtime helpers",
|
||||
"license": "MIT",
|
||||
"publishConfig": {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/standalone",
|
||||
"version": "7.15.2",
|
||||
"version": "7.15.3",
|
||||
"description": "Standalone build of Babel for use in non-Node.js environments.",
|
||||
"main": "./babel.js",
|
||||
"files": [
|
||||
|
||||
@ -932,8 +932,8 @@ __metadata:
|
||||
dependencies:
|
||||
"@babel/helper-plugin-test-runner": "workspace:*"
|
||||
"@babel/template": "workspace:^7.14.5"
|
||||
"@babel/traverse": "workspace:^7.14.8"
|
||||
"@babel/types": "workspace:^7.14.8"
|
||||
"@babel/traverse": "workspace:^7.15.0"
|
||||
"@babel/types": "workspace:^7.15.0"
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
@ -3591,7 +3591,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/traverse@workspace:*, @babel/traverse@workspace:^7.14.5, @babel/traverse@workspace:^7.14.8, @babel/traverse@workspace:^7.15.0, @babel/traverse@workspace:packages/babel-traverse":
|
||||
"@babel/traverse@workspace:*, @babel/traverse@workspace:^7.14.5, @babel/traverse@workspace:^7.15.0, @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