Skip to content

Commit 7b7ab94

Browse files
committed
v7.16.5
1 parent 7dec78d commit 7b7ab94

126 files changed

Lines changed: 132 additions & 133 deletions

File tree

Some content is hidden

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

benchmark/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@
1919
"@babel/types": "workspace:^",
2020
"benchmark": "^2.1.4"
2121
},
22-
"version": "7.16.0"
22+
"version": "7.16.5"
2323
}

eslint/babel-eslint-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/eslint-parser",
3-
"version": "7.16.3",
3+
"version": "7.16.5",
44
"description": "ESLint parser that allows for linting of experimental syntax transformed by Babel",
55
"author": "The Babel Team (https://babel.dev/team)",
66
"license": "MIT",

eslint/babel-eslint-plugin-development-internal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/eslint-plugin-development-internal",
3-
"version": "7.14.5",
3+
"version": "7.16.5",
44
"description": "The Babel Team's ESLint custom rules plugin. Since it's internal, it might not respect semver.",
55
"main": "./lib/index.js",
66
"keywords": [

eslint/babel-eslint-plugin-development/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/eslint-plugin-development",
3-
"version": "7.14.5",
3+
"version": "7.16.5",
44
"description": "ESLint rules that enforce best practices in the development of Babel plugins.",
55
"keywords": [
66
"eslint",

eslint/babel-eslint-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/eslint-plugin",
3-
"version": "7.14.5",
3+
"version": "7.16.5",
44
"description": "Companion rules for @babel/eslint-parser",
55
"main": "./lib/index.js",
66
"type": "commonjs",

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

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.0",
3+
"version": "7.16.5",
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.0",
54+
"@babel/helper-module-transforms": "condition:BABEL_8_BREAKING ? : workspace:^7.16.5",
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.0",
3+
"version": "7.16.5",
44
"description": "Turns an AST into code.",
55
"author": "The Babel Team (https://babel.dev/team)",
66
"license": "MIT",

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.0",
3+
"version": "7.16.5",
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.0",
3+
"version": "7.16.5",
44
"description": "Helper function to build react jsx",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)