This commit is contained in:
Nicolò Ribaudo 2018-12-20 12:18:31 +01:00
parent d35f2ad92b
commit 0bb720401b
14 changed files with 29 additions and 29 deletions

View File

@ -1,5 +1,5 @@
{ {
"version": "7.2.2", "version": "7.2.3",
"changelog": { "changelog": {
"repo": "babel/babel", "repo": "babel/babel",
"cacheDir": ".changelog", "cacheDir": ".changelog",
@ -26,8 +26,8 @@
} }
}, },
"packages": [ "packages": [
"packages/*", "codemods/*",
"codemods/*" "packages/*"
], ],
"npmClient": "yarn", "npmClient": "yarn",
"npmClientArgs": [ "npmClientArgs": [

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/cli", "name": "@babel/cli",
"version": "7.2.0", "version": "7.2.3",
"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/",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helper-create-class-features-plugin", "name": "@babel/helper-create-class-features-plugin",
"version": "7.2.2", "version": "7.2.3",
"author": "The Babel Team (https://babeljs.io/team)", "author": "The Babel Team (https://babeljs.io/team)",
"license": "MIT", "license": "MIT",
"description": "Compile class public and private fields, private methods and decorators to ES6", "description": "Compile class public and private fields, private methods and decorators to ES6",
@ -18,7 +18,7 @@
"@babel/helper-member-expression-to-functions": "^7.0.0", "@babel/helper-member-expression-to-functions": "^7.0.0",
"@babel/helper-optimise-call-expression": "^7.0.0", "@babel/helper-optimise-call-expression": "^7.0.0",
"@babel/helper-plugin-utils": "^7.0.0", "@babel/helper-plugin-utils": "^7.0.0",
"@babel/helper-replace-supers": "^7.1.0" "@babel/helper-replace-supers": "^7.2.3"
}, },
"peerDependencies": { "peerDependencies": {
"@babel/core": "^7.0.0" "@babel/core": "^7.0.0"

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/helper-replace-supers", "name": "@babel/helper-replace-supers",
"version": "7.1.0", "version": "7.2.3",
"description": "Helper function to replace supers", "description": "Helper function to replace supers",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-replace-supers", "repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-replace-supers",
"license": "MIT", "license": "MIT",
@ -11,7 +11,7 @@
"dependencies": { "dependencies": {
"@babel/helper-member-expression-to-functions": "^7.0.0", "@babel/helper-member-expression-to-functions": "^7.0.0",
"@babel/helper-optimise-call-expression": "^7.0.0", "@babel/helper-optimise-call-expression": "^7.0.0",
"@babel/traverse": "^7.1.0", "@babel/traverse": "^7.2.3",
"@babel/types": "^7.0.0" "@babel/types": "^7.0.0"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/parser", "name": "@babel/parser",
"version": "7.2.2", "version": "7.2.3",
"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/",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-proposal-class-properties", "name": "@babel/plugin-proposal-class-properties",
"version": "7.2.1", "version": "7.2.3",
"description": "This plugin transforms static class properties as well as properties declared with the property initializer syntax", "description": "This plugin transforms static class properties as well as properties declared with the property initializer syntax",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-class-properties", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-class-properties",
"license": "MIT", "license": "MIT",
@ -12,7 +12,7 @@
"babel-plugin" "babel-plugin"
], ],
"dependencies": { "dependencies": {
"@babel/helper-create-class-features-plugin": "^7.2.1", "@babel/helper-create-class-features-plugin": "^7.2.3",
"@babel/helper-plugin-utils": "^7.0.0" "@babel/helper-plugin-utils": "^7.0.0"
}, },
"peerDependencies": { "peerDependencies": {

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-proposal-decorators", "name": "@babel/plugin-proposal-decorators",
"version": "7.2.2", "version": "7.2.3",
"author": "Logan Smyth <loganfsmyth@gmail.com>", "author": "Logan Smyth <loganfsmyth@gmail.com>",
"license": "MIT", "license": "MIT",
"publishConfig": { "publishConfig": {
@ -15,7 +15,7 @@
"decorators" "decorators"
], ],
"dependencies": { "dependencies": {
"@babel/helper-create-class-features-plugin": "^7.2.2", "@babel/helper-create-class-features-plugin": "^7.2.3",
"@babel/helper-plugin-utils": "^7.0.0", "@babel/helper-plugin-utils": "^7.0.0",
"@babel/plugin-syntax-decorators": "^7.2.0" "@babel/plugin-syntax-decorators": "^7.2.0"
}, },

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-proposal-private-methods", "name": "@babel/plugin-proposal-private-methods",
"version": "7.2.1", "version": "7.2.3",
"description": "This plugin transforms private class methods", "description": "This plugin transforms private class methods",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-private-methods", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-private-methods",
"license": "MIT", "license": "MIT",
@ -12,7 +12,7 @@
"babel-plugin" "babel-plugin"
], ],
"dependencies": { "dependencies": {
"@babel/helper-create-class-features-plugin": "^7.2.1", "@babel/helper-create-class-features-plugin": "^7.2.3",
"@babel/helper-plugin-utils": "^7.0.0" "@babel/helper-plugin-utils": "^7.0.0"
}, },
"peerDependencies": { "peerDependencies": {

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/plugin-transform-flow-strip-types", "name": "@babel/plugin-transform-flow-strip-types",
"version": "7.2.0", "version": "7.2.3",
"description": "Strip flow type annotations from your output code.", "description": "Strip flow type annotations from your output code.",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-flow-strip-types", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-flow-strip-types",
"license": "MIT", "license": "MIT",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/polyfill", "name": "@babel/polyfill",
"version": "7.0.0", "version": "7.2.3",
"description": "Provides polyfills necessary for a full ES2015+ environment", "description": "Provides polyfills necessary for a full ES2015+ environment",
"author": "Sebastian McKenzie <sebmck@gmail.com>", "author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/", "homepage": "https://babeljs.io/",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/preset-env-standalone", "name": "@babel/preset-env-standalone",
"version": "7.2.2", "version": "7.2.3",
"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": [
@ -11,8 +11,8 @@
"devDependencies": { "devDependencies": {
"@babel/plugin-proposal-json-strings": "^7.0.0", "@babel/plugin-proposal-json-strings": "^7.0.0",
"@babel/plugin-transform-new-target": "^7.0.0", "@babel/plugin-transform-new-target": "^7.0.0",
"@babel/preset-env": "^7.0.0", "@babel/preset-env": "^7.2.3",
"@babel/standalone": "^7.2.2" "@babel/standalone": "^7.2.3"
}, },
"keywords": [ "keywords": [
"babel", "babel",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/preset-env", "name": "@babel/preset-env",
"version": "7.2.0", "version": "7.2.3",
"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/",
@ -60,7 +60,7 @@
"@babel/core": "^7.0.0-0" "@babel/core": "^7.0.0-0"
}, },
"devDependencies": { "devDependencies": {
"@babel/cli": "^7.2.0", "@babel/cli": "^7.2.3",
"@babel/core": "^7.2.0", "@babel/core": "^7.2.0",
"@babel/helper-fixtures": "^7.2.0", "@babel/helper-fixtures": "^7.2.0",
"@babel/helper-plugin-test-runner": "^7.0.0", "@babel/helper-plugin-test-runner": "^7.0.0",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/standalone", "name": "@babel/standalone",
"version": "7.2.2", "version": "7.2.3",
"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": [
@ -13,8 +13,8 @@
"@babel/helper-plugin-utils": "^7.0.0", "@babel/helper-plugin-utils": "^7.0.0",
"@babel/plugin-external-helpers": "^7.2.0", "@babel/plugin-external-helpers": "^7.2.0",
"@babel/plugin-proposal-async-generator-functions": "^7.2.0", "@babel/plugin-proposal-async-generator-functions": "^7.2.0",
"@babel/plugin-proposal-class-properties": "^7.2.0", "@babel/plugin-proposal-class-properties": "^7.2.3",
"@babel/plugin-proposal-decorators": "^7.2.2", "@babel/plugin-proposal-decorators": "^7.2.3",
"@babel/plugin-proposal-do-expressions": "^7.2.0", "@babel/plugin-proposal-do-expressions": "^7.2.0",
"@babel/plugin-proposal-export-default-from": "^7.2.0", "@babel/plugin-proposal-export-default-from": "^7.2.0",
"@babel/plugin-proposal-export-namespace-from": "^7.2.0", "@babel/plugin-proposal-export-namespace-from": "^7.2.0",
@ -27,7 +27,7 @@
"@babel/plugin-proposal-optional-catch-binding": "^7.2.0", "@babel/plugin-proposal-optional-catch-binding": "^7.2.0",
"@babel/plugin-proposal-optional-chaining": "^7.2.0", "@babel/plugin-proposal-optional-chaining": "^7.2.0",
"@babel/plugin-proposal-pipeline-operator": "^7.2.0", "@babel/plugin-proposal-pipeline-operator": "^7.2.0",
"@babel/plugin-proposal-private-methods": "^7.2.0", "@babel/plugin-proposal-private-methods": "^7.2.3",
"@babel/plugin-proposal-throw-expressions": "^7.2.0", "@babel/plugin-proposal-throw-expressions": "^7.2.0",
"@babel/plugin-proposal-unicode-property-regex": "^7.2.0", "@babel/plugin-proposal-unicode-property-regex": "^7.2.0",
"@babel/plugin-syntax-async-generators": "^7.2.0", "@babel/plugin-syntax-async-generators": "^7.2.0",
@ -57,7 +57,7 @@
"@babel/plugin-transform-duplicate-keys": "^7.2.0", "@babel/plugin-transform-duplicate-keys": "^7.2.0",
"@babel/plugin-transform-exponentiation-operator": "^7.2.0", "@babel/plugin-transform-exponentiation-operator": "^7.2.0",
"@babel/plugin-transform-flow-comments": "^7.2.0", "@babel/plugin-transform-flow-comments": "^7.2.0",
"@babel/plugin-transform-flow-strip-types": "^7.2.0", "@babel/plugin-transform-flow-strip-types": "^7.2.3",
"@babel/plugin-transform-for-of": "^7.2.0", "@babel/plugin-transform-for-of": "^7.2.0",
"@babel/plugin-transform-function-name": "^7.2.0", "@babel/plugin-transform-function-name": "^7.2.0",
"@babel/plugin-transform-instanceof": "^7.2.0", "@babel/plugin-transform-instanceof": "^7.2.0",

View File

@ -1,6 +1,6 @@
{ {
"name": "@babel/traverse", "name": "@babel/traverse",
"version": "7.2.2", "version": "7.2.3",
"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/",
@ -15,7 +15,7 @@
"@babel/generator": "^7.2.2", "@babel/generator": "^7.2.2",
"@babel/helper-function-name": "^7.1.0", "@babel/helper-function-name": "^7.1.0",
"@babel/helper-split-export-declaration": "^7.0.0", "@babel/helper-split-export-declaration": "^7.0.0",
"@babel/parser": "^7.2.2", "@babel/parser": "^7.2.3",
"@babel/types": "^7.2.2", "@babel/types": "^7.2.2",
"debug": "^4.1.0", "debug": "^4.1.0",
"globals": "^11.1.0", "globals": "^11.1.0",