Skip to content

Commit 7c91b80

Browse files
committed
v7.18.6
1 parent 4526516 commit 7c91b80

File tree

155 files changed

+161
-162
lines changed

Some content is hidden

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

155 files changed

+161
-162
lines changed

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.5"
22+
"version": "7.18.6"
2323
}

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.17.7",
3+
"version": "7.18.6",
44
"description": "The Babel Team's ESLint custom rules plugin. Since it's internal, it might not respect semver.",
55
"main": "./lib/index.cjs",
66
"keywords": [

eslint/babel-eslint-shared-fixtures/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-shared-fixtures",
3-
"version": "7.16.0",
3+
"version": "7.18.6",
44
"description": "Shared fixtures for testing @babel/eslint-* packages",
55
"private": true,
66
"dependencies": {

eslint/babel-eslint-tests/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-tests",
3-
"version": "7.17.0",
3+
"version": "7.18.6",
44
"description": "Tests for babel/eslint-* packages",
55
"private": true,
66
"dependencies": {

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.18.5",
3+
"version": "7.18.6",
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.17.10",
3+
"version": "7.18.6",
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.7",
3+
"version": "7.18.6",
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-compat-data/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/compat-data",
3-
"version": "7.18.5",
3+
"version": "7.18.6",
44
"author": "The Babel Team (https://babel.dev/team)",
55
"license": "MIT",
66
"description": "",

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.18.5",
3+
"version": "7.18.6",
44
"description": "Babel compiler core.",
55
"main": "./lib/index.js",
66
"author": "The Babel Team (https://babel.dev/team)",
@@ -50,7 +50,7 @@
5050
"@babel/code-frame": "workspace:^",
5151
"@babel/generator": "workspace:^",
5252
"@babel/helper-compilation-targets": "workspace:^",
53-
"@babel/helper-module-transforms": "condition:BABEL_8_BREAKING ? : workspace:^7.18.0",
53+
"@babel/helper-module-transforms": "condition:BABEL_8_BREAKING ? : workspace:^7.18.6",
5454
"@babel/helpers": "workspace:^",
5555
"@babel/parser": "workspace:^",
5656
"@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.18.2",
3+
"version": "7.18.6",
44
"description": "Turns an AST into code.",
55
"author": "The Babel Team (https://babel.dev/team)",
66
"license": "MIT",

0 commit comments

Comments
 (0)