Skip to content

Commit 23226d9

Browse files
v7.12.7
1 parent a44151a commit 23226d9

File tree

21 files changed

+80
-80
lines changed

21 files changed

+80
-80
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.12.6",
3+
"version": "7.12.7",
44
"private": true,
55
"license": "MIT",
66
"scripts": {

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.1",
3+
"version": "7.12.7",
44
"description": "Babel command line.",
55
"author": "Sebastian McKenzie <[email protected]>",
66
"homepage": "https://babeljs.io/",

packages/babel-compat-data/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/compat-data",
3-
"version": "7.12.5",
3+
"version": "7.12.7",
44
"author": "The Babel Team (https://babeljs.io/team)",
55
"license": "MIT",
66
"description": "",

packages/babel-core/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/core",
3-
"version": "7.12.3",
3+
"version": "7.12.7",
44
"description": "Babel compiler core.",
55
"main": "lib/index.js",
66
"author": "Sebastian McKenzie <[email protected]>",
@@ -44,13 +44,13 @@
4444
},
4545
"dependencies": {
4646
"@babel/code-frame": "workspace:^7.10.4",
47-
"@babel/generator": "workspace:^7.12.1",
47+
"@babel/generator": "workspace:^7.12.5",
4848
"@babel/helper-module-transforms": "workspace:^7.12.1",
49-
"@babel/helpers": "workspace:^7.12.1",
50-
"@babel/parser": "workspace:^7.12.3",
51-
"@babel/template": "workspace:^7.10.4",
52-
"@babel/traverse": "workspace:^7.12.1",
53-
"@babel/types": "workspace:^7.12.1",
49+
"@babel/helpers": "workspace:^7.12.5",
50+
"@babel/parser": "workspace:^7.12.7",
51+
"@babel/template": "workspace:^7.12.7",
52+
"@babel/traverse": "workspace:^7.12.7",
53+
"@babel/types": "workspace:^7.12.7",
5454
"convert-source-map": "^1.7.0",
5555
"debug": "^4.1.0",
5656
"gensync": "^1.0.0-beta.1",

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.1",
3+
"version": "7.12.7",
44
"author": "The Babel Team (https://babeljs.io/team)",
55
"license": "MIT",
66
"description": "Compile ESNext Regular Expressions to ES5",

packages/babel-helper-member-expression-to-functions/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-member-expression-to-functions",
3-
"version": "7.12.1",
3+
"version": "7.12.7",
44
"description": "Helper function to replace certain member expressions with function calls",
55
"repository": {
66
"type": "git",
@@ -14,6 +14,6 @@
1414
"main": "lib/index.js",
1515
"author": "Justin Ridgewell <[email protected]>",
1616
"dependencies": {
17-
"@babel/types": "workspace:^7.12.1"
17+
"@babel/types": "workspace:^7.12.7"
1818
}
1919
}

packages/babel-helper-optimise-call-expression/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-optimise-call-expression",
3-
"version": "7.10.4",
3+
"version": "7.12.7",
44
"description": "Helper function to optimise call expression",
55
"repository": {
66
"type": "git",
@@ -13,7 +13,7 @@
1313
},
1414
"main": "lib/index.js",
1515
"dependencies": {
16-
"@babel/types": "workspace:^7.10.4"
16+
"@babel/types": "workspace:^7.12.7"
1717
},
1818
"devDependencies": {
1919
"@babel/generator": "workspace:*",

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.12.5",
3+
"version": "7.12.7",
44
"description": "A JavaScript parser",
55
"author": "Sebastian McKenzie <[email protected]>",
66
"homepage": "https://babeljs.io/",

packages/babel-plugin-proposal-numeric-separator/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-numeric-separator",
3-
"version": "7.12.5",
3+
"version": "7.12.7",
44
"description": "Remove numeric separators from Decimal, Binary, Hex and Octal literals",
55
"repository": {
66
"type": "git",

packages/babel-plugin-proposal-optional-chaining/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-optional-chaining",
3-
"version": "7.12.1",
3+
"version": "7.12.7",
44
"description": "Transform optional chaining operators into a series of nil checks",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)