Skip to content

Commit d94a8e5

Browse files
committed
v7.13.16
1 parent 21ef7c8 commit d94a8e5

17 files changed

Lines changed: 46 additions & 46 deletions

File tree

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.15",
3+
"version": "7.13.16",
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.15",
3+
"version": "7.13.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.13.14",
3+
"version": "7.13.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: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/core",
3-
"version": "7.13.15",
3+
"version": "7.13.16",
44
"description": "Babel compiler core.",
55
"main": "lib/index.js",
66
"author": "Sebastian McKenzie <sebmck@gmail.com>",
@@ -49,14 +49,14 @@
4949
},
5050
"dependencies": {
5151
"@babel/code-frame": "workspace:^7.12.13",
52-
"@babel/generator": "workspace:^7.13.9",
53-
"@babel/helper-compilation-targets": "workspace:^7.13.13",
52+
"@babel/generator": "workspace:^7.13.16",
53+
"@babel/helper-compilation-targets": "workspace:^7.13.16",
5454
"@babel/helper-module-transforms": "condition:BABEL_8_BREAKING ? : workspace:^7.13.14",
55-
"@babel/helpers": "workspace:^7.13.10",
56-
"@babel/parser": "workspace:^7.13.15",
55+
"@babel/helpers": "workspace:^7.13.16",
56+
"@babel/parser": "workspace:^7.13.16",
5757
"@babel/template": "workspace:^7.12.13",
5858
"@babel/traverse": "workspace:^7.13.15",
59-
"@babel/types": "workspace:^7.13.14",
59+
"@babel/types": "workspace:^7.13.16",
6060
"convert-source-map": "^1.7.0",
6161
"debug": "^4.1.0",
6262
"gensync": "^1.0.0-beta.2",

packages/babel-generator/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/generator",
3-
"version": "7.13.9",
3+
"version": "7.13.16",
44
"description": "Turns an AST into code.",
55
"author": "Sebastian McKenzie <sebmck@gmail.com>",
66
"license": "MIT",
@@ -19,7 +19,7 @@
1919
"lib"
2020
],
2121
"dependencies": {
22-
"@babel/types": "workspace:^7.13.0",
22+
"@babel/types": "workspace:^7.13.16",
2323
"jsesc": "condition: BABEL_8_BREAKING ? ^3.0.2 : ^2.5.1",
2424
"source-map": "^0.5.0"
2525
},

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.13.13",
3+
"version": "7.13.16",
44
"author": "The Babel Team (https://babel.dev/team)",
55
"license": "MIT",
66
"description": "Helper functions on Babel compilation targets",
@@ -21,7 +21,7 @@
2121
"babel-plugin"
2222
],
2323
"dependencies": {
24-
"@babel/compat-data": "workspace:^7.13.12",
24+
"@babel/compat-data": "workspace:^7.13.15",
2525
"@babel/helper-validator-option": "workspace:^7.12.17",
2626
"browserslist": "^4.14.5",
2727
"semver": "condition:BABEL_8_BREAKING ? ^7.3.4 : ^6.3.0"

packages/babel-helper-hoist-variables/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-hoist-variables",
3-
"version": "7.13.0",
3+
"version": "7.13.16",
44
"description": "Helper function to hoist variables",
55
"repository": {
66
"type": "git",
@@ -15,7 +15,7 @@
1515
"main": "lib/index.js",
1616
"TODO": "The @babel/traverse dependency is only needed for the NodePath TS type. After converting @babel/core to TS we can import NodePath from there.",
1717
"dependencies": {
18-
"@babel/traverse": "workspace:^7.13.0",
19-
"@babel/types": "workspace:^7.13.0"
18+
"@babel/traverse": "workspace:^7.13.15",
19+
"@babel/types": "workspace:^7.13.16"
2020
}
2121
}

packages/babel-helpers/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/helpers",
3-
"version": "7.13.10",
3+
"version": "7.13.16",
44
"description": "Collection of helper functions used by Babel transforms.",
55
"author": "Sebastian McKenzie <sebmck@gmail.com>",
66
"homepage": "https://babel.dev/docs/en/next/babel-helpers",
@@ -16,8 +16,8 @@
1616
"main": "lib/index.js",
1717
"dependencies": {
1818
"@babel/template": "workspace:^7.12.13",
19-
"@babel/traverse": "workspace:^7.13.0",
20-
"@babel/types": "workspace:^7.13.0"
19+
"@babel/traverse": "workspace:^7.13.15",
20+
"@babel/types": "workspace:^7.13.16"
2121
},
2222
"devDependencies": {
2323
"@babel/helper-plugin-test-runner": "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.13.15",
3+
"version": "7.13.16",
44
"description": "A JavaScript parser",
55
"author": "Sebastian McKenzie <sebmck@gmail.com>",
66
"homepage": "https://babel.dev/docs/en/next/babel-parser",

packages/babel-plugin-transform-block-scoping/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/plugin-transform-block-scoping",
3-
"version": "7.12.13",
3+
"version": "7.13.16",
44
"description": "Compile ES2015 block scoping (const and let) to ES5",
55
"repository": {
66
"type": "git",
@@ -14,7 +14,7 @@
1414
},
1515
"main": "lib/index.js",
1616
"dependencies": {
17-
"@babel/helper-plugin-utils": "workspace:^7.12.13"
17+
"@babel/helper-plugin-utils": "workspace:^7.13.0"
1818
},
1919
"keywords": [
2020
"babel-plugin"

0 commit comments

Comments
 (0)