v7.8.4
This commit is contained in:
parent
92c6807ae8
commit
5c2e6bc07f
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"version": "7.8.3",
|
"version": "7.8.4",
|
||||||
"changelog": {
|
"changelog": {
|
||||||
"repo": "babel/babel",
|
"repo": "babel/babel",
|
||||||
"cacheDir": ".changelog",
|
"cacheDir": ".changelog",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/cli",
|
"name": "@babel/cli",
|
||||||
"version": "7.8.3",
|
"version": "7.8.4",
|
||||||
"description": "Babel command line.",
|
"description": "Babel command line.",
|
||||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||||
"homepage": "https://babeljs.io/",
|
"homepage": "https://babeljs.io/",
|
||||||
@ -35,7 +35,7 @@
|
|||||||
"@babel/core": "^7.0.0-0"
|
"@babel/core": "^7.0.0-0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "^7.8.3",
|
"@babel/core": "^7.8.4",
|
||||||
"@babel/helper-fixtures": "^7.8.3",
|
"@babel/helper-fixtures": "^7.8.3",
|
||||||
"rimraf": "^3.0.0"
|
"rimraf": "^3.0.0"
|
||||||
},
|
},
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/compat-data",
|
"name": "@babel/compat-data",
|
||||||
"version": "7.8.1",
|
"version": "7.8.4",
|
||||||
"author": "The Babel Team (https://babeljs.io/team)",
|
"author": "The Babel Team (https://babeljs.io/team)",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"description": "",
|
"description": "",
|
||||||
@ -28,7 +28,7 @@
|
|||||||
"semver": "^5.5.0"
|
"semver": "^5.5.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/helper-compilation-targets": "^7.8.1",
|
"@babel/helper-compilation-targets": "^7.8.4",
|
||||||
"caniuse-db": "1.0.30001023",
|
"caniuse-db": "1.0.30001023",
|
||||||
"electron-to-chromium": "1.3.113",
|
"electron-to-chromium": "1.3.113",
|
||||||
"lodash": "^4.17.15"
|
"lodash": "^4.17.15"
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/core",
|
"name": "@babel/core",
|
||||||
"version": "7.8.3",
|
"version": "7.8.4",
|
||||||
"description": "Babel compiler core.",
|
"description": "Babel compiler core.",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||||
@ -40,11 +40,11 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/code-frame": "^7.8.3",
|
"@babel/code-frame": "^7.8.3",
|
||||||
"@babel/generator": "^7.8.3",
|
"@babel/generator": "^7.8.4",
|
||||||
"@babel/helpers": "^7.8.3",
|
"@babel/helpers": "^7.8.4",
|
||||||
"@babel/parser": "^7.8.3",
|
"@babel/parser": "^7.8.4",
|
||||||
"@babel/template": "^7.8.3",
|
"@babel/template": "^7.8.3",
|
||||||
"@babel/traverse": "^7.8.3",
|
"@babel/traverse": "^7.8.4",
|
||||||
"@babel/types": "^7.8.3",
|
"@babel/types": "^7.8.3",
|
||||||
"convert-source-map": "^1.7.0",
|
"convert-source-map": "^1.7.0",
|
||||||
"debug": "^4.1.0",
|
"debug": "^4.1.0",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/generator",
|
"name": "@babel/generator",
|
||||||
"version": "7.8.3",
|
"version": "7.8.4",
|
||||||
"description": "Turns an AST into code.",
|
"description": "Turns an AST into code.",
|
||||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||||
"homepage": "https://babeljs.io/",
|
"homepage": "https://babeljs.io/",
|
||||||
@ -21,6 +21,6 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/helper-fixtures": "^7.8.3",
|
"@babel/helper-fixtures": "^7.8.3",
|
||||||
"@babel/parser": "^7.8.3"
|
"@babel/parser": "^7.8.4"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/helper-compilation-targets",
|
"name": "@babel/helper-compilation-targets",
|
||||||
"version": "7.8.3",
|
"version": "7.8.4",
|
||||||
"author": "The Babel Team (https://babeljs.io/team)",
|
"author": "The Babel Team (https://babeljs.io/team)",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"description": "Engine compat data used in @babel/preset-env",
|
"description": "Engine compat data used in @babel/preset-env",
|
||||||
@ -17,7 +17,7 @@
|
|||||||
"babel-plugin"
|
"babel-plugin"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/compat-data": "^7.8.1",
|
"@babel/compat-data": "^7.8.4",
|
||||||
"browserslist": "^4.8.5",
|
"browserslist": "^4.8.5",
|
||||||
"invariant": "^2.2.4",
|
"invariant": "^2.2.4",
|
||||||
"levenary": "^1.1.1",
|
"levenary": "^1.1.1",
|
||||||
@ -27,7 +27,7 @@
|
|||||||
"@babel/core": "^7.0.0"
|
"@babel/core": "^7.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "^7.8.3",
|
"@babel/core": "^7.8.4",
|
||||||
"@babel/helper-plugin-test-runner": "^7.8.3"
|
"@babel/helper-plugin-test-runner": "^7.8.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/helpers",
|
"name": "@babel/helpers",
|
||||||
"version": "7.8.3",
|
"version": "7.8.4",
|
||||||
"description": "Collection of helper functions used by Babel transforms.",
|
"description": "Collection of helper functions used by Babel transforms.",
|
||||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||||
"homepage": "https://babeljs.io/",
|
"homepage": "https://babeljs.io/",
|
||||||
@ -12,7 +12,7 @@
|
|||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/template": "^7.8.3",
|
"@babel/template": "^7.8.3",
|
||||||
"@babel/traverse": "^7.8.3",
|
"@babel/traverse": "^7.8.4",
|
||||||
"@babel/types": "^7.8.3"
|
"@babel/types": "^7.8.3"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/node",
|
"name": "@babel/node",
|
||||||
"version": "7.8.3",
|
"version": "7.8.4",
|
||||||
"description": "Babel command line",
|
"description": "Babel command line",
|
||||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||||
"homepage": "https://babeljs.io/",
|
"homepage": "https://babeljs.io/",
|
||||||
@ -32,9 +32,9 @@
|
|||||||
"@babel/core": "^7.0.0-0"
|
"@babel/core": "^7.0.0-0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "^7.8.3",
|
"@babel/core": "^7.8.4",
|
||||||
"@babel/helper-fixtures": "^7.8.3",
|
"@babel/helper-fixtures": "^7.8.3",
|
||||||
"@babel/runtime": "^7.8.3",
|
"@babel/runtime": "^7.8.4",
|
||||||
"fs-readdir-recursive": "^1.0.0",
|
"fs-readdir-recursive": "^1.0.0",
|
||||||
"make-dir": "^2.1.0",
|
"make-dir": "^2.1.0",
|
||||||
"rimraf": "^3.0.0"
|
"rimraf": "^3.0.0"
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/parser",
|
"name": "@babel/parser",
|
||||||
"version": "7.8.3",
|
"version": "7.8.4",
|
||||||
"description": "A JavaScript parser",
|
"description": "A JavaScript parser",
|
||||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||||
"homepage": "https://babeljs.io/",
|
"homepage": "https://babeljs.io/",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/plugin-transform-for-of",
|
"name": "@babel/plugin-transform-for-of",
|
||||||
"version": "7.8.3",
|
"version": "7.8.4",
|
||||||
"description": "Compile ES2015 for...of to ES5",
|
"description": "Compile ES2015 for...of to ES5",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-for-of",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-for-of",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -18,7 +18,7 @@
|
|||||||
"@babel/core": "^7.0.0-0"
|
"@babel/core": "^7.0.0-0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "^7.8.3",
|
"@babel/core": "^7.8.4",
|
||||||
"@babel/helper-plugin-test-runner": "^7.8.3"
|
"@babel/helper-plugin-test-runner": "^7.8.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/plugin-transform-parameters",
|
"name": "@babel/plugin-transform-parameters",
|
||||||
"version": "7.8.3",
|
"version": "7.8.4",
|
||||||
"description": "Compile ES2015 default and rest parameters to ES5",
|
"description": "Compile ES2015 default and rest parameters to ES5",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-parameters",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-parameters",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -20,7 +20,7 @@
|
|||||||
"@babel/core": "^7.0.0-0"
|
"@babel/core": "^7.0.0-0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "^7.8.3",
|
"@babel/core": "^7.8.4",
|
||||||
"@babel/helper-plugin-test-runner": "^7.8.3"
|
"@babel/helper-plugin-test-runner": "^7.8.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/plugin-transform-typeof-symbol",
|
"name": "@babel/plugin-transform-typeof-symbol",
|
||||||
"version": "7.8.3",
|
"version": "7.8.4",
|
||||||
"description": "This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols)",
|
"description": "This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols)",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-typeof-symbol",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-typeof-symbol",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -18,11 +18,11 @@
|
|||||||
"@babel/core": "^7.0.0-0"
|
"@babel/core": "^7.0.0-0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "^7.8.3",
|
"@babel/core": "^7.8.4",
|
||||||
"@babel/helper-plugin-test-runner": "^7.8.3",
|
"@babel/helper-plugin-test-runner": "^7.8.3",
|
||||||
"@babel/runtime": "^7.8.3",
|
"@babel/runtime": "^7.8.4",
|
||||||
"@babel/runtime-corejs2": "^7.8.3",
|
"@babel/runtime-corejs2": "^7.8.4",
|
||||||
"@babel/runtime-corejs3": "^7.8.3",
|
"@babel/runtime-corejs3": "^7.8.4",
|
||||||
"resolve": "^1.15.0"
|
"resolve": "^1.15.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/preset-env",
|
"name": "@babel/preset-env",
|
||||||
"version": "7.8.3",
|
"version": "7.8.4",
|
||||||
"description": "A Babel preset for each environment.",
|
"description": "A Babel preset for each environment.",
|
||||||
"author": "Henry Zhu <hi@henryzoo.com>",
|
"author": "Henry Zhu <hi@henryzoo.com>",
|
||||||
"homepage": "https://babeljs.io/",
|
"homepage": "https://babeljs.io/",
|
||||||
@ -11,8 +11,8 @@
|
|||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-preset-env",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-preset-env",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/compat-data": "^7.8.0",
|
"@babel/compat-data": "^7.8.4",
|
||||||
"@babel/helper-compilation-targets": "^7.8.3",
|
"@babel/helper-compilation-targets": "^7.8.4",
|
||||||
"@babel/helper-module-imports": "^7.8.3",
|
"@babel/helper-module-imports": "^7.8.3",
|
||||||
"@babel/helper-plugin-utils": "^7.8.3",
|
"@babel/helper-plugin-utils": "^7.8.3",
|
||||||
"@babel/plugin-proposal-async-generator-functions": "^7.8.3",
|
"@babel/plugin-proposal-async-generator-functions": "^7.8.3",
|
||||||
@ -41,7 +41,7 @@
|
|||||||
"@babel/plugin-transform-dotall-regex": "^7.8.3",
|
"@babel/plugin-transform-dotall-regex": "^7.8.3",
|
||||||
"@babel/plugin-transform-duplicate-keys": "^7.8.3",
|
"@babel/plugin-transform-duplicate-keys": "^7.8.3",
|
||||||
"@babel/plugin-transform-exponentiation-operator": "^7.8.3",
|
"@babel/plugin-transform-exponentiation-operator": "^7.8.3",
|
||||||
"@babel/plugin-transform-for-of": "^7.8.3",
|
"@babel/plugin-transform-for-of": "^7.8.4",
|
||||||
"@babel/plugin-transform-function-name": "^7.8.3",
|
"@babel/plugin-transform-function-name": "^7.8.3",
|
||||||
"@babel/plugin-transform-literals": "^7.8.3",
|
"@babel/plugin-transform-literals": "^7.8.3",
|
||||||
"@babel/plugin-transform-member-expression-literals": "^7.8.3",
|
"@babel/plugin-transform-member-expression-literals": "^7.8.3",
|
||||||
@ -52,7 +52,7 @@
|
|||||||
"@babel/plugin-transform-named-capturing-groups-regex": "^7.8.3",
|
"@babel/plugin-transform-named-capturing-groups-regex": "^7.8.3",
|
||||||
"@babel/plugin-transform-new-target": "^7.8.3",
|
"@babel/plugin-transform-new-target": "^7.8.3",
|
||||||
"@babel/plugin-transform-object-super": "^7.8.3",
|
"@babel/plugin-transform-object-super": "^7.8.3",
|
||||||
"@babel/plugin-transform-parameters": "^7.8.3",
|
"@babel/plugin-transform-parameters": "^7.8.4",
|
||||||
"@babel/plugin-transform-property-literals": "^7.8.3",
|
"@babel/plugin-transform-property-literals": "^7.8.3",
|
||||||
"@babel/plugin-transform-regenerator": "^7.8.3",
|
"@babel/plugin-transform-regenerator": "^7.8.3",
|
||||||
"@babel/plugin-transform-reserved-words": "^7.8.3",
|
"@babel/plugin-transform-reserved-words": "^7.8.3",
|
||||||
@ -60,7 +60,7 @@
|
|||||||
"@babel/plugin-transform-spread": "^7.8.3",
|
"@babel/plugin-transform-spread": "^7.8.3",
|
||||||
"@babel/plugin-transform-sticky-regex": "^7.8.3",
|
"@babel/plugin-transform-sticky-regex": "^7.8.3",
|
||||||
"@babel/plugin-transform-template-literals": "^7.8.3",
|
"@babel/plugin-transform-template-literals": "^7.8.3",
|
||||||
"@babel/plugin-transform-typeof-symbol": "^7.8.3",
|
"@babel/plugin-transform-typeof-symbol": "^7.8.4",
|
||||||
"@babel/plugin-transform-unicode-regex": "^7.8.3",
|
"@babel/plugin-transform-unicode-regex": "^7.8.3",
|
||||||
"@babel/types": "^7.8.3",
|
"@babel/types": "^7.8.3",
|
||||||
"browserslist": "^4.8.5",
|
"browserslist": "^4.8.5",
|
||||||
@ -73,8 +73,8 @@
|
|||||||
"@babel/core": "^7.0.0-0"
|
"@babel/core": "^7.0.0-0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/cli": "^7.8.3",
|
"@babel/cli": "^7.8.4",
|
||||||
"@babel/core": "^7.8.3",
|
"@babel/core": "^7.8.4",
|
||||||
"@babel/helper-fixtures": "^7.8.3",
|
"@babel/helper-fixtures": "^7.8.3",
|
||||||
"@babel/helper-plugin-test-runner": "^7.8.3",
|
"@babel/helper-plugin-test-runner": "^7.8.3",
|
||||||
"@babel/plugin-syntax-dynamic-import": "^7.2.0"
|
"@babel/plugin-syntax-dynamic-import": "^7.2.0"
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/runtime-corejs2",
|
"name": "@babel/runtime-corejs2",
|
||||||
"version": "7.8.3",
|
"version": "7.8.4",
|
||||||
"description": "babel's modular runtime helpers with core-js@2 polyfilling",
|
"description": "babel's modular runtime helpers with core-js@2 polyfilling",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
@ -13,6 +13,6 @@
|
|||||||
"regenerator-runtime": "^0.13.2"
|
"regenerator-runtime": "^0.13.2"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/helpers": "^7.8.3"
|
"@babel/helpers": "^7.8.4"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/runtime-corejs3",
|
"name": "@babel/runtime-corejs3",
|
||||||
"version": "7.8.3",
|
"version": "7.8.4",
|
||||||
"description": "babel's modular runtime helpers with core-js@3 polyfilling",
|
"description": "babel's modular runtime helpers with core-js@3 polyfilling",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/runtime",
|
"name": "@babel/runtime",
|
||||||
"version": "7.8.3",
|
"version": "7.8.4",
|
||||||
"description": "babel's modular runtime helpers",
|
"description": "babel's modular runtime helpers",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
@ -17,6 +17,6 @@
|
|||||||
"regenerator-runtime": "^0.13.2"
|
"regenerator-runtime": "^0.13.2"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/helpers": "^7.8.3"
|
"@babel/helpers": "^7.8.4"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/standalone",
|
"name": "@babel/standalone",
|
||||||
"version": "7.8.3",
|
"version": "7.8.4",
|
||||||
"description": "Standalone build of Babel for use in non-Node.js environments.",
|
"description": "Standalone build of Babel for use in non-Node.js environments.",
|
||||||
"main": "babel.js",
|
"main": "babel.js",
|
||||||
"files": [
|
"files": [
|
||||||
@ -11,7 +11,7 @@
|
|||||||
"prepublishOnly": "cd ../.. && make prepublish-build-standalone"
|
"prepublishOnly": "cd ../.. && make prepublish-build-standalone"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "^7.8.3",
|
"@babel/core": "^7.8.4",
|
||||||
"@babel/helper-plugin-utils": "^7.8.3",
|
"@babel/helper-plugin-utils": "^7.8.3",
|
||||||
"@babel/plugin-external-helpers": "^7.8.3",
|
"@babel/plugin-external-helpers": "^7.8.3",
|
||||||
"@babel/plugin-proposal-async-generator-functions": "^7.8.3",
|
"@babel/plugin-proposal-async-generator-functions": "^7.8.3",
|
||||||
@ -63,7 +63,7 @@
|
|||||||
"@babel/plugin-transform-exponentiation-operator": "^7.8.3",
|
"@babel/plugin-transform-exponentiation-operator": "^7.8.3",
|
||||||
"@babel/plugin-transform-flow-comments": "^7.8.3",
|
"@babel/plugin-transform-flow-comments": "^7.8.3",
|
||||||
"@babel/plugin-transform-flow-strip-types": "^7.8.3",
|
"@babel/plugin-transform-flow-strip-types": "^7.8.3",
|
||||||
"@babel/plugin-transform-for-of": "^7.8.3",
|
"@babel/plugin-transform-for-of": "^7.8.4",
|
||||||
"@babel/plugin-transform-function-name": "^7.8.3",
|
"@babel/plugin-transform-function-name": "^7.8.3",
|
||||||
"@babel/plugin-transform-instanceof": "^7.8.3",
|
"@babel/plugin-transform-instanceof": "^7.8.3",
|
||||||
"@babel/plugin-transform-jscript": "^7.8.3",
|
"@babel/plugin-transform-jscript": "^7.8.3",
|
||||||
@ -78,7 +78,7 @@
|
|||||||
"@babel/plugin-transform-object-assign": "^7.8.3",
|
"@babel/plugin-transform-object-assign": "^7.8.3",
|
||||||
"@babel/plugin-transform-object-set-prototype-of-to-assign": "^7.8.3",
|
"@babel/plugin-transform-object-set-prototype-of-to-assign": "^7.8.3",
|
||||||
"@babel/plugin-transform-object-super": "^7.8.3",
|
"@babel/plugin-transform-object-super": "^7.8.3",
|
||||||
"@babel/plugin-transform-parameters": "^7.8.3",
|
"@babel/plugin-transform-parameters": "^7.8.4",
|
||||||
"@babel/plugin-transform-property-literals": "^7.8.3",
|
"@babel/plugin-transform-property-literals": "^7.8.3",
|
||||||
"@babel/plugin-transform-property-mutators": "^7.8.3",
|
"@babel/plugin-transform-property-mutators": "^7.8.3",
|
||||||
"@babel/plugin-transform-proto-to-assign": "^7.8.3",
|
"@babel/plugin-transform-proto-to-assign": "^7.8.3",
|
||||||
@ -97,10 +97,10 @@
|
|||||||
"@babel/plugin-transform-sticky-regex": "^7.8.3",
|
"@babel/plugin-transform-sticky-regex": "^7.8.3",
|
||||||
"@babel/plugin-transform-strict-mode": "^7.8.3",
|
"@babel/plugin-transform-strict-mode": "^7.8.3",
|
||||||
"@babel/plugin-transform-template-literals": "^7.8.3",
|
"@babel/plugin-transform-template-literals": "^7.8.3",
|
||||||
"@babel/plugin-transform-typeof-symbol": "^7.8.3",
|
"@babel/plugin-transform-typeof-symbol": "^7.8.4",
|
||||||
"@babel/plugin-transform-typescript": "^7.8.3",
|
"@babel/plugin-transform-typescript": "^7.8.3",
|
||||||
"@babel/plugin-transform-unicode-regex": "^7.8.3",
|
"@babel/plugin-transform-unicode-regex": "^7.8.3",
|
||||||
"@babel/preset-env": "^7.8.3",
|
"@babel/preset-env": "^7.8.4",
|
||||||
"@babel/preset-flow": "^7.8.3",
|
"@babel/preset-flow": "^7.8.3",
|
||||||
"@babel/preset-react": "^7.8.3",
|
"@babel/preset-react": "^7.8.3",
|
||||||
"@babel/preset-typescript": "^7.8.3"
|
"@babel/preset-typescript": "^7.8.3"
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@babel/traverse",
|
"name": "@babel/traverse",
|
||||||
"version": "7.8.3",
|
"version": "7.8.4",
|
||||||
"description": "The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes",
|
"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>",
|
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||||
"homepage": "https://babeljs.io/",
|
"homepage": "https://babeljs.io/",
|
||||||
@ -12,10 +12,10 @@
|
|||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/code-frame": "^7.8.3",
|
"@babel/code-frame": "^7.8.3",
|
||||||
"@babel/generator": "^7.8.3",
|
"@babel/generator": "^7.8.4",
|
||||||
"@babel/helper-function-name": "^7.8.3",
|
"@babel/helper-function-name": "^7.8.3",
|
||||||
"@babel/helper-split-export-declaration": "^7.8.3",
|
"@babel/helper-split-export-declaration": "^7.8.3",
|
||||||
"@babel/parser": "^7.8.3",
|
"@babel/parser": "^7.8.4",
|
||||||
"@babel/types": "^7.8.3",
|
"@babel/types": "^7.8.3",
|
||||||
"debug": "^4.1.0",
|
"debug": "^4.1.0",
|
||||||
"globals": "^11.1.0",
|
"globals": "^11.1.0",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user