Skip to content

Commit 7a2a928

Browse files
committed
v7.14.5
1 parent a59522d commit 7a2a928

155 files changed

Lines changed: 914 additions & 915 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.

eslint/babel-eslint-config-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-config-internal",
3-
"version": "7.12.13",
3+
"version": "7.14.5",
44
"description": "The Babel Team's ESLint configuration. Since it's internal, it might not respect semver.",
55
"private": true,
66
"main": "./index.js",

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.4",
3+
"version": "7.14.5",
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.14.0",
3+
"version": "7.14.5",
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
"keywords": [

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.13.10",
3+
"version": "7.14.5",
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.16",
3+
"version": "7.14.5",
44
"description": "Companion rules for @babel/eslint-parser",
55
"main": "./lib/index.js",
66
"type": "commonjs",
Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
{
22
"name": "@babel/eslint-shared-fixtures",
3-
"version": "7.12.13",
3+
"version": "7.14.5",
44
"description": "Shared fixtures for testing @babel/eslint-* packages",
55
"private": true,
66
"dependencies": {
7-
"@babel/core": "workspace:^7.12.13",
8-
"@babel/eslint-parser": "workspace:*",
9-
"@babel/plugin-proposal-class-properties": "workspace:^7.12.13",
10-
"@babel/plugin-proposal-decorators": "workspace:^7.12.13",
11-
"@babel/plugin-proposal-do-expressions": "workspace:^7.12.13",
12-
"@babel/plugin-proposal-pipeline-operator": "workspace:^7.12.13",
13-
"@babel/plugin-proposal-private-methods": "workspace:^7.12.13",
14-
"@babel/plugin-syntax-export-default-from": "workspace:^7.12.13",
15-
"@babel/preset-env": "workspace:^7.12.13",
16-
"@babel/preset-flow": "workspace:^7.12.13",
17-
"@babel/preset-react": "workspace:^7.12.13",
7+
"@babel/core": "workspace:^7.14.5",
8+
"@babel/eslint-parser": "workspace:^7.14.5",
9+
"@babel/plugin-proposal-class-properties": "workspace:^7.14.5",
10+
"@babel/plugin-proposal-decorators": "workspace:^7.14.5",
11+
"@babel/plugin-proposal-do-expressions": "workspace:^7.14.5",
12+
"@babel/plugin-proposal-pipeline-operator": "workspace:^7.14.5",
13+
"@babel/plugin-proposal-private-methods": "workspace:^7.14.5",
14+
"@babel/plugin-syntax-export-default-from": "workspace:^7.14.5",
15+
"@babel/preset-env": "workspace:^7.14.5",
16+
"@babel/preset-flow": "workspace:^7.14.5",
17+
"@babel/preset-react": "workspace:^7.14.5",
1818
"eslint": "^7.27.0"
1919
}
2020
}

eslint/babel-eslint-tests/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "@babel/eslint-tests",
3-
"version": "7.14.4",
3+
"version": "7.14.5",
44
"description": "Tests for babel/eslint-* packages",
55
"private": true,
66
"dependencies": {
7-
"@babel/core": "workspace:^7.14.3",
8-
"@babel/eslint-parser": "workspace:^7.14.4",
9-
"@babel/preset-react": "workspace:^7.13.13",
7+
"@babel/core": "workspace:^7.14.5",
8+
"@babel/eslint-parser": "workspace:^7.14.5",
9+
"@babel/preset-react": "workspace:^7.14.5",
1010
"dedent": "^0.7.0",
1111
"eslint": "^7.27.0",
1212
"eslint-plugin-import": "^2.23.4",

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.4",
3+
"version": "7.14.5",
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.14.3",
3+
"version": "7.14.5",
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/code-frame",
3-
"version": "7.12.13",
3+
"version": "7.14.5",
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",
@@ -16,7 +16,7 @@
1616
},
1717
"main": "./lib/index.js",
1818
"dependencies": {
19-
"@babel/highlight": "workspace:^7.12.13"
19+
"@babel/highlight": "workspace:^7.14.5"
2020
},
2121
"devDependencies": {
2222
"@types/chalk": "^2.0.0",

0 commit comments

Comments
 (0)