Skip to content

Commit 23e8840

Browse files
committed
v7.16.7
1 parent f69f1a8 commit 23e8840

File tree

145 files changed

+151
-152
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

145 files changed

+151
-152
lines changed

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.16.6",
3+
"version": "7.16.7",
44
"private": true,
55
"type": "commonjs",
66
"scripts": {

packages/babel-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/cli",
3-
"version": "7.16.0",
3+
"version": "7.16.7",
44
"description": "Babel command line.",
55
"author": "The Babel Team (https://babel.dev/team)",
66
"homepage": "https://babel.dev/docs/en/next/babel-cli",

packages/babel-code-frame/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/code-frame",
3-
"version": "7.16.0",
3+
"version": "7.16.7",
44
"description": "Generate errors that contain a code frame that point to source locations.",
55
"author": "The Babel Team (https://babel.dev/team)",
66
"homepage": "https://babel.dev/docs/en/next/babel-code-frame",

packages/babel-core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/core",
3-
"version": "7.16.5",
3+
"version": "7.16.7",
44
"description": "Babel compiler core.",
55
"main": "./lib/index.js",
66
"author": "The Babel Team (https://babel.dev/team)",
@@ -51,7 +51,7 @@
5151
"@babel/code-frame": "workspace:^",
5252
"@babel/generator": "workspace:^",
5353
"@babel/helper-compilation-targets": "workspace:^",
54-
"@babel/helper-module-transforms": "condition:BABEL_8_BREAKING ? : workspace:^7.16.5",
54+
"@babel/helper-module-transforms": "condition:BABEL_8_BREAKING ? : workspace:^7.16.7",
5555
"@babel/helpers": "workspace:^",
5656
"@babel/parser": "workspace:^",
5757
"@babel/template": "workspace:^",

packages/babel-generator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/generator",
3-
"version": "7.16.5",
3+
"version": "7.16.7",
44
"description": "Turns an AST into code.",
55
"author": "The Babel Team (https://babel.dev/team)",
66
"license": "MIT",

packages/babel-helper-annotate-as-pure/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-annotate-as-pure",
3-
"version": "7.16.0",
3+
"version": "7.16.7",
44
"description": "Helper function to annotate paths and nodes with #__PURE__ comment",
55
"repository": {
66
"type": "git",

packages/babel-helper-builder-binary-assignment-operator-visitor/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-builder-binary-assignment-operator-visitor",
3-
"version": "7.16.5",
3+
"version": "7.16.7",
44
"description": "Helper function to build binary assignment operator visitors",
55
"repository": {
66
"type": "git",

packages/babel-helper-builder-react-jsx/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-builder-react-jsx",
3-
"version": "7.16.5",
3+
"version": "7.16.7",
44
"description": "Helper function to build react jsx",
55
"repository": {
66
"type": "git",

packages/babel-helper-compilation-targets/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-compilation-targets",
3-
"version": "7.16.3",
3+
"version": "7.16.7",
44
"author": "The Babel Team (https://babel.dev/team)",
55
"license": "MIT",
66
"description": "Helper functions on Babel compilation targets",

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.16.5",
3+
"version": "7.16.7",
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",

0 commit comments

Comments
 (0)