Skip to content

Commit d291edb

Browse files
v7.12.13
1 parent bab5c62 commit d291edb

143 files changed

Lines changed: 816 additions & 816 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.11.0",
3+
"version": "7.12.13",
44
"description": "The Babel Team's ESLint configuration. Since it's internal, it might not respect semver.",
55
"author": "The Babel Team (https://babel.dev/team)",
66
"license": "MIT",

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

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.12.12",
3+
"version": "7.12.13",
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.12.10",
3+
"version": "7.12.13",
44
"description": "Babel command line.",
55
"author": "Sebastian McKenzie <sebmck@gmail.com>",
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.11",
3+
"version": "7.12.13",
44
"description": "Generate errors that contain a code frame that point to source locations.",
55
"author": "Sebastian McKenzie <sebmck@gmail.com>",
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.10.4"
19+
"@babel/highlight": "workspace:^7.12.13"
2020
},
2121
"devDependencies": {
2222
"@types/chalk": "^2.0.0",

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

packages/babel-core/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/core",
3-
"version": "7.12.10",
3+
"version": "7.12.13",
44
"description": "Babel compiler core.",
55
"main": "lib/index.js",
66
"author": "Sebastian McKenzie <sebmck@gmail.com>",
@@ -44,14 +44,14 @@
4444
"./src/transform-file.js": "./src/transform-file-browser.js"
4545
},
4646
"dependencies": {
47-
"@babel/code-frame": "workspace:^7.10.4",
48-
"@babel/generator": "workspace:^7.12.10",
49-
"@babel/helper-module-transforms": "workspace:^7.12.1",
50-
"@babel/helpers": "workspace:^7.12.5",
51-
"@babel/parser": "workspace:^7.12.10",
52-
"@babel/template": "workspace:^7.12.7",
53-
"@babel/traverse": "workspace:^7.12.10",
54-
"@babel/types": "workspace:^7.12.10",
47+
"@babel/code-frame": "workspace:^7.12.13",
48+
"@babel/generator": "workspace:^7.12.13",
49+
"@babel/helper-module-transforms": "workspace:^7.12.13",
50+
"@babel/helpers": "workspace:^7.12.13",
51+
"@babel/parser": "workspace:^7.12.13",
52+
"@babel/template": "workspace:^7.12.13",
53+
"@babel/traverse": "workspace:^7.12.13",
54+
"@babel/types": "workspace:^7.12.13",
5555
"convert-source-map": "^1.7.0",
5656
"debug": "^4.1.0",
5757
"escape-string-regexp": "condition:BABEL_8_BREAKING ? ^4.0.0 : ",

0 commit comments

Comments
 (0)