Skip to content

Commit

Permalink
v7.18.3
Browse files Browse the repository at this point in the history
  • Loading branch information
babel-bot committed May 25, 2022
1 parent a2ef665 commit 4d4db2a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "babel",
"version": "7.18.2",
"version": "7.18.3",
"private": true,
"type": "commonjs",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-parser/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/parser",
"version": "7.18.0",
"version": "7.18.3",
"description": "A JavaScript parser",
"author": "The Babel Team (https://babel.dev/team)",
"homepage": "https://babel.dev/docs/en/next/babel-parser",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-runtime-corejs2/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/runtime-corejs2",
"version": "7.18.2",
"version": "7.18.3",
"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.18.2",
"version": "7.18.3",
"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.18.2",
"version": "7.18.3",
"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.18.2",
"version": "7.18.3",
"description": "Standalone build of Babel for use in non-Node.js environments.",
"main": "./babel.js",
"files": [
Expand Down

0 comments on commit 4d4db2a

Please sign in to comment.