Skip to content

Commit 4a73754

Browse files
committed
v7.16.10
1 parent 6ec66d8 commit 4a73754

10 files changed

Lines changed: 10 additions & 10 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.5",
3+
"version": "7.16.10",
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": [

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

packages/babel-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/core",
3-
"version": "7.16.7",
3+
"version": "7.16.10",
44
"description": "Babel compiler core.",
55
"main": "./lib/index.js",
66
"author": "The Babel Team (https://babel.dev/team)",

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.7",
3+
"version": "7.16.10",
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-highlight/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/highlight",
3-
"version": "7.16.7",
3+
"version": "7.16.10",
44
"description": "Syntax highlight JavaScript strings for output in terminals.",
55
"author": "The Babel Team (https://babel.dev/team)",
66
"homepage": "https://babel.dev/docs/en/next/babel-highlight",

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.16.8",
3+
"version": "7.16.10",
44
"description": "A JavaScript parser",
55
"author": "The Babel Team (https://babel.dev/team)",
66
"homepage": "https://babel.dev/docs/en/next/babel-parser",

packages/babel-plugin-transform-runtime/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-runtime",
3-
"version": "7.16.8",
3+
"version": "7.16.10",
44
"description": "Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals",
55
"repository": {
66
"type": "git",

packages/babel-preset-env/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/preset-env",
3-
"version": "7.16.8",
3+
"version": "7.16.10",
44
"description": "A Babel preset for each environment.",
55
"author": "The Babel Team (https://babel.dev/team)",
66
"homepage": "https://babel.dev/docs/en/next/babel-preset-env",

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.16.9",
3+
"version": "7.16.10",
44
"description": "Standalone build of Babel for use in non-Node.js environments.",
55
"main": "./babel.js",
66
"files": [

packages/babel-traverse/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/traverse",
3-
"version": "7.16.8",
3+
"version": "7.16.10",
44
"description": "The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes",
55
"author": "The Babel Team (https://babel.dev/team)",
66
"homepage": "https://babel.dev/docs/en/next/babel-traverse",

0 commit comments

Comments
 (0)