Skip to content

Commit 3ecc791

Browse files
committed
v7.14.1
1 parent ef87648 commit 3ecc791

9 files changed

Lines changed: 16 additions & 16 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel",
3-
"version": "7.14.0",
3+
"version": "7.14.1",
44
"private": true,
55
"license": "MIT",
66
"type": "commonjs",

packages/babel-generator/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/generator",
3-
"version": "7.14.0",
3+
"version": "7.14.1",
44
"description": "Turns an AST into code.",
55
"author": "Sebastian McKenzie <sebmck@gmail.com>",
66
"license": "MIT",
@@ -19,7 +19,7 @@
1919
"lib"
2020
],
2121
"dependencies": {
22-
"@babel/types": "workspace:^7.14.0",
22+
"@babel/types": "workspace:^7.14.1",
2323
"jsesc": "condition: BABEL_8_BREAKING ? ^3.0.2 : ^2.5.1",
2424
"source-map": "^0.5.0"
2525
},

packages/babel-helper-create-class-features-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/helper-create-class-features-plugin",
3-
"version": "7.14.0",
3+
"version": "7.14.1",
44
"author": "The Babel Team (https://babel.dev/team)",
55
"license": "MIT",
66
"description": "Compile class public and private fields, private methods and decorators to ES6",

packages/babel-parser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/parser",
3-
"version": "7.14.0",
3+
"version": "7.14.1",
44
"description": "A JavaScript parser",
55
"author": "Sebastian McKenzie <sebmck@gmail.com>",
66
"homepage": "https://babel.dev/docs/en/next/babel-parser",

packages/babel-plugin-transform-block-scoping/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/plugin-transform-block-scoping",
3-
"version": "7.13.16",
3+
"version": "7.14.1",
44
"description": "Compile ES2015 block scoping (const and let) to ES5",
55
"repository": {
66
"type": "git",

packages/babel-preset-env/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/preset-env",
3-
"version": "7.14.0",
3+
"version": "7.14.1",
44
"description": "A Babel preset for each environment.",
55
"author": "Henry Zhu <hi@henryzoo.com>",
66
"homepage": "https://babel.dev/docs/en/next/babel-preset-env",
@@ -53,7 +53,7 @@
5353
"@babel/plugin-transform-arrow-functions": "workspace:^7.13.0",
5454
"@babel/plugin-transform-async-to-generator": "workspace:^7.13.0",
5555
"@babel/plugin-transform-block-scoped-functions": "workspace:^7.12.13",
56-
"@babel/plugin-transform-block-scoping": "workspace:^7.13.16",
56+
"@babel/plugin-transform-block-scoping": "workspace:^7.14.1",
5757
"@babel/plugin-transform-classes": "workspace:^7.13.0",
5858
"@babel/plugin-transform-computed-properties": "workspace:^7.13.0",
5959
"@babel/plugin-transform-destructuring": "workspace:^7.13.17",
@@ -83,7 +83,7 @@
8383
"@babel/plugin-transform-unicode-escapes": "workspace:^7.12.13",
8484
"@babel/plugin-transform-unicode-regex": "workspace:^7.12.13",
8585
"@babel/preset-modules": "^0.1.4",
86-
"@babel/types": "workspace:^7.14.0",
86+
"@babel/types": "workspace:^7.14.1",
8787
"babel-plugin-polyfill-corejs2": "^0.2.0",
8888
"babel-plugin-polyfill-corejs3": "^0.2.0",
8989
"babel-plugin-polyfill-regenerator": "^0.2.0",

packages/babel-standalone/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/standalone",
3-
"version": "7.14.0",
3+
"version": "7.14.1",
44
"description": "Standalone build of Babel for use in non-Node.js environments.",
55
"main": "babel.js",
66
"files": [

packages/babel-types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/types",
3-
"version": "7.14.0",
3+
"version": "7.14.1",
44
"description": "Babel Types is a Lodash-esque utility library for AST nodes",
55
"author": "Sebastian McKenzie <sebmck@gmail.com>",
66
"homepage": "https://babel.dev/docs/en/next/babel-types",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ __metadata:
325325
dependencies:
326326
"@babel/helper-fixtures": "workspace:*"
327327
"@babel/parser": "workspace:*"
328-
"@babel/types": "workspace:^7.14.0"
328+
"@babel/types": "workspace:^7.14.1"
329329
"@types/jsesc": ^2.5.0
330330
"@types/source-map": ^0.5.0
331331
jsesc: "condition: BABEL_8_BREAKING ? ^3.0.2 : ^2.5.1"
@@ -2042,7 +2042,7 @@ __metadata:
20422042
languageName: node
20432043
linkType: hard
20442044

2045-
"@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":
2045+
"@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":
20462046
version: 0.0.0-use.local
20472047
resolution: "@babel/plugin-transform-block-scoping@workspace:packages/babel-plugin-transform-block-scoping"
20482048
dependencies:
@@ -3188,7 +3188,7 @@ __metadata:
31883188
"@babel/plugin-transform-arrow-functions": "workspace:^7.13.0"
31893189
"@babel/plugin-transform-async-to-generator": "workspace:^7.13.0"
31903190
"@babel/plugin-transform-block-scoped-functions": "workspace:^7.12.13"
3191-
"@babel/plugin-transform-block-scoping": "workspace:^7.13.16"
3191+
"@babel/plugin-transform-block-scoping": "workspace:^7.14.1"
31923192
"@babel/plugin-transform-classes": "workspace:^7.13.0"
31933193
"@babel/plugin-transform-computed-properties": "workspace:^7.13.0"
31943194
"@babel/plugin-transform-destructuring": "workspace:^7.13.17"
@@ -3218,7 +3218,7 @@ __metadata:
32183218
"@babel/plugin-transform-unicode-escapes": "workspace:^7.12.13"
32193219
"@babel/plugin-transform-unicode-regex": "workspace:^7.12.13"
32203220
"@babel/preset-modules": ^0.1.4
3221-
"@babel/types": "workspace:^7.14.0"
3221+
"@babel/types": "workspace:^7.14.1"
32223222
babel-plugin-polyfill-corejs2: ^0.2.0
32233223
babel-plugin-polyfill-corejs3: ^0.2.0
32243224
babel-plugin-polyfill-regenerator: ^0.2.0
@@ -3561,7 +3561,7 @@ __metadata:
35613561
languageName: node
35623562
linkType: hard
35633563

3564-
"@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":
3564+
"@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":
35653565
version: 0.0.0-use.local
35663566
resolution: "@babel/types@workspace:packages/babel-types"
35673567
dependencies:

0 commit comments

Comments
 (0)