v7.7.6
This commit is contained in:
parent
4436ffd604
commit
f753c48f74
@ -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",
|
||||
|
||||
@ -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"
|
||||
}
|
||||
|
||||
@ -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": [
|
||||
|
||||
@ -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/",
|
||||
|
||||
@ -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": {
|
||||
|
||||
@ -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": {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/runtime",
|
||||
"version": "7.7.5",
|
||||
"version": "7.7.6",
|
||||
"description": "babel's modular runtime helpers",
|
||||
"license": "MIT",
|
||||
"publishConfig": {
|
||||
|
||||
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user