v7.13.15
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/compat-data",
|
||||
"version": "7.13.12",
|
||||
"version": "7.13.15",
|
||||
"author": "The Babel Team (https://babel.dev/team)",
|
||||
"license": "MIT",
|
||||
"description": "",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/core",
|
||||
"version": "7.13.14",
|
||||
"version": "7.13.15",
|
||||
"description": "Babel compiler core.",
|
||||
"main": "lib/index.js",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
@@ -53,9 +53,9 @@
|
||||
"@babel/helper-compilation-targets": "workspace:^7.13.13",
|
||||
"@babel/helper-module-transforms": "condition:BABEL_8_BREAKING ? : workspace:^7.13.14",
|
||||
"@babel/helpers": "workspace:^7.13.10",
|
||||
"@babel/parser": "workspace:^7.13.13",
|
||||
"@babel/parser": "workspace:^7.13.15",
|
||||
"@babel/template": "workspace:^7.12.13",
|
||||
"@babel/traverse": "workspace:^7.13.13",
|
||||
"@babel/traverse": "workspace:^7.13.15",
|
||||
"@babel/types": "workspace:^7.13.14",
|
||||
"convert-source-map": "^1.7.0",
|
||||
"debug": "^4.1.0",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/helper-transform-fixture-test-runner",
|
||||
"version": "7.13.14",
|
||||
"version": "7.13.15",
|
||||
"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,7 +16,7 @@
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"@babel/code-frame": "workspace:^7.12.13",
|
||||
"@babel/core": "workspace:^7.13.14",
|
||||
"@babel/core": "workspace:^7.13.15",
|
||||
"@babel/helper-fixtures": "workspace:^7.13.13",
|
||||
"babel-check-duplicated-nodes": "^1.0.0",
|
||||
"quick-lru": "5.1.0",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/parser",
|
||||
"version": "7.13.13",
|
||||
"version": "7.13.15",
|
||||
"description": "A JavaScript parser",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"homepage": "https://babel.dev/docs/en/next/babel-parser",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-proposal-async-generator-functions",
|
||||
"version": "7.13.8",
|
||||
"version": "7.13.15",
|
||||
"description": "Turn async generator functions into ES2015 generators",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-proposal-decorators",
|
||||
"version": "7.13.5",
|
||||
"version": "7.13.15",
|
||||
"author": "Logan Smyth <loganfsmyth@gmail.com>",
|
||||
"license": "MIT",
|
||||
"publishConfig": {
|
||||
@@ -20,7 +20,7 @@
|
||||
"decorators"
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/helper-create-class-features-plugin": "workspace:^7.13.0",
|
||||
"@babel/helper-create-class-features-plugin": "workspace:^7.13.11",
|
||||
"@babel/helper-plugin-utils": "workspace:^7.13.0",
|
||||
"@babel/plugin-syntax-decorators": "workspace:^7.12.13"
|
||||
},
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"name": "@babel/plugin-transform-regenerator",
|
||||
"author": "Ben Newman <bn@cs.stanford.edu>",
|
||||
"description": "Explode async and generator functions into a state machine.",
|
||||
"version": "7.12.13",
|
||||
"version": "7.13.15",
|
||||
"homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-regenerator",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-transform-runtime",
|
||||
"version": "7.13.10",
|
||||
"version": "7.13.15",
|
||||
"description": "Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -20,7 +20,7 @@
|
||||
"./src/get-runtime-path/index.js": "./src/get-runtime-path/browser.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/helper-module-imports": "workspace:^7.12.13",
|
||||
"@babel/helper-module-imports": "workspace:^7.13.12",
|
||||
"@babel/helper-plugin-utils": "workspace:^7.13.0",
|
||||
"babel-plugin-polyfill-corejs2": "^0.2.0",
|
||||
"babel-plugin-polyfill-corejs3": "^0.2.0",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/preset-env",
|
||||
"version": "7.13.12",
|
||||
"version": "7.13.15",
|
||||
"description": "A Babel preset for each environment.",
|
||||
"author": "Henry Zhu <hi@henryzoo.com>",
|
||||
"homepage": "https://babel.dev/docs/en/next/babel-preset-env",
|
||||
@@ -16,12 +16,12 @@
|
||||
},
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"@babel/compat-data": "workspace:^7.13.12",
|
||||
"@babel/helper-compilation-targets": "workspace:^7.13.10",
|
||||
"@babel/compat-data": "workspace:^7.13.15",
|
||||
"@babel/helper-compilation-targets": "workspace:^7.13.13",
|
||||
"@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.13.8",
|
||||
"@babel/plugin-proposal-async-generator-functions": "workspace:^7.13.15",
|
||||
"@babel/plugin-proposal-class-properties": "workspace:^7.13.0",
|
||||
"@babel/plugin-proposal-dynamic-import": "workspace:^7.13.8",
|
||||
"@babel/plugin-proposal-export-namespace-from": "workspace:^7.12.13",
|
||||
@@ -69,7 +69,7 @@
|
||||
"@babel/plugin-transform-object-super": "workspace:^7.12.13",
|
||||
"@babel/plugin-transform-parameters": "workspace:^7.13.0",
|
||||
"@babel/plugin-transform-property-literals": "workspace:^7.12.13",
|
||||
"@babel/plugin-transform-regenerator": "workspace:^7.12.13",
|
||||
"@babel/plugin-transform-regenerator": "workspace:^7.13.15",
|
||||
"@babel/plugin-transform-reserved-words": "workspace:^7.12.13",
|
||||
"@babel/plugin-transform-shorthand-properties": "workspace:^7.12.13",
|
||||
"@babel/plugin-transform-spread": "workspace:^7.13.0",
|
||||
@@ -79,7 +79,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.13.12",
|
||||
"@babel/types": "workspace:^7.13.14",
|
||||
"babel-plugin-polyfill-corejs2": "^0.2.0",
|
||||
"babel-plugin-polyfill-corejs3": "^0.2.0",
|
||||
"babel-plugin-polyfill-regenerator": "^0.2.0",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/standalone",
|
||||
"version": "7.13.14",
|
||||
"version": "7.13.15",
|
||||
"description": "Standalone build of Babel for use in non-Node.js environments.",
|
||||
"main": "babel.js",
|
||||
"files": [
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/traverse",
|
||||
"version": "7.13.13",
|
||||
"version": "7.13.15",
|
||||
"description": "The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"homepage": "https://babel.dev/docs/en/next/babel-traverse",
|
||||
@@ -20,8 +20,8 @@
|
||||
"@babel/generator": "workspace:^7.13.9",
|
||||
"@babel/helper-function-name": "workspace:^7.12.13",
|
||||
"@babel/helper-split-export-declaration": "workspace:^7.12.13",
|
||||
"@babel/parser": "workspace:^7.13.13",
|
||||
"@babel/types": "workspace:^7.13.13",
|
||||
"@babel/parser": "workspace:^7.13.15",
|
||||
"@babel/types": "workspace:^7.13.14",
|
||||
"debug": "^4.1.0",
|
||||
"globals": "condition:BABEL_8_BREAKING ? ^13.5.0 : ^11.1.0"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user