This commit is contained in:
Nicolò Ribaudo 2019-11-05 14:44:00 +01:00
parent bf48fca6a0
commit 42c8e0fb2f
8 changed files with 11 additions and 11 deletions

View File

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

View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/preset-env", "name": "@babel/preset-env",
"version": "7.7.0", "version": "7.7.1",
"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/",
@ -59,7 +59,7 @@
"@babel/plugin-transform-template-literals": "^7.4.4", "@babel/plugin-transform-template-literals": "^7.4.4",
"@babel/plugin-transform-typeof-symbol": "^7.2.0", "@babel/plugin-transform-typeof-symbol": "^7.2.0",
"@babel/plugin-transform-unicode-regex": "^7.7.0", "@babel/plugin-transform-unicode-regex": "^7.7.0",
"@babel/types": "^7.7.0", "@babel/types": "^7.7.1",
"browserslist": "^4.6.0", "browserslist": "^4.6.0",
"core-js-compat": "^3.1.1", "core-js-compat": "^3.1.1",
"invariant": "^2.2.2", "invariant": "^2.2.2",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/runtime-corejs2", "name": "@babel/runtime-corejs2",
"version": "7.7.0", "version": "7.7.1",
"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": {

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/runtime-corejs3", "name": "@babel/runtime-corejs3",
"version": "7.7.0", "version": "7.7.1",
"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": {

View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/standalone", "name": "@babel/standalone",
"version": "7.7.0", "version": "7.7.1",
"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": [

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/types", "name": "@babel/types",
"version": "7.7.0", "version": "7.7.1",
"description": "Babel Types is a Lodash-esque utility library for AST nodes", "description": "Babel Types is a Lodash-esque utility library for AST nodes",
"author": "Sebastian McKenzie <sebmck@gmail.com>", "author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/", "homepage": "https://babeljs.io/",