Skip to content

Commit 4f1617c

Browse files
committed
v7.17.7
1 parent 8dcf3ef commit 4f1617c

22 files changed

Lines changed: 28 additions & 29 deletions

File tree

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.16.10",
3+
"version": "7.17.7",
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-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.16.5",
3+
"version": "7.17.7",
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.16.5",
3+
"version": "7.17.7",
44
"description": "Companion rules for @babel/eslint-parser",
55
"main": "./lib/index.cjs",
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.17.6",
3+
"version": "7.17.7",
44
"private": true,
55
"type": "commonjs",
66
"scripts": {

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.17.0",
3+
"version": "7.17.7",
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.17.5",
3+
"version": "7.17.7",
44
"description": "Babel compiler core.",
55
"main": "./lib/index.js",
66
"author": "The Babel Team (https://babel.dev/team)",
@@ -52,7 +52,7 @@
5252
"@babel/code-frame": "workspace:^",
5353
"@babel/generator": "workspace:^",
5454
"@babel/helper-compilation-targets": "workspace:^",
55-
"@babel/helper-module-transforms": "condition:BABEL_8_BREAKING ? : workspace:^7.16.7",
55+
"@babel/helper-module-transforms": "condition:BABEL_8_BREAKING ? : workspace:^7.17.7",
5656
"@babel/helpers": "workspace:^",
5757
"@babel/parser": "workspace:^",
5858
"@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.17.3",
3+
"version": "7.17.7",
44
"description": "Turns an AST into code.",
55
"author": "The Babel Team (https://babel.dev/team)",
66
"license": "MIT",

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

packages/babel-helper-member-expression-to-functions/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-member-expression-to-functions",
3-
"version": "7.16.7",
3+
"version": "7.17.7",
44
"description": "Helper function to replace certain member expressions with function calls",
55
"repository": {
66
"type": "git",

packages/babel-helper-module-transforms/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-module-transforms",
3-
"version": "7.17.6",
3+
"version": "7.17.7",
44
"description": "Babel helper functions for implementing ES6 module transformations",
55
"author": "The Babel Team (https://babel.dev/team)",
66
"homepage": "https://babel.dev/docs/en/next/babel-helper-module-transforms",

0 commit comments

Comments
 (0)