This commit is contained in:
Nicolò Ribaudo 2019-11-07 02:20:52 +03:00
parent 9082e68d6f
commit 35f4d12763
14 changed files with 33 additions and 33 deletions

View File

@ -1,5 +1,5 @@
{
"version": "7.7.1",
"version": "7.7.2",
"changelog": {
"repo": "babel/babel",
"cacheDir": ".changelog",

View File

@ -1,6 +1,6 @@
{
"name": "@babel/core",
"version": "7.7.0",
"version": "7.7.2",
"description": "Babel compiler core.",
"main": "lib/index.js",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
@ -34,12 +34,12 @@
},
"dependencies": {
"@babel/code-frame": "^7.5.5",
"@babel/generator": "^7.7.0",
"@babel/generator": "^7.7.2",
"@babel/helpers": "^7.7.0",
"@babel/parser": "^7.7.0",
"@babel/parser": "^7.7.2",
"@babel/template": "^7.7.0",
"@babel/traverse": "^7.7.0",
"@babel/types": "^7.7.0",
"@babel/traverse": "^7.7.2",
"@babel/types": "^7.7.2",
"convert-source-map": "^1.7.0",
"debug": "^4.1.0",
"json5": "^2.1.0",

View File

@ -1,6 +1,6 @@
{
"name": "@babel/generator",
"version": "7.7.0",
"version": "7.7.2",
"description": "Turns an AST into code.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
@ -14,13 +14,13 @@
"lib"
],
"dependencies": {
"@babel/types": "^7.7.0",
"@babel/types": "^7.7.2",
"jsesc": "^2.5.1",
"lodash": "^4.17.13",
"source-map": "^0.5.0"
},
"devDependencies": {
"@babel/helper-fixtures": "^7.6.3",
"@babel/parser": "^7.7.0"
"@babel/parser": "^7.7.2"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@babel/helper-create-regexp-features-plugin",
"version": "7.7.0",
"version": "7.7.2",
"author": "The Babel Team (https://babeljs.io/team)",
"license": "MIT",
"description": "Compile ESNext Regular Expressions to ES5",
@ -25,7 +25,7 @@
"@babel/core": "^7.0.0"
},
"devDependencies": {
"@babel/core": "^7.7.0",
"@babel/core": "^7.7.2",
"@babel/helper-plugin-test-runner": "^7.0.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@babel/parser",
"version": "7.7.0",
"version": "7.7.2",
"description": "A JavaScript parser",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",

View File

@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-typescript",
"version": "7.7.0",
"version": "7.7.2",
"description": "Transform TypeScript into ES.next",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-typescript",
"license": "MIT",
@ -21,7 +21,7 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.7.0",
"@babel/core": "^7.7.2",
"@babel/helper-plugin-test-runner": "^7.0.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@babel/preset-env-standalone",
"version": "7.7.1",
"version": "7.7.2",
"description": "Standalone build of babel-prest-env for use in non-Node.js environments.",
"main": "babel-preset-env.js",
"files": [
@ -17,7 +17,7 @@
"@babel/plugin-transform-named-capturing-groups-regex": "^7.7.0",
"@babel/plugin-transform-new-target": "^7.4.4",
"@babel/preset-env": "^7.7.1",
"@babel/standalone": "^7.7.1"
"@babel/standalone": "^7.7.2"
},
"keywords": [
"babel",

View File

@ -1,6 +1,6 @@
{
"name": "@babel/preset-typescript",
"version": "7.7.0",
"version": "7.7.2",
"description": "Babel preset for TypeScript.",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-preset-typescript",
"license": "MIT",
@ -14,13 +14,13 @@
],
"dependencies": {
"@babel/helper-plugin-utils": "^7.0.0",
"@babel/plugin-transform-typescript": "^7.7.0"
"@babel/plugin-transform-typescript": "^7.7.2"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.7.0",
"@babel/core": "^7.7.2",
"@babel/helper-plugin-test-runner": "^7.0.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@babel/runtime-corejs2",
"version": "7.7.1",
"version": "7.7.2",
"description": "babel's modular runtime helpers with core-js@2 polyfilling",
"license": "MIT",
"publishConfig": {

View File

@ -1,6 +1,6 @@
{
"name": "@babel/runtime-corejs3",
"version": "7.7.1",
"version": "7.7.2",
"description": "babel's modular runtime helpers with core-js@3 polyfilling",
"license": "MIT",
"publishConfig": {

View File

@ -1,6 +1,6 @@
{
"name": "@babel/runtime",
"version": "7.7.1",
"version": "7.7.2",
"description": "babel's modular runtime helpers",
"license": "MIT",
"publishConfig": {

View File

@ -1,6 +1,6 @@
{
"name": "@babel/standalone",
"version": "7.7.1",
"version": "7.7.2",
"description": "Standalone build of Babel for use in non-Node.js environments.",
"main": "babel.js",
"files": [
@ -12,7 +12,7 @@
"prepublishOnly": "cd ../.. && make prepublish-build-standalone"
},
"devDependencies": {
"@babel/core": "^7.7.0",
"@babel/core": "^7.7.2",
"@babel/helper-plugin-utils": "^7.0.0",
"@babel/plugin-external-helpers": "^7.2.0",
"@babel/plugin-proposal-async-generator-functions": "^7.7.0",
@ -96,11 +96,11 @@
"@babel/plugin-transform-strict-mode": "^7.2.0",
"@babel/plugin-transform-template-literals": "^7.4.4",
"@babel/plugin-transform-typeof-symbol": "^7.2.0",
"@babel/plugin-transform-typescript": "^7.7.0",
"@babel/plugin-transform-typescript": "^7.7.2",
"@babel/plugin-transform-unicode-regex": "^7.7.0",
"@babel/preset-flow": "^7.0.0",
"@babel/preset-react": "^7.7.0",
"@babel/preset-typescript": "^7.7.0"
"@babel/preset-typescript": "^7.7.2"
},
"keywords": [
"babel",

View File

@ -1,6 +1,6 @@
{
"name": "@babel/traverse",
"version": "7.7.0",
"version": "7.7.2",
"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://babeljs.io/",
@ -12,11 +12,11 @@
"main": "lib/index.js",
"dependencies": {
"@babel/code-frame": "^7.5.5",
"@babel/generator": "^7.7.0",
"@babel/generator": "^7.7.2",
"@babel/helper-function-name": "^7.7.0",
"@babel/helper-split-export-declaration": "^7.7.0",
"@babel/parser": "^7.7.0",
"@babel/types": "^7.7.0",
"@babel/parser": "^7.7.2",
"@babel/types": "^7.7.2",
"debug": "^4.1.0",
"globals": "^11.1.0",
"lodash": "^4.17.13"

View File

@ -1,6 +1,6 @@
{
"name": "@babel/types",
"version": "7.7.1",
"version": "7.7.2",
"description": "Babel Types is a Lodash-esque utility library for AST nodes",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
@ -17,7 +17,7 @@
"to-fast-properties": "^2.0.0"
},
"devDependencies": {
"@babel/generator": "^7.7.0",
"@babel/parser": "^7.7.0"
"@babel/generator": "^7.7.2",
"@babel/parser": "^7.7.2"
}
}