Skip to content

Commit

Permalink
v7.17.6
Browse files Browse the repository at this point in the history
  • Loading branch information
babel-bot committed Feb 21, 2022
1 parent c4dc52e commit 9421fa1
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "babel",
"version": "7.17.5",
"version": "7.17.6",
"private": true,
"type": "commonjs",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-cli/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/cli",
"version": "7.17.3",
"version": "7.17.6",
"description": "Babel command line.",
"author": "The Babel Team (https://babel.dev/team)",
"homepage": "https://babel.dev/docs/en/next/babel-cli",
Expand Down
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-create-class-features-plugin",
"version": "7.17.1",
"version": "7.17.6",
"author": "The Babel Team (https://babel.dev/team)",
"license": "MIT",
"description": "Compile class public and private fields, private methods and decorators to ES6",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-helper-module-transforms/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-module-transforms",
"version": "7.16.7",
"version": "7.17.6",
"description": "Babel helper functions for implementing ES6 module transformations",
"author": "The Babel Team (https://babel.dev/team)",
"homepage": "https://babel.dev/docs/en/next/babel-helper-module-transforms",
Expand Down
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-proposal-class-static-block",
"version": "7.16.7",
"version": "7.17.6",
"description": "Allow parsing of class static blocks",
"repository": {
"type": "git",
Expand Down
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-proposal-pipeline-operator",
"version": "7.16.7",
"version": "7.17.6",
"description": "Transform pipeline operator into call expressions",
"repository": {
"type": "git",
Expand Down
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-react-constant-elements",
"version": "7.16.7",
"version": "7.17.6",
"description": "Treat React JSX elements as value types and hoist them to the highest scope",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-standalone/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/standalone",
"version": "7.17.5",
"version": "7.17.6",
"description": "Standalone build of Babel for use in non-Node.js environments.",
"main": "./babel.js",
"files": [
Expand Down

0 comments on commit 9421fa1

Please sign in to comment.