Skip to content

Commit aadd7a3

Browse files
committed
v7.19.6
1 parent d0e58e6 commit aadd7a3

File tree

15 files changed

+15
-15
lines changed

15 files changed

+15
-15
lines changed

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.19.5",
3+
"version": "7.19.6",
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.19.3",
3+
"version": "7.19.6",
44
"description": "Babel compiler core.",
55
"main": "./lib/index.js",
66
"author": "The Babel Team (https://babel.dev/team)",

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.19.5",
3+
"version": "7.19.6",
44
"description": "Turns an AST into code.",
55
"author": "The Babel Team (https://babel.dev/team)",
66
"license": "MIT",

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.19.0",
3+
"version": "7.19.6",
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",

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.19.4",
3+
"version": "7.19.6",
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-proposal-decorators/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-proposal-decorators",
3-
"version": "7.19.3",
3+
"version": "7.19.6",
44
"author": "The Babel Team (https://babel.dev/team)",
55
"license": "MIT",
66
"publishConfig": {

packages/babel-plugin-transform-modules-amd/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-modules-amd",
3-
"version": "7.18.6",
3+
"version": "7.19.6",
44
"description": "This plugin transforms ES2015 modules to AMD",
55
"repository": {
66
"type": "git",

packages/babel-plugin-transform-modules-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/plugin-transform-modules-commonjs",
3-
"version": "7.18.6",
3+
"version": "7.19.6",
44
"description": "This plugin transforms ES2015 modules to CommonJS",
55
"repository": {
66
"type": "git",

packages/babel-plugin-transform-modules-systemjs/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-modules-systemjs",
3-
"version": "7.19.0",
3+
"version": "7.19.6",
44
"description": "This plugin transforms ES2015 modules to SystemJS",
55
"repository": {
66
"type": "git",

packages/babel-plugin-transform-react-jsx-source/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-react-jsx-source",
3-
"version": "7.18.6",
3+
"version": "7.19.6",
44
"description": "Add a __source prop to all JSX Elements",
55
"repository": {
66
"type": "git",

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.19.1",
3+
"version": "7.19.6",
44
"description": "Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals",
55
"repository": {
66
"type": "git",

packages/babel-runtime-corejs2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/runtime-corejs2",
3-
"version": "7.19.4",
3+
"version": "7.19.6",
44
"description": "babel's modular runtime helpers with core-js@2 polyfilling",
55
"license": "MIT",
66
"publishConfig": {

packages/babel-runtime-corejs3/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/runtime-corejs3",
3-
"version": "7.19.4",
3+
"version": "7.19.6",
44
"description": "babel's modular runtime helpers with core-js@3 polyfilling",
55
"license": "MIT",
66
"publishConfig": {

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.19.5",
3+
"version": "7.19.6",
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.19.4",
3+
"version": "7.19.6",
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)