Skip to content

Commit

Permalink
v7.13.8
Browse files Browse the repository at this point in the history
  • Loading branch information
babel-bot committed Feb 26, 2021
1 parent ea6a438 commit e2abc19
Show file tree
Hide file tree
Showing 27 changed files with 95 additions and 95 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.13.4",
"version": "7.13.8",
"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
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.13.7",
"version": "7.13.8",
"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.13.6",
"version": "7.13.8",
"author": "The Babel Team (https://babel.dev/team)",
"license": "MIT",
"description": "",
Expand Down
6 changes: 3 additions & 3 deletions packages/babel-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/core",
"version": "7.13.1",
"version": "7.13.8",
"description": "Babel compiler core.",
"main": "lib/index.js",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
Expand Down Expand Up @@ -48,10 +48,10 @@
"dependencies": {
"@babel/code-frame": "workspace:^7.12.13",
"@babel/generator": "workspace:^7.13.0",
"@babel/helper-compilation-targets": "workspace:^7.13.0",
"@babel/helper-compilation-targets": "workspace:^7.13.8",
"@babel/helper-module-transforms": "workspace:^7.13.0",
"@babel/helpers": "workspace:^7.13.0",
"@babel/parser": "workspace:^7.13.0",
"@babel/parser": "workspace:^7.13.4",
"@babel/template": "workspace:^7.12.13",
"@babel/traverse": "workspace:^7.13.0",
"@babel/types": "workspace:^7.13.0",
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.0",
"version": "7.13.8",
"author": "The Babel Team (https://babel.dev/team)",
"license": "MIT",
"description": "Engine compat data used in @babel/preset-env",
Expand All @@ -21,7 +21,7 @@
"babel-plugin"
],
"dependencies": {
"@babel/compat-data": "workspace:^7.13.0",
"@babel/compat-data": "workspace:^7.13.8",
"@babel/helper-validator-option": "workspace:^7.12.17",
"browserslist": "^4.14.5",
"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.13.0",
"version": "7.13.8",
"author": "The Babel Team (https://babel.dev/team)",
"license": "MIT",
"description": "Compile class public and private fields, private methods and decorators to ES6",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-helper-fixtures/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-fixtures",
"version": "7.13.0",
"version": "7.13.8",
"description": "Helper function to support fixtures",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"license": "MIT",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-transform-fixture-test-runner",
"version": "7.13.0",
"version": "7.13.8",
"description": "Transform test runner for @babel/helper-fixtures module",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babel.dev/docs/en/next/babel-helper-transform-fixture-test-runner",
Expand All @@ -16,8 +16,8 @@
"main": "lib/index.js",
"dependencies": {
"@babel/code-frame": "workspace:^7.12.13",
"@babel/core": "workspace:^7.13.0",
"@babel/helper-fixtures": "workspace:^7.13.0",
"@babel/core": "workspace:^7.13.8",
"@babel/helper-fixtures": "workspace:^7.13.8",
"babel-check-duplicated-nodes": "^1.0.0",
"escape-string-regexp": "condition:BABEL_8_BREAKING ? ^4.0.0 : ",
"lodash": "^4.17.19",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-highlight/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/highlight",
"version": "7.12.13",
"version": "7.13.8",
"description": "Syntax highlight JavaScript strings for output in terminals.",
"author": "suchipi <me@suchipi.com>",
"homepage": "https://babel.dev/docs/en/next/babel-highlight",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-proposal-async-generator-functions",
"version": "7.13.5",
"version": "7.13.8",
"description": "Turn async generator functions into ES2015 generators",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-plugin-proposal-dynamic-import/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-proposal-dynamic-import",
"version": "7.12.17",
"version": "7.13.8",
"description": "Transform import() expressions",
"repository": {
"type": "git",
Expand All @@ -16,7 +16,7 @@
"babel-plugin"
],
"dependencies": {
"@babel/helper-plugin-utils": "workspace:^7.12.13",
"@babel/helper-plugin-utils": "workspace:^7.13.0",
"@babel/plugin-syntax-dynamic-import": "^7.8.3"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-plugin-proposal-json-strings/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-proposal-json-strings",
"version": "7.12.13",
"version": "7.13.8",
"description": "Escape U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings",
"repository": {
"type": "git",
Expand All @@ -17,7 +17,7 @@
"babel-plugin"
],
"dependencies": {
"@babel/helper-plugin-utils": "workspace:^7.12.13",
"@babel/helper-plugin-utils": "workspace:^7.13.0",
"@babel/plugin-syntax-json-strings": "^7.8.3"
},
"peerDependencies": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-proposal-logical-assignment-operators",
"version": "7.12.13",
"version": "7.13.8",
"description": "Transforms logical assignment operators into short-circuited assignments",
"repository": {
"type": "git",
Expand All @@ -16,7 +16,7 @@
"babel-plugin"
],
"dependencies": {
"@babel/helper-plugin-utils": "workspace:^7.12.13",
"@babel/helper-plugin-utils": "workspace:^7.13.0",
"@babel/plugin-syntax-logical-assignment-operators": "^7.10.4"
},
"peerDependencies": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-proposal-nullish-coalescing-operator",
"version": "7.13.0",
"version": "7.13.8",
"description": "Remove nullish coalescing operator",
"repository": {
"type": "git",
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.13.0",
"version": "7.13.8",
"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.13.6",
"@babel/helper-compilation-targets": "workspace:^7.13.0",
"@babel/compat-data": "workspace:^7.13.8",
"@babel/helper-compilation-targets": "workspace:^7.13.8",
"@babel/helper-plugin-utils": "workspace:^7.13.0",
"@babel/plugin-syntax-object-rest-spread": "^7.8.3",
"@babel/plugin-transform-parameters": "workspace:^7.13.0"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-proposal-optional-catch-binding",
"version": "7.12.13",
"version": "7.13.8",
"description": "Compile optional catch bindings",
"repository": {
"type": "git",
Expand All @@ -17,7 +17,7 @@
"babel-plugin"
],
"dependencies": {
"@babel/helper-plugin-utils": "workspace:^7.12.13",
"@babel/helper-plugin-utils": "workspace:^7.13.0",
"@babel/plugin-syntax-optional-catch-binding": "^7.8.3"
},
"peerDependencies": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-proposal-optional-chaining",
"version": "7.13.0",
"version": "7.13.8",
"description": "Transform optional chaining operators into a series of nil checks",
"repository": {
"type": "git",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-modules-commonjs",
"version": "7.13.0",
"version": "7.13.8",
"description": "This plugin transforms ES2015 modules to CommonJS",
"repository": {
"type": "git",
Expand Down
8 changes: 4 additions & 4 deletions packages/babel-plugin-transform-modules-systemjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-modules-systemjs",
"version": "7.12.13",
"version": "7.13.8",
"description": "This plugin transforms ES2015 modules to SystemJS",
"repository": {
"type": "git",
Expand All @@ -13,9 +13,9 @@
},
"main": "lib/index.js",
"dependencies": {
"@babel/helper-hoist-variables": "workspace:^7.12.13",
"@babel/helper-module-transforms": "workspace:^7.12.13",
"@babel/helper-plugin-utils": "workspace:^7.12.13",
"@babel/helper-hoist-variables": "workspace:^7.13.0",
"@babel/helper-module-transforms": "workspace:^7.13.0",
"@babel/helper-plugin-utils": "workspace:^7.13.0",
"@babel/helper-validator-identifier": "workspace:^7.12.11",
"babel-plugin-dynamic-import-node": "^2.3.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-transform-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-runtime",
"version": "7.13.7",
"version": "7.13.8",
"description": "Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals",
"repository": {
"type": "git",
Expand Down
26 changes: 13 additions & 13 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.13.5",
"version": "7.13.8",
"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.13.5",
"@babel/helper-compilation-targets": "workspace:^7.13.0",
"@babel/compat-data": "workspace:^7.13.8",
"@babel/helper-compilation-targets": "workspace:^7.13.8",
"@babel/helper-plugin-utils": "workspace:^7.13.0",
"@babel/helper-validator-option": "workspace:^7.12.17",
"@babel/plugin-proposal-async-generator-functions": "workspace:^7.13.5",
"@babel/plugin-proposal-async-generator-functions": "workspace:^7.13.8",
"@babel/plugin-proposal-class-properties": "workspace:^7.13.0",
"@babel/plugin-proposal-dynamic-import": "workspace:^7.12.17",
"@babel/plugin-proposal-dynamic-import": "workspace:^7.13.8",
"@babel/plugin-proposal-export-namespace-from": "workspace:^7.12.13",
"@babel/plugin-proposal-json-strings": "workspace:^7.12.13",
"@babel/plugin-proposal-logical-assignment-operators": "workspace:^7.12.13",
"@babel/plugin-proposal-nullish-coalescing-operator": "workspace:^7.13.0",
"@babel/plugin-proposal-json-strings": "workspace:^7.13.8",
"@babel/plugin-proposal-logical-assignment-operators": "workspace:^7.13.8",
"@babel/plugin-proposal-nullish-coalescing-operator": "workspace:^7.13.8",
"@babel/plugin-proposal-numeric-separator": "workspace:^7.12.13",
"@babel/plugin-proposal-object-rest-spread": "workspace:^7.13.0",
"@babel/plugin-proposal-optional-catch-binding": "workspace:^7.12.13",
"@babel/plugin-proposal-optional-chaining": "workspace:^7.13.0",
"@babel/plugin-proposal-object-rest-spread": "workspace:^7.13.8",
"@babel/plugin-proposal-optional-catch-binding": "workspace:^7.13.8",
"@babel/plugin-proposal-optional-chaining": "workspace:^7.13.8",
"@babel/plugin-proposal-private-methods": "workspace:^7.13.0",
"@babel/plugin-proposal-unicode-property-regex": "workspace:^7.12.13",
"@babel/plugin-syntax-async-generators": "^7.8.4",
Expand Down Expand Up @@ -60,8 +60,8 @@
"@babel/plugin-transform-literals": "workspace:^7.12.13",
"@babel/plugin-transform-member-expression-literals": "workspace:^7.12.13",
"@babel/plugin-transform-modules-amd": "workspace:^7.13.0",
"@babel/plugin-transform-modules-commonjs": "workspace:^7.13.0",
"@babel/plugin-transform-modules-systemjs": "workspace:^7.12.13",
"@babel/plugin-transform-modules-commonjs": "workspace:^7.13.8",
"@babel/plugin-transform-modules-systemjs": "workspace:^7.13.8",
"@babel/plugin-transform-modules-umd": "workspace:^7.13.0",
"@babel/plugin-transform-named-capturing-groups-regex": "workspace:^7.12.13",
"@babel/plugin-transform-new-target": "workspace:^7.12.13",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-register/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/register",
"version": "7.13.0",
"version": "7.13.8",
"description": "babel require hook",
"license": "MIT",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-runtime-corejs2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/runtime-corejs2",
"version": "7.13.7",
"version": "7.13.8",
"description": "babel's modular runtime helpers with core-js@2 polyfilling",
"license": "MIT",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-runtime-corejs3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/runtime-corejs3",
"version": "7.13.7",
"version": "7.13.8",
"description": "babel's modular runtime helpers with core-js@3 polyfilling",
"license": "MIT",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/runtime",
"version": "7.13.7",
"version": "7.13.8",
"description": "babel's modular runtime helpers",
"license": "MIT",
"publishConfig": {
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.13.7",
"version": "7.13.8",
"description": "Standalone build of Babel for use in non-Node.js environments.",
"main": "babel.js",
"files": [
Expand Down
Loading

0 comments on commit e2abc19

Please sign in to comment.