Skip to content

Commit dd5c9f9

Browse files
committed
v7.12.16
1 parent 4f92f8c commit dd5c9f9

20 files changed

Lines changed: 55 additions & 55 deletions

File tree

eslint/babel-eslint-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/eslint-parser",
3-
"version": "7.12.13",
3+
"version": "7.12.16",
44
"description": "ESLint parser that allows for linting of experimental syntax transformed by Babel",
55
"author": "The Babel Team (https://babel.dev/team)",
66
"license": "MIT",

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.12.15",
3+
"version": "7.12.16",
44
"private": true,
55
"license": "MIT",
66
"type": "commonjs",

packages/babel-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/cli",
3-
"version": "7.12.13",
3+
"version": "7.12.16",
44
"description": "Babel command line.",
55
"author": "Sebastian McKenzie <sebmck@gmail.com>",
66
"homepage": "https://babel.dev/docs/en/next/babel-cli",

packages/babel-core/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/core",
3-
"version": "7.12.13",
3+
"version": "7.12.16",
44
"description": "Babel compiler core.",
55
"main": "lib/index.js",
66
"author": "Sebastian McKenzie <sebmck@gmail.com>",
@@ -45,10 +45,10 @@
4545
},
4646
"dependencies": {
4747
"@babel/code-frame": "workspace:^7.12.13",
48-
"@babel/generator": "workspace:^7.12.13",
48+
"@babel/generator": "workspace:^7.12.15",
4949
"@babel/helper-module-transforms": "workspace:^7.12.13",
5050
"@babel/helpers": "workspace:^7.12.13",
51-
"@babel/parser": "workspace:^7.12.13",
51+
"@babel/parser": "workspace:^7.12.16",
5252
"@babel/template": "workspace:^7.12.13",
5353
"@babel/traverse": "workspace:^7.12.13",
5454
"@babel/types": "workspace:^7.12.13",

packages/babel-helper-compilation-targets/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/helper-compilation-targets",
3-
"version": "7.12.13",
3+
"version": "7.12.16",
44
"author": "The Babel Team (https://babel.dev/team)",
55
"license": "MIT",
66
"description": "Engine compat data used in @babel/preset-env",
@@ -22,7 +22,7 @@
2222
],
2323
"dependencies": {
2424
"@babel/compat-data": "workspace:^7.12.13",
25-
"@babel/helper-validator-option": "workspace:^7.12.11",
25+
"@babel/helper-validator-option": "workspace:^7.12.16",
2626
"browserslist": "^4.14.5",
2727
"semver": "^5.5.0"
2828
},

packages/babel-helper-create-class-features-plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/helper-create-class-features-plugin",
3-
"version": "7.12.13",
3+
"version": "7.12.16",
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",
@@ -19,7 +19,7 @@
1919
],
2020
"dependencies": {
2121
"@babel/helper-function-name": "workspace:^7.12.13",
22-
"@babel/helper-member-expression-to-functions": "workspace:^7.12.13",
22+
"@babel/helper-member-expression-to-functions": "workspace:^7.12.16",
2323
"@babel/helper-optimise-call-expression": "workspace:^7.12.13",
2424
"@babel/helper-replace-supers": "workspace:^7.12.13",
2525
"@babel/helper-split-export-declaration": "workspace:^7.12.13"

packages/babel-helper-create-regexp-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-regexp-features-plugin",
3-
"version": "7.12.13",
3+
"version": "7.12.16",
44
"author": "The Babel Team (https://babel.dev/team)",
55
"license": "MIT",
66
"description": "Compile ESNext Regular Expressions to ES5",

packages/babel-helper-member-expression-to-functions/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-member-expression-to-functions",
3-
"version": "7.12.13",
3+
"version": "7.12.16",
44
"description": "Helper function to replace certain member expressions with function calls",
55
"repository": {
66
"type": "git",

packages/babel-helper-validator-option/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-validator-option",
3-
"version": "7.12.11",
3+
"version": "7.12.16",
44
"description": "Validate plugin/preset options",
55
"repository": {
66
"type": "git",

packages/babel-node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/node",
3-
"version": "7.12.13",
3+
"version": "7.12.16",
44
"description": "Babel command line",
55
"author": "Sebastian McKenzie <sebmck@gmail.com>",
66
"homepage": "https://babel.dev/docs/en/next/babel-node",

0 commit comments

Comments
 (0)