This commit is contained in:
Nicolò Ribaudo 2019-12-08 00:25:57 +01:00
parent 4436ffd604
commit f753c48f74
8 changed files with 14 additions and 13 deletions

View File

@ -1,5 +1,5 @@
{
"version": "7.7.5",
"version": "7.7.6",
"changelog": {
"repo": "babel/babel",
"cacheDir": ".changelog",
@ -21,6 +21,7 @@
"*.md",
"*.txt",
"test/**",
"**/test/**",
"codemods/**",
"# We ignore every JSON file, except for built-in-modules, built-ins and plugins defined in babel-preset-env/data.",
"@(!(built-in-modules|built-ins|plugins|package)).json",

View File

@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-runtime",
"version": "7.7.5",
"version": "7.7.6",
"description": "Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-runtime",
"license": "MIT",
@ -25,8 +25,8 @@
"@babel/helper-plugin-test-runner": "^7.7.4",
"@babel/helpers": "^7.7.4",
"@babel/plugin-transform-typeof-symbol": "^7.7.4",
"@babel/preset-env": "^7.7.5",
"@babel/runtime": "^7.7.5",
"@babel/preset-env": "^7.7.6",
"@babel/runtime": "^7.7.6",
"@babel/template": "^7.7.4",
"@babel/types": "^7.7.4"
}

View File

@ -1,6 +1,6 @@
{
"name": "@babel/preset-env-standalone",
"version": "7.7.5",
"version": "7.7.6",
"description": "Standalone build of babel-preset-env for use in non-Node.js environments.",
"main": "babel-preset-env.js",
"files": [
@ -18,8 +18,8 @@
"@babel/plugin-syntax-top-level-await": "^7.7.4",
"@babel/plugin-transform-named-capturing-groups-regex": "^7.7.4",
"@babel/plugin-transform-new-target": "^7.7.4",
"@babel/preset-env": "^7.7.5",
"@babel/standalone": "^7.7.5",
"@babel/preset-env": "^7.7.6",
"@babel/standalone": "^7.7.6",
"lodash": "^4.17.13"
},
"keywords": [

View File

@ -1,6 +1,6 @@
{
"name": "@babel/preset-env",
"version": "7.7.5",
"version": "7.7.6",
"description": "A Babel preset for each environment.",
"author": "Henry Zhu <hi@henryzoo.com>",
"homepage": "https://babeljs.io/",

View File

@ -1,6 +1,6 @@
{
"name": "@babel/runtime-corejs2",
"version": "7.7.5",
"version": "7.7.6",
"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.5",
"version": "7.7.6",
"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.5",
"version": "7.7.6",
"description": "babel's modular runtime helpers",
"license": "MIT",
"publishConfig": {

View File

@ -1,6 +1,6 @@
{
"name": "@babel/standalone",
"version": "7.7.5",
"version": "7.7.6",
"description": "Standalone build of Babel for use in non-Node.js environments.",
"main": "babel.js",
"files": [
@ -89,7 +89,7 @@
"@babel/plugin-transform-react-jsx-source": "^7.7.4",
"@babel/plugin-transform-regenerator": "^7.7.5",
"@babel/plugin-transform-reserved-words": "^7.7.4",
"@babel/plugin-transform-runtime": "^7.7.5",
"@babel/plugin-transform-runtime": "^7.7.6",
"@babel/plugin-transform-shorthand-properties": "^7.7.4",
"@babel/plugin-transform-spread": "^7.7.4",
"@babel/plugin-transform-sticky-regex": "^7.7.4",