v7.13.8
This commit is contained in:
@@ -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": "",
|
||||
|
||||
@@ -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>",
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
@@ -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"
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
@@ -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": {
|
||||
|
||||
@@ -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",
|
||||
@@ -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": {
|
||||
|
||||
@@ -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",
|
||||
@@ -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": {
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
@@ -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"
|
||||
|
||||
@@ -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",
|
||||
@@ -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": {
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
@@ -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"
|
||||
},
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
@@ -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",
|
||||
@@ -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",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/register",
|
||||
"version": "7.13.0",
|
||||
"version": "7.13.8",
|
||||
"description": "babel require hook",
|
||||
"license": "MIT",
|
||||
"publishConfig": {
|
||||
|
||||
@@ -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": {
|
||||
|
||||
@@ -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": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/runtime",
|
||||
"version": "7.13.7",
|
||||
"version": "7.13.8",
|
||||
"description": "babel's modular runtime helpers",
|
||||
"license": "MIT",
|
||||
"publishConfig": {
|
||||
|
||||
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user