Skip to content

Commit 3c0152a

Browse files
v7.14.0
1 parent 0f2a1a8 commit 3c0152a

27 files changed

Lines changed: 131 additions & 132 deletions

File tree

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.13.10",
3+
"version": "7.14.0",
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": {

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.17",
3+
"version": "7.14.0",
44
"private": true,
55
"license": "MIT",
66
"type": "commonjs",

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

packages/babel-core/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/core",
3-
"version": "7.13.16",
3+
"version": "7.14.0",
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.16",
52+
"@babel/generator": "workspace:^7.14.0",
5353
"@babel/helper-compilation-targets": "workspace:^7.13.16",
54-
"@babel/helper-module-transforms": "condition:BABEL_8_BREAKING ? : workspace:^7.13.14",
55-
"@babel/helpers": "workspace:^7.13.16",
56-
"@babel/parser": "workspace:^7.13.16",
54+
"@babel/helper-module-transforms": "condition:BABEL_8_BREAKING ? : workspace:^7.14.0",
55+
"@babel/helpers": "workspace:^7.14.0",
56+
"@babel/parser": "workspace:^7.14.0",
5757
"@babel/template": "workspace:^7.12.13",
58-
"@babel/traverse": "workspace:^7.13.15",
59-
"@babel/types": "workspace:^7.13.16",
58+
"@babel/traverse": "workspace:^7.14.0",
59+
"@babel/types": "workspace:^7.14.0",
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.16",
3+
"version": "7.14.0",
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.16",
22+
"@babel/types": "workspace:^7.14.0",
2323
"jsesc": "condition: BABEL_8_BREAKING ? ^3.0.2 : ^2.5.1",
2424
"source-map": "^0.5.0"
2525
},

packages/babel-helper-create-class-features-plugin/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-create-class-features-plugin",
3-
"version": "7.13.11",
3+
"version": "7.14.0",
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",
@@ -20,9 +20,9 @@
2020
"dependencies": {
2121
"@babel/helper-annotate-as-pure": "workspace:^7.12.13",
2222
"@babel/helper-function-name": "workspace:^7.12.13",
23-
"@babel/helper-member-expression-to-functions": "workspace:^7.13.0",
23+
"@babel/helper-member-expression-to-functions": "workspace:^7.13.12",
2424
"@babel/helper-optimise-call-expression": "workspace:^7.12.13",
25-
"@babel/helper-replace-supers": "workspace:^7.13.0",
25+
"@babel/helper-replace-supers": "workspace:^7.13.12",
2626
"@babel/helper-split-export-declaration": "workspace:^7.12.13"
2727
},
2828
"peerDependencies": {

packages/babel-helper-module-transforms/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/helper-module-transforms",
3-
"version": "7.13.14",
3+
"version": "7.14.0",
44
"description": "Babel helper functions for implementing ES6 module transformations",
55
"author": "Logan Smyth <loganfsmyth@gmail.com>",
66
"homepage": "https://babel.dev/docs/en/next/babel-helper-module-transforms",
@@ -19,9 +19,9 @@
1919
"@babel/helper-replace-supers": "workspace:^7.13.12",
2020
"@babel/helper-simple-access": "workspace:^7.13.12",
2121
"@babel/helper-split-export-declaration": "workspace:^7.12.13",
22-
"@babel/helper-validator-identifier": "workspace:^7.12.11",
22+
"@babel/helper-validator-identifier": "workspace:^7.14.0",
2323
"@babel/template": "workspace:^7.12.13",
24-
"@babel/traverse": "workspace:^7.13.13",
25-
"@babel/types": "workspace:^7.13.14"
24+
"@babel/traverse": "workspace:^7.14.0",
25+
"@babel/types": "workspace:^7.14.0"
2626
}
2727
}

packages/babel-helper-validator-identifier/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-validator-identifier",
3-
"version": "7.12.11",
3+
"version": "7.14.0",
44
"description": "Validate identifier/keywords name",
55
"repository": {
66
"type": "git",

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.17",
3+
"version": "7.14.0",
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.17",
20-
"@babel/types": "workspace:^7.13.17"
19+
"@babel/traverse": "workspace:^7.14.0",
20+
"@babel/types": "workspace:^7.14.0"
2121
},
2222
"devDependencies": {
2323
"@babel/helper-plugin-test-runner": "workspace:*"

packages/babel-highlight/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/highlight",
3-
"version": "7.13.10",
3+
"version": "7.14.0",
44
"description": "Syntax highlight JavaScript strings for output in terminals.",
55
"author": "suchipi <me@suchipi.com>",
66
"homepage": "https://babel.dev/docs/en/next/babel-highlight",
@@ -15,7 +15,7 @@
1515
},
1616
"main": "lib/index.js",
1717
"dependencies": {
18-
"@babel/helper-validator-identifier": "workspace:^7.12.11",
18+
"@babel/helper-validator-identifier": "workspace:^7.14.0",
1919
"chalk": "^2.0.0",
2020
"js-tokens": "condition:BABEL_8_BREAKING ? ^7.0.0 : ^4.0.0"
2121
},

0 commit comments

Comments
 (0)