Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d1d404b

Browse files
committed
v7.13.10
1 parent 4bd24a9 commit d1d404b

File tree

24 files changed

+51
-51
lines changed

24 files changed

+51
-51
lines changed

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.13.8",
3+
"version": "7.13.10",
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-plugin-development-internal/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-plugin-development-internal",
3-
"version": "7.12.1",
3+
"version": "7.13.10",
44
"description": "The Babel Team's ESLint custom rules plugin. Since it's internal, it might not respect semver.",
55
"main": "lib/index.js",
66
"repository": {

eslint/babel-eslint-plugin-development/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-plugin-development",
3-
"version": "7.12.13",
3+
"version": "7.13.10",
44
"description": "ESLint rules that enforce best practices in the development of Babel plugins.",
55
"keywords": [
66
"eslint",

eslint/babel-eslint-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/eslint-plugin",
3-
"version": "7.13.0",
3+
"version": "7.13.10",
44
"description": "Companion rules for @babel/eslint-parser",
55
"main": "./lib/index.js",
66
"type": "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",
3-
"version": "7.13.9",
3+
"version": "7.13.10",
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.0",
3+
"version": "7.13.10",
44
"description": "Babel command line.",
55
"author": "Sebastian McKenzie <[email protected]>",
66
"homepage": "https://babel.dev/docs/en/next/babel-cli",

packages/babel-core/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/core",
3-
"version": "7.13.8",
3+
"version": "7.13.10",
44
"description": "Babel compiler core.",
55
"main": "lib/index.js",
66
"author": "Sebastian McKenzie <[email protected]>",
@@ -47,11 +47,11 @@
4747
},
4848
"dependencies": {
4949
"@babel/code-frame": "workspace:^7.12.13",
50-
"@babel/generator": "workspace:^7.13.0",
51-
"@babel/helper-compilation-targets": "workspace:^7.13.8",
50+
"@babel/generator": "workspace:^7.13.9",
51+
"@babel/helper-compilation-targets": "workspace:^7.13.10",
5252
"@babel/helper-module-transforms": "workspace:^7.13.0",
53-
"@babel/helpers": "workspace:^7.13.0",
54-
"@babel/parser": "workspace:^7.13.4",
53+
"@babel/helpers": "workspace:^7.13.10",
54+
"@babel/parser": "workspace:^7.13.10",
5555
"@babel/template": "workspace:^7.12.13",
5656
"@babel/traverse": "workspace:^7.13.0",
5757
"@babel/types": "workspace:^7.13.0",

packages/babel-helper-compilation-targets/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-compilation-targets",
3-
"version": "7.13.8",
3+
"version": "7.13.10",
44
"author": "The Babel Team (https://babel.dev/team)",
55
"license": "MIT",
66
"description": "Engine compat data used in @babel/preset-env",

packages/babel-helper-create-class-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-class-features-plugin",
3-
"version": "7.13.8",
3+
"version": "7.13.10",
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",

packages/babel-helper-fixtures/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-fixtures",
3-
"version": "7.13.9",
3+
"version": "7.13.10",
44
"description": "Helper function to support fixtures",
55
"author": "Sebastian McKenzie <[email protected]>",
66
"license": "MIT",

0 commit comments

Comments
 (0)