Skip to content

Commit

Permalink
v7.14.4
Browse files Browse the repository at this point in the history
  • Loading branch information
babel-bot committed May 28, 2021
1 parent f35513f commit 219fd3a
Show file tree
Hide file tree
Showing 17 changed files with 59 additions and 59 deletions.
2 changes: 1 addition & 1 deletion eslint/babel-eslint-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/eslint-parser",
"version": "7.14.3",
"version": "7.14.4",
"description": "ESLint parser that allows for linting of experimental syntax transformed by Babel",
"author": "The Babel Team (https://babel.dev/team)",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions eslint/babel-eslint-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@babel/eslint-tests",
"version": "7.14.3",
"version": "7.14.4",
"description": "Tests for babel/eslint-* packages",
"license": "MIT",
"private": true,
"dependencies": {
"@babel/core": "workspace:^7.14.3",
"@babel/eslint-parser": "workspace:^7.14.3",
"@babel/eslint-parser": "workspace:^7.14.4",
"@babel/preset-react": "workspace:^7.13.13",
"dedent": "^0.7.0",
"eslint": "^7.5.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel",
"version": "7.14.3",
"version": "7.14.4",
"private": true,
"license": "MIT",
"type": "commonjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-compat-data/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/compat-data",
"version": "7.14.0",
"version": "7.14.4",
"author": "The Babel Team (https://babel.dev/team)",
"license": "MIT",
"description": "",
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-helper-compilation-targets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-compilation-targets",
"version": "7.13.16",
"version": "7.14.4",
"author": "The Babel Team (https://babel.dev/team)",
"license": "MIT",
"description": "Helper functions on Babel compilation targets",
Expand All @@ -21,7 +21,7 @@
"babel-plugin"
],
"dependencies": {
"@babel/compat-data": "workspace:^7.13.15",
"@babel/compat-data": "workspace:^7.14.4",
"@babel/helper-validator-option": "workspace:^7.12.17",
"browserslist": "^4.16.6",
"semver": "condition:BABEL_8_BREAKING ? ^7.3.4 : ^6.3.0"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-create-class-features-plugin",
"version": "7.14.3",
"version": "7.14.4",
"author": "The Babel Team (https://babel.dev/team)",
"license": "MIT",
"description": "Compile class public and private fields, private methods and decorators to ES6",
Expand All @@ -22,7 +22,7 @@
"@babel/helper-function-name": "workspace:^7.14.2",
"@babel/helper-member-expression-to-functions": "workspace:^7.13.12",
"@babel/helper-optimise-call-expression": "workspace:^7.12.13",
"@babel/helper-replace-supers": "workspace:^7.14.3",
"@babel/helper-replace-supers": "workspace:^7.14.4",
"@babel/helper-split-export-declaration": "workspace:^7.12.13"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-helper-replace-supers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-replace-supers",
"version": "7.14.3",
"version": "7.14.4",
"description": "Helper function to replace supers",
"repository": {
"type": "git",
Expand All @@ -17,6 +17,6 @@
"@babel/helper-member-expression-to-functions": "workspace:^7.13.12",
"@babel/helper-optimise-call-expression": "workspace:^7.12.13",
"@babel/traverse": "workspace:^7.14.2",
"@babel/types": "workspace:^7.14.2"
"@babel/types": "workspace:^7.14.4"
}
}
2 changes: 1 addition & 1 deletion packages/babel-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/parser",
"version": "7.14.3",
"version": "7.14.4",
"description": "A JavaScript parser",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babel.dev/docs/en/next/babel-parser",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-proposal-object-rest-spread",
"version": "7.14.2",
"version": "7.14.4",
"description": "Compile object rest and spread to ES5",
"repository": {
"type": "git",
Expand All @@ -17,8 +17,8 @@
"babel-plugin"
],
"dependencies": {
"@babel/compat-data": "workspace:^7.14.0",
"@babel/helper-compilation-targets": "workspace:^7.13.16",
"@babel/compat-data": "workspace:^7.14.4",
"@babel/helper-compilation-targets": "workspace:^7.14.4",
"@babel/helper-plugin-utils": "workspace:^7.13.0",
"@babel/plugin-syntax-object-rest-spread": "^7.8.3",
"@babel/plugin-transform-parameters": "workspace:^7.14.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-transform-block-scoping/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-block-scoping",
"version": "7.14.2",
"version": "7.14.4",
"description": "Compile ES2015 block scoping (const and let) to ES5",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-plugin-transform-classes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-classes",
"version": "7.14.2",
"version": "7.14.4",
"description": "Compile ES2015 classes to ES5",
"repository": {
"type": "git",
Expand All @@ -18,7 +18,7 @@
"@babel/helper-function-name": "workspace:^7.14.2",
"@babel/helper-optimise-call-expression": "workspace:^7.12.13",
"@babel/helper-plugin-utils": "workspace:^7.13.0",
"@babel/helper-replace-supers": "workspace:^7.13.12",
"@babel/helper-replace-supers": "workspace:^7.14.4",
"@babel/helper-split-export-declaration": "workspace:^7.12.13",
"globals": "condition:BABEL_8_BREAKING ? ^13.5.0 : ^11.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-transform-destructuring/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-destructuring",
"version": "7.13.17",
"version": "7.14.4",
"description": "Compile ES2015 destructuring to ES5",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-plugin-transform-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-typescript",
"version": "7.14.3",
"version": "7.14.4",
"description": "Transform TypeScript into ES.next",
"repository": {
"type": "git",
Expand All @@ -17,7 +17,7 @@
"typescript"
],
"dependencies": {
"@babel/helper-create-class-features-plugin": "workspace:^7.14.3",
"@babel/helper-create-class-features-plugin": "workspace:^7.14.4",
"@babel/helper-plugin-utils": "workspace:^7.13.0",
"@babel/plugin-syntax-typescript": "workspace:^7.12.13"
},
Expand Down
18 changes: 9 additions & 9 deletions packages/babel-preset-env/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/preset-env",
"version": "7.14.2",
"version": "7.14.4",
"description": "A Babel preset for each environment.",
"author": "Henry Zhu <hi@henryzoo.com>",
"homepage": "https://babel.dev/docs/en/next/babel-preset-env",
Expand All @@ -16,21 +16,21 @@
},
"main": "lib/index.js",
"dependencies": {
"@babel/compat-data": "workspace:^7.14.0",
"@babel/helper-compilation-targets": "workspace:^7.13.16",
"@babel/compat-data": "workspace:^7.14.4",
"@babel/helper-compilation-targets": "workspace:^7.14.4",
"@babel/helper-plugin-utils": "workspace:^7.13.0",
"@babel/helper-validator-option": "workspace:^7.12.17",
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "workspace:^7.13.12",
"@babel/plugin-proposal-async-generator-functions": "workspace:^7.14.2",
"@babel/plugin-proposal-class-properties": "workspace:^7.13.0",
"@babel/plugin-proposal-class-static-block": "workspace:^7.13.11",
"@babel/plugin-proposal-class-static-block": "workspace:^7.14.3",
"@babel/plugin-proposal-dynamic-import": "workspace:^7.14.2",
"@babel/plugin-proposal-export-namespace-from": "workspace:^7.14.2",
"@babel/plugin-proposal-json-strings": "workspace:^7.14.2",
"@babel/plugin-proposal-logical-assignment-operators": "workspace:^7.14.2",
"@babel/plugin-proposal-nullish-coalescing-operator": "workspace:^7.14.2",
"@babel/plugin-proposal-numeric-separator": "workspace:^7.14.2",
"@babel/plugin-proposal-object-rest-spread": "workspace:^7.14.2",
"@babel/plugin-proposal-object-rest-spread": "workspace:^7.14.4",
"@babel/plugin-proposal-optional-catch-binding": "workspace:^7.14.2",
"@babel/plugin-proposal-optional-chaining": "workspace:^7.14.2",
"@babel/plugin-proposal-private-methods": "workspace:^7.13.0",
Expand All @@ -53,10 +53,10 @@
"@babel/plugin-transform-arrow-functions": "workspace:^7.13.0",
"@babel/plugin-transform-async-to-generator": "workspace:^7.13.0",
"@babel/plugin-transform-block-scoped-functions": "workspace:^7.12.13",
"@babel/plugin-transform-block-scoping": "workspace:^7.14.2",
"@babel/plugin-transform-classes": "workspace:^7.14.2",
"@babel/plugin-transform-block-scoping": "workspace:^7.14.4",
"@babel/plugin-transform-classes": "workspace:^7.14.4",
"@babel/plugin-transform-computed-properties": "workspace:^7.13.0",
"@babel/plugin-transform-destructuring": "workspace:^7.13.17",
"@babel/plugin-transform-destructuring": "workspace:^7.14.4",
"@babel/plugin-transform-dotall-regex": "workspace:^7.12.13",
"@babel/plugin-transform-duplicate-keys": "workspace:^7.12.13",
"@babel/plugin-transform-exponentiation-operator": "workspace:^7.12.13",
Expand All @@ -83,7 +83,7 @@
"@babel/plugin-transform-unicode-escapes": "workspace:^7.12.13",
"@babel/plugin-transform-unicode-regex": "workspace:^7.12.13",
"@babel/preset-modules": "^0.1.4",
"@babel/types": "workspace:^7.14.2",
"@babel/types": "workspace:^7.14.4",
"babel-plugin-polyfill-corejs2": "^0.2.0",
"babel-plugin-polyfill-corejs3": "^0.2.0",
"babel-plugin-polyfill-regenerator": "^0.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-standalone/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/standalone",
"version": "7.14.3",
"version": "7.14.4",
"description": "Standalone build of Babel for use in non-Node.js environments.",
"main": "babel.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/types",
"version": "7.14.2",
"version": "7.14.4",
"description": "Babel Types is a Lodash-esque utility library for AST nodes",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babel.dev/docs/en/next/babel-types",
Expand Down

0 comments on commit 219fd3a

Please sign in to comment.