Skip to content

Commit b237675

Browse files
committed
v7.15.4
1 parent 51c6a99 commit b237675

48 files changed

Lines changed: 271 additions & 272 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-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.0",
3+
"version": "7.15.4",
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",

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.3",
3+
"version": "7.15.4",
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.8",
3+
"version": "7.15.4",
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-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.15.0",
3+
"version": "7.15.4",
44
"description": "Babel compiler core.",
55
"main": "./lib/index.js",
66
"author": "The Babel Team (https://babel.dev/team)",
@@ -49,14 +49,14 @@
4949
},
5050
"dependencies": {
5151
"@babel/code-frame": "workspace:^7.14.5",
52-
"@babel/generator": "workspace:^7.15.0",
53-
"@babel/helper-compilation-targets": "workspace:^7.15.0",
54-
"@babel/helper-module-transforms": "condition:BABEL_8_BREAKING ? : workspace:^7.15.0",
55-
"@babel/helpers": "workspace:^7.14.8",
56-
"@babel/parser": "workspace:^7.15.0",
57-
"@babel/template": "workspace:^7.14.5",
58-
"@babel/traverse": "workspace:^7.15.0",
59-
"@babel/types": "workspace:^7.15.0",
52+
"@babel/generator": "workspace:^7.15.4",
53+
"@babel/helper-compilation-targets": "workspace:^7.15.4",
54+
"@babel/helper-module-transforms": "condition:BABEL_8_BREAKING ? : workspace:^7.15.4",
55+
"@babel/helpers": "workspace:^7.15.4",
56+
"@babel/parser": "workspace:^7.15.4",
57+
"@babel/template": "workspace:^7.15.4",
58+
"@babel/traverse": "workspace:^7.15.4",
59+
"@babel/types": "workspace:^7.15.4",
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.15.0",
3+
"version": "7.15.4",
44
"description": "Turns an AST into code.",
55
"author": "The Babel Team (https://babel.dev/team)",
66
"license": "MIT",
@@ -19,7 +19,7 @@
1919
"lib"
2020
],
2121
"dependencies": {
22-
"@babel/types": "workspace:^7.15.0",
22+
"@babel/types": "workspace:^7.15.4",
2323
"jsesc": "condition: BABEL_8_BREAKING ? ^3.0.2 : ^2.5.1",
2424
"source-map": "^0.5.0"
2525
},

packages/babel-helper-annotate-as-pure/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-annotate-as-pure",
3-
"version": "7.14.5",
3+
"version": "7.15.4",
44
"description": "Helper function to annotate paths and nodes with #__PURE__ comment",
55
"repository": {
66
"type": "git",
@@ -14,7 +14,7 @@
1414
},
1515
"main": "./lib/index.js",
1616
"dependencies": {
17-
"@babel/types": "workspace:^7.14.5"
17+
"@babel/types": "workspace:^7.15.4"
1818
},
1919
"engines": {
2020
"node": ">=6.9.0"

packages/babel-helper-builder-binary-assignment-operator-visitor/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-builder-binary-assignment-operator-visitor",
3-
"version": "7.14.5",
3+
"version": "7.15.4",
44
"description": "Helper function to build binary assignment operator visitors",
55
"repository": {
66
"type": "git",
@@ -14,8 +14,8 @@
1414
},
1515
"main": "./lib/index.js",
1616
"dependencies": {
17-
"@babel/helper-explode-assignable-expression": "workspace:^7.14.5",
18-
"@babel/types": "workspace:^7.14.5"
17+
"@babel/helper-explode-assignable-expression": "workspace:^7.15.4",
18+
"@babel/types": "workspace:^7.15.4"
1919
},
2020
"engines": {
2121
"node": ">=6.9.0"

packages/babel-helper-builder-react-jsx/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-builder-react-jsx",
3-
"version": "7.14.5",
3+
"version": "7.15.4",
44
"description": "Helper function to build react jsx",
55
"repository": {
66
"type": "git",
@@ -14,8 +14,8 @@
1414
},
1515
"main": "./lib/index.js",
1616
"dependencies": {
17-
"@babel/helper-annotate-as-pure": "workspace:^7.14.5",
18-
"@babel/types": "workspace:^7.14.5"
17+
"@babel/helper-annotate-as-pure": "workspace:^7.15.4",
18+
"@babel/types": "workspace:^7.15.4"
1919
},
2020
"engines": {
2121
"node": ">=6.9.0"

packages/babel-helper-compilation-targets/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-compilation-targets",
3-
"version": "7.15.0",
3+
"version": "7.15.4",
44
"author": "The Babel Team (https://babel.dev/team)",
55
"license": "MIT",
66
"description": "Helper functions on Babel compilation targets",

packages/babel-helper-create-class-features-plugin/package.json

Lines changed: 7 additions & 7 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.15.0",
3+
"version": "7.15.4",
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",
@@ -18,12 +18,12 @@
1818
"babel-plugin"
1919
],
2020
"dependencies": {
21-
"@babel/helper-annotate-as-pure": "workspace:^7.14.5",
22-
"@babel/helper-function-name": "workspace:^7.14.5",
23-
"@babel/helper-member-expression-to-functions": "workspace:^7.15.0",
24-
"@babel/helper-optimise-call-expression": "workspace:^7.14.5",
25-
"@babel/helper-replace-supers": "workspace:^7.15.0",
26-
"@babel/helper-split-export-declaration": "workspace:^7.14.5"
21+
"@babel/helper-annotate-as-pure": "workspace:^7.15.4",
22+
"@babel/helper-function-name": "workspace:^7.15.4",
23+
"@babel/helper-member-expression-to-functions": "workspace:^7.15.4",
24+
"@babel/helper-optimise-call-expression": "workspace:^7.15.4",
25+
"@babel/helper-replace-supers": "workspace:^7.15.4",
26+
"@babel/helper-split-export-declaration": "workspace:^7.15.4"
2727
},
2828
"peerDependencies": {
2929
"@babel/core": "^7.0.0"

0 commit comments

Comments
 (0)