Skip to content

Commit 1487a46

Browse files
committed
v7.14.3
1 parent f85c643 commit 1487a46

16 files changed

Lines changed: 38 additions & 38 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.14.2",
3+
"version": "7.14.3",
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",

eslint/babel-eslint-tests/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "@babel/eslint-tests",
3-
"version": "7.14.2",
3+
"version": "7.14.3",
44
"description": "Tests for babel/eslint-* packages",
55
"license": "MIT",
66
"private": true,
77
"dependencies": {
8-
"@babel/eslint-parser": "workspace:^7.14.2",
8+
"@babel/eslint-parser": "workspace:^7.14.3",
99
"@babel/preset-react": "workspace:^7.13.13",
1010
"dedent": "^0.7.0",
1111
"eslint": "^7.5.0",

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.14.2",
3+
"version": "7.14.3",
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.13.16",
3+
"version": "7.14.3",
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.14.2",
3+
"version": "7.14.3",
44
"description": "Babel compiler core.",
55
"main": "lib/index.js",
66
"author": "Sebastian McKenzie <sebmck@gmail.com>",
@@ -49,11 +49,11 @@
4949
},
5050
"dependencies": {
5151
"@babel/code-frame": "workspace:^7.12.13",
52-
"@babel/generator": "workspace:^7.14.2",
52+
"@babel/generator": "workspace:^7.14.3",
5353
"@babel/helper-compilation-targets": "workspace:^7.13.16",
5454
"@babel/helper-module-transforms": "condition:BABEL_8_BREAKING ? : workspace:^7.14.2",
5555
"@babel/helpers": "workspace:^7.14.0",
56-
"@babel/parser": "workspace:^7.14.2",
56+
"@babel/parser": "workspace:^7.14.3",
5757
"@babel/template": "workspace:^7.12.13",
5858
"@babel/traverse": "workspace:^7.14.2",
5959
"@babel/types": "workspace:^7.14.2",

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.14.2",
3+
"version": "7.14.3",
44
"description": "Turns an AST into code.",
55
"author": "Sebastian McKenzie <sebmck@gmail.com>",
66
"license": "MIT",

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.14.2",
3+
"version": "7.14.3",
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",
@@ -22,7 +22,7 @@
2222
"@babel/helper-function-name": "workspace:^7.14.2",
2323
"@babel/helper-member-expression-to-functions": "workspace:^7.13.12",
2424
"@babel/helper-optimise-call-expression": "workspace:^7.12.13",
25-
"@babel/helper-replace-supers": "workspace:^7.13.12",
25+
"@babel/helper-replace-supers": "workspace:^7.14.3",
2626
"@babel/helper-split-export-declaration": "workspace:^7.12.13"
2727
},
2828
"peerDependencies": {

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

packages/babel-helper-replace-supers/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/helper-replace-supers",
3-
"version": "7.13.12",
3+
"version": "7.14.3",
44
"description": "Helper function to replace supers",
55
"repository": {
66
"type": "git",
@@ -16,7 +16,7 @@
1616
"dependencies": {
1717
"@babel/helper-member-expression-to-functions": "workspace:^7.13.12",
1818
"@babel/helper-optimise-call-expression": "workspace:^7.12.13",
19-
"@babel/traverse": "workspace:^7.13.0",
20-
"@babel/types": "workspace:^7.13.12"
19+
"@babel/traverse": "workspace:^7.14.2",
20+
"@babel/types": "workspace:^7.14.2"
2121
}
2222
}

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.14.2",
3+
"version": "7.14.3",
44
"description": "A JavaScript parser",
55
"author": "Sebastian McKenzie <sebmck@gmail.com>",
66
"homepage": "https://babel.dev/docs/en/next/babel-parser",

0 commit comments

Comments
 (0)