Skip to content

Commit

Permalink
v7.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
babel-bot committed May 4, 2021
1 parent ef87648 commit 3ecc791
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "babel",
"version": "7.14.0",
"version": "7.14.1",
"private": true,
"license": "MIT",
"type": "commonjs",
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-generator/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/generator",
"version": "7.14.0",
"version": "7.14.1",
"description": "Turns an AST into code.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"license": "MIT",
Expand All @@ -19,7 +19,7 @@
"lib"
],
"dependencies": {
"@babel/types": "workspace:^7.14.0",
"@babel/types": "workspace:^7.14.1",
"jsesc": "condition: BABEL_8_BREAKING ? ^3.0.2 : ^2.5.1",
"source-map": "^0.5.0"
},
Expand Down
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-create-class-features-plugin",
"version": "7.14.0",
"version": "7.14.1",
"author": "The Babel Team (https://babel.dev/team)",
"license": "MIT",
"description": "Compile class public and private fields, private methods and decorators to ES6",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-parser/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/parser",
"version": "7.14.0",
"version": "7.14.1",
"description": "A JavaScript parser",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babel.dev/docs/en/next/babel-parser",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-transform-block-scoping/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-block-scoping",
"version": "7.13.16",
"version": "7.14.1",
"description": "Compile ES2015 block scoping (const and let) to ES5",
"repository": {
"type": "git",
Expand Down
6 changes: 3 additions & 3 deletions packages/babel-preset-env/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/preset-env",
"version": "7.14.0",
"version": "7.14.1",
"description": "A Babel preset for each environment.",
"author": "Henry Zhu <hi@henryzoo.com>",
"homepage": "https://babel.dev/docs/en/next/babel-preset-env",
Expand Down Expand Up @@ -53,7 +53,7 @@
"@babel/plugin-transform-arrow-functions": "workspace:^7.13.0",
"@babel/plugin-transform-async-to-generator": "workspace:^7.13.0",
"@babel/plugin-transform-block-scoped-functions": "workspace:^7.12.13",
"@babel/plugin-transform-block-scoping": "workspace:^7.13.16",
"@babel/plugin-transform-block-scoping": "workspace:^7.14.1",
"@babel/plugin-transform-classes": "workspace:^7.13.0",
"@babel/plugin-transform-computed-properties": "workspace:^7.13.0",
"@babel/plugin-transform-destructuring": "workspace:^7.13.17",
Expand Down Expand Up @@ -83,7 +83,7 @@
"@babel/plugin-transform-unicode-escapes": "workspace:^7.12.13",
"@babel/plugin-transform-unicode-regex": "workspace:^7.12.13",
"@babel/preset-modules": "^0.1.4",
"@babel/types": "workspace:^7.14.0",
"@babel/types": "workspace:^7.14.1",
"babel-plugin-polyfill-corejs2": "^0.2.0",
"babel-plugin-polyfill-corejs3": "^0.2.0",
"babel-plugin-polyfill-regenerator": "^0.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-standalone/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/standalone",
"version": "7.14.0",
"version": "7.14.1",
"description": "Standalone build of Babel for use in non-Node.js environments.",
"main": "babel.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-types/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/types",
"version": "7.14.0",
"version": "7.14.1",
"description": "Babel Types is a Lodash-esque utility library for AST nodes",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babel.dev/docs/en/next/babel-types",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Expand Up @@ -325,7 +325,7 @@ __metadata:
dependencies:
"@babel/helper-fixtures": "workspace:*"
"@babel/parser": "workspace:*"
"@babel/types": "workspace:^7.14.0"
"@babel/types": "workspace:^7.14.1"
"@types/jsesc": ^2.5.0
"@types/source-map": ^0.5.0
jsesc: "condition: BABEL_8_BREAKING ? ^3.0.2 : ^2.5.1"
Expand Down Expand Up @@ -2042,7 +2042,7 @@ __metadata:
languageName: node
linkType: hard

"@babel/plugin-transform-block-scoping@workspace:*, @babel/plugin-transform-block-scoping@workspace:^7.13.16, @babel/plugin-transform-block-scoping@workspace:packages/babel-plugin-transform-block-scoping":
"@babel/plugin-transform-block-scoping@workspace:*, @babel/plugin-transform-block-scoping@workspace:^7.14.1, @babel/plugin-transform-block-scoping@workspace:packages/babel-plugin-transform-block-scoping":
version: 0.0.0-use.local
resolution: "@babel/plugin-transform-block-scoping@workspace:packages/babel-plugin-transform-block-scoping"
dependencies:
Expand Down Expand Up @@ -3188,7 +3188,7 @@ __metadata:
"@babel/plugin-transform-arrow-functions": "workspace:^7.13.0"
"@babel/plugin-transform-async-to-generator": "workspace:^7.13.0"
"@babel/plugin-transform-block-scoped-functions": "workspace:^7.12.13"
"@babel/plugin-transform-block-scoping": "workspace:^7.13.16"
"@babel/plugin-transform-block-scoping": "workspace:^7.14.1"
"@babel/plugin-transform-classes": "workspace:^7.13.0"
"@babel/plugin-transform-computed-properties": "workspace:^7.13.0"
"@babel/plugin-transform-destructuring": "workspace:^7.13.17"
Expand Down Expand Up @@ -3218,7 +3218,7 @@ __metadata:
"@babel/plugin-transform-unicode-escapes": "workspace:^7.12.13"
"@babel/plugin-transform-unicode-regex": "workspace:^7.12.13"
"@babel/preset-modules": ^0.1.4
"@babel/types": "workspace:^7.14.0"
"@babel/types": "workspace:^7.14.1"
babel-plugin-polyfill-corejs2: ^0.2.0
babel-plugin-polyfill-corejs3: ^0.2.0
babel-plugin-polyfill-regenerator: ^0.2.0
Expand Down Expand Up @@ -3561,7 +3561,7 @@ __metadata:
languageName: node
linkType: hard

"@babel/types@workspace:*, @babel/types@workspace:^7.12.1, @babel/types@workspace:^7.12.13, @babel/types@workspace:^7.13.0, @babel/types@workspace:^7.13.12, @babel/types@workspace:^7.13.16, @babel/types@workspace:^7.14.0, @babel/types@workspace:packages/babel-types":
"@babel/types@workspace:*, @babel/types@workspace:^7.12.1, @babel/types@workspace:^7.12.13, @babel/types@workspace:^7.13.0, @babel/types@workspace:^7.13.12, @babel/types@workspace:^7.13.16, @babel/types@workspace:^7.14.0, @babel/types@workspace:^7.14.1, @babel/types@workspace:packages/babel-types":
version: 0.0.0-use.local
resolution: "@babel/types@workspace:packages/babel-types"
dependencies:
Expand Down

0 comments on commit 3ecc791

Please sign in to comment.