Skip to content

Commit

Permalink
v7.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
babel-bot committed Nov 1, 2022
1 parent 9ad669f commit 1893249
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "babel",
"version": "7.20.0",
"version": "7.20.1",
"private": true,
"type": "commonjs",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-compat-data/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/compat-data",
"version": "7.20.0",
"version": "7.20.1",
"author": "The Babel Team (https://babel.dev/team)",
"license": "MIT",
"description": "",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-generator/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/generator",
"version": "7.20.0",
"version": "7.20.1",
"description": "Turns an AST into code.",
"author": "The Babel Team (https://babel.dev/team)",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-helpers/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/helpers",
"version": "7.20.0",
"version": "7.20.1",
"description": "Collection of helper functions used by Babel transforms.",
"author": "The Babel Team (https://babel.dev/team)",
"homepage": "https://babel.dev/docs/en/next/babel-helpers",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-parser/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/parser",
"version": "7.20.0",
"version": "7.20.1",
"description": "A JavaScript parser",
"author": "The Babel Team (https://babel.dev/team)",
"homepage": "https://babel.dev/docs/en/next/babel-parser",
Expand Down
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-proposal-async-generator-functions",
"version": "7.19.1",
"version": "7.20.1",
"description": "Turn async generator functions into ES2015 generators",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-transform-parameters/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-parameters",
"version": "7.18.8",
"version": "7.20.1",
"description": "Compile ES2015 default and rest parameters to ES5",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-runtime-corejs2/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/runtime-corejs2",
"version": "7.20.0",
"version": "7.20.1",
"description": "babel's modular runtime helpers with core-js@2 polyfilling",
"license": "MIT",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-runtime-corejs3/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/runtime-corejs3",
"version": "7.20.0",
"version": "7.20.1",
"description": "babel's modular runtime helpers with core-js@3 polyfilling",
"license": "MIT",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-runtime/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/runtime",
"version": "7.20.0",
"version": "7.20.1",
"description": "babel's modular runtime helpers",
"license": "MIT",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-standalone/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/standalone",
"version": "7.20.0",
"version": "7.20.1",
"description": "Standalone build of Babel for use in non-Node.js environments.",
"main": "./babel.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-traverse/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/traverse",
"version": "7.20.0",
"version": "7.20.1",
"description": "The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes",
"author": "The Babel Team (https://babel.dev/team)",
"homepage": "https://babel.dev/docs/en/next/babel-traverse",
Expand Down

0 comments on commit 1893249

Please sign in to comment.