Skip to content

Commit 45308f3

Browse files
v7.16.0
1 parent e33186c commit 45308f3

147 files changed

Lines changed: 153 additions & 154 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

benchmark/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@
1919
"@babel/types": "workspace:^",
2020
"benchmark": "^2.1.4"
2121
},
22-
"version": "7.15.0"
22+
"version": "7.16.0"
2323
}

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.15.8",
3+
"version": "7.16.0",
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-shared-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/eslint-shared-fixtures",
3-
"version": "7.14.5",
3+
"version": "7.16.0",
44
"description": "Shared fixtures for testing @babel/eslint-* packages",
55
"private": true,
66
"dependencies": {

eslint/babel-eslint-tests/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-tests",
3-
"version": "7.14.5",
3+
"version": "7.16.0",
44
"description": "Tests for babel/eslint-* packages",
55
"private": true,
66
"dependencies": {

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.15.8",
3+
"version": "7.16.0",
44
"private": true,
55
"type": "commonjs",
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.15.7",
3+
"version": "7.16.0",
44
"description": "Babel command line.",
55
"author": "The Babel Team (https://babel.dev/team)",
66
"homepage": "https://babel.dev/docs/en/next/babel-cli",

packages/babel-code-frame/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/code-frame",
3-
"version": "7.15.8",
3+
"version": "7.16.0",
44
"description": "Generate errors that contain a code frame that point to source locations.",
55
"author": "The Babel Team (https://babel.dev/team)",
66
"homepage": "https://babel.dev/docs/en/next/babel-code-frame",

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.15.0",
3+
"version": "7.16.0",
44
"author": "The Babel Team (https://babel.dev/team)",
55
"license": "MIT",
66
"description": "",

packages/babel-core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/core",
3-
"version": "7.15.8",
3+
"version": "7.16.0",
44
"description": "Babel compiler core.",
55
"main": "./lib/index.js",
66
"author": "The Babel Team (https://babel.dev/team)",
@@ -51,7 +51,7 @@
5151
"@babel/code-frame": "workspace:^",
5252
"@babel/generator": "workspace:^",
5353
"@babel/helper-compilation-targets": "workspace:^",
54-
"@babel/helper-module-transforms": "condition:BABEL_8_BREAKING ? : workspace:^7.15.8",
54+
"@babel/helper-module-transforms": "condition:BABEL_8_BREAKING ? : workspace:^7.16.0",
5555
"@babel/helpers": "workspace:^",
5656
"@babel/parser": "workspace:^",
5757
"@babel/template": "workspace:^",

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.15.8",
3+
"version": "7.16.0",
44
"description": "Turns an AST into code.",
55
"author": "The Babel Team (https://babel.dev/team)",
66
"license": "MIT",

0 commit comments

Comments
 (0)