Skip to content

Commit

Permalink
v7.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Jun 19, 2020
1 parent 7cc8f8d commit 2787ee2
Show file tree
Hide file tree
Showing 54 changed files with 219 additions and 219 deletions.
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,5 +1,5 @@
{
"version": "7.10.2",
"version": "7.10.3",
"changelog": {
"repo": "babel/babel",
"cacheDir": ".changelog",
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-cli/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/cli",
"version": "7.10.1",
"version": "7.10.3",
"description": "Babel command line.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
Expand Down Expand Up @@ -39,7 +39,7 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.10.1",
"@babel/core": "^7.10.3",
"@babel/helper-fixtures": "^7.10.1",
"rimraf": "^3.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-code-frame/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/code-frame",
"version": "7.10.1",
"version": "7.10.3",
"description": "Generate errors that contain a code frame that point to source locations.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
Expand All @@ -15,7 +15,7 @@
},
"main": "lib/index.js",
"dependencies": {
"@babel/highlight": "^7.10.1"
"@babel/highlight": "^7.10.3"
},
"devDependencies": {
"chalk": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-compat-data/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/compat-data",
"version": "7.10.1",
"version": "7.10.3",
"author": "The Babel Team (https://babeljs.io/team)",
"license": "MIT",
"description": "",
Expand Down
16 changes: 8 additions & 8 deletions packages/babel-core/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/core",
"version": "7.10.2",
"version": "7.10.3",
"description": "Babel compiler core.",
"main": "lib/index.js",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
Expand Down Expand Up @@ -43,14 +43,14 @@
"./src/transform-file.js": "./src/transform-file-browser.js"
},
"dependencies": {
"@babel/code-frame": "^7.10.1",
"@babel/generator": "^7.10.2",
"@babel/code-frame": "^7.10.3",
"@babel/generator": "^7.10.3",
"@babel/helper-module-transforms": "^7.10.1",
"@babel/helpers": "^7.10.1",
"@babel/parser": "^7.10.2",
"@babel/template": "^7.10.1",
"@babel/traverse": "^7.10.1",
"@babel/types": "^7.10.2",
"@babel/parser": "^7.10.3",
"@babel/template": "^7.10.3",
"@babel/traverse": "^7.10.3",
"@babel/types": "^7.10.3",
"convert-source-map": "^1.7.0",
"debug": "^4.1.0",
"gensync": "^1.0.0-beta.1",
Expand All @@ -61,6 +61,6 @@
"source-map": "^0.5.0"
},
"devDependencies": {
"@babel/helper-transform-fixture-test-runner": "^7.10.1"
"@babel/helper-transform-fixture-test-runner": "^7.10.3"
}
}
6 changes: 3 additions & 3 deletions packages/babel-generator/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/generator",
"version": "7.10.2",
"version": "7.10.3",
"description": "Turns an AST into code.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
Expand All @@ -18,13 +18,13 @@
"lib"
],
"dependencies": {
"@babel/types": "^7.10.2",
"@babel/types": "^7.10.3",
"jsesc": "^2.5.1",
"lodash": "^4.17.13",
"source-map": "^0.5.0"
},
"devDependencies": {
"@babel/helper-fixtures": "^7.10.1",
"@babel/parser": "^7.10.2"
"@babel/parser": "^7.10.3"
}
}
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-builder-binary-assignment-operator-visitor",
"version": "7.10.1",
"version": "7.10.3",
"description": "Helper function to build binary assignment operator visitors",
"repository": {
"type": "git",
Expand All @@ -13,7 +13,7 @@
},
"main": "lib/index.js",
"dependencies": {
"@babel/helper-explode-assignable-expression": "^7.10.1",
"@babel/types": "^7.10.1"
"@babel/helper-explode-assignable-expression": "^7.10.3",
"@babel/types": "^7.10.3"
}
}
4 changes: 2 additions & 2 deletions packages/babel-helper-builder-react-jsx/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-builder-react-jsx",
"version": "7.10.1",
"version": "7.10.3",
"description": "Helper function to build react jsx",
"repository": {
"type": "git",
Expand All @@ -14,6 +14,6 @@
"main": "lib/index.js",
"dependencies": {
"@babel/helper-annotate-as-pure": "^7.10.1",
"@babel/types": "^7.10.1"
"@babel/types": "^7.10.3"
}
}
8 changes: 4 additions & 4 deletions packages/babel-helper-call-delegate/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-call-delegate",
"version": "7.10.1",
"version": "7.10.3",
"description": "Helper function to call delegate",
"repository": {
"type": "git",
Expand All @@ -13,8 +13,8 @@
},
"main": "lib/index.js",
"dependencies": {
"@babel/helper-hoist-variables": "^7.10.1",
"@babel/traverse": "^7.10.1",
"@babel/types": "^7.10.1"
"@babel/helper-hoist-variables": "^7.10.3",
"@babel/traverse": "^7.10.3",
"@babel/types": "^7.10.3"
}
}
14 changes: 7 additions & 7 deletions packages/babel-helper-create-class-features-plugin/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-create-class-features-plugin",
"version": "7.10.2",
"version": "7.10.3",
"author": "The Babel Team (https://babeljs.io/team)",
"license": "MIT",
"description": "Compile class public and private fields, private methods and decorators to ES6",
Expand All @@ -18,18 +18,18 @@
"babel-plugin"
],
"dependencies": {
"@babel/helper-function-name": "^7.10.1",
"@babel/helper-member-expression-to-functions": "^7.10.1",
"@babel/helper-optimise-call-expression": "^7.10.1",
"@babel/helper-plugin-utils": "^7.10.1",
"@babel/helper-function-name": "^7.10.3",
"@babel/helper-member-expression-to-functions": "^7.10.3",
"@babel/helper-optimise-call-expression": "^7.10.3",
"@babel/helper-plugin-utils": "^7.10.3",
"@babel/helper-replace-supers": "^7.10.1",
"@babel/helper-split-export-declaration": "^7.10.1"
},
"peerDependencies": {
"@babel/core": "^7.0.0"
},
"devDependencies": {
"@babel/core": "^7.10.2",
"@babel/helper-plugin-test-runner": "^7.10.1"
"@babel/core": "^7.10.3",
"@babel/helper-plugin-test-runner": "^7.10.3"
}
}
6 changes: 3 additions & 3 deletions packages/babel-helper-define-map/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-define-map",
"version": "7.10.1",
"version": "7.10.3",
"description": "Helper function to define a map",
"repository": {
"type": "git",
Expand All @@ -13,8 +13,8 @@
},
"main": "lib/index.js",
"dependencies": {
"@babel/helper-function-name": "^7.10.1",
"@babel/types": "^7.10.1",
"@babel/helper-function-name": "^7.10.3",
"@babel/types": "^7.10.3",
"lodash": "^4.17.13"
}
}
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-explode-assignable-expression",
"version": "7.10.1",
"version": "7.10.3",
"description": "Helper function to explode an assignable expression",
"repository": {
"type": "git",
Expand All @@ -13,7 +13,7 @@
},
"main": "lib/index.js",
"dependencies": {
"@babel/traverse": "^7.10.1",
"@babel/types": "^7.10.1"
"@babel/traverse": "^7.10.3",
"@babel/types": "^7.10.3"
}
}
6 changes: 3 additions & 3 deletions packages/babel-helper-explode-class/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-explode-class",
"version": "7.10.1",
"version": "7.10.3",
"description": "Helper function to explode class",
"repository": {
"type": "git",
Expand All @@ -14,7 +14,7 @@
"main": "lib/index.js",
"dependencies": {
"@babel/helper-bindify-decorators": "^7.10.1",
"@babel/traverse": "^7.10.1",
"@babel/types": "^7.10.1"
"@babel/traverse": "^7.10.3",
"@babel/types": "^7.10.3"
}
}
8 changes: 4 additions & 4 deletions packages/babel-helper-function-name/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-function-name",
"version": "7.10.1",
"version": "7.10.3",
"description": "Helper function to change the property 'name' of every function",
"repository": {
"type": "git",
Expand All @@ -13,8 +13,8 @@
},
"main": "lib/index.js",
"dependencies": {
"@babel/helper-get-function-arity": "^7.10.1",
"@babel/template": "^7.10.1",
"@babel/types": "^7.10.1"
"@babel/helper-get-function-arity": "^7.10.3",
"@babel/template": "^7.10.3",
"@babel/types": "^7.10.3"
}
}
4 changes: 2 additions & 2 deletions packages/babel-helper-get-function-arity/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-get-function-arity",
"version": "7.10.1",
"version": "7.10.3",
"description": "Helper function to get function arity",
"repository": {
"type": "git",
Expand All @@ -13,6 +13,6 @@
},
"main": "lib/index.js",
"dependencies": {
"@babel/types": "^7.10.1"
"@babel/types": "^7.10.3"
}
}
4 changes: 2 additions & 2 deletions packages/babel-helper-hoist-variables/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-hoist-variables",
"version": "7.10.1",
"version": "7.10.3",
"description": "Helper function to hoist variables",
"repository": {
"type": "git",
Expand All @@ -13,6 +13,6 @@
},
"main": "lib/index.js",
"dependencies": {
"@babel/types": "^7.10.1"
"@babel/types": "^7.10.3"
}
}
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-member-expression-to-functions",
"version": "7.10.1",
"version": "7.10.3",
"description": "Helper function to replace certain member expressions with function calls",
"repository": {
"type": "git",
Expand All @@ -14,6 +14,6 @@
"main": "lib/index.js",
"author": "Justin Ridgewell <justin@ridgewell.name>",
"dependencies": {
"@babel/types": "^7.10.1"
"@babel/types": "^7.10.3"
}
}
6 changes: 3 additions & 3 deletions packages/babel-helper-module-imports/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-module-imports",
"version": "7.10.1",
"version": "7.10.3",
"description": "Babel helper functions for inserting module loads",
"author": "Logan Smyth <loganfsmyth@gmail.com>",
"homepage": "https://babeljs.io/",
Expand All @@ -15,9 +15,9 @@
},
"main": "lib/index.js",
"dependencies": {
"@babel/types": "^7.10.1"
"@babel/types": "^7.10.3"
},
"devDependencies": {
"@babel/core": "^7.10.1"
"@babel/core": "^7.10.3"
}
}
4 changes: 2 additions & 2 deletions packages/babel-helper-optimise-call-expression/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-optimise-call-expression",
"version": "7.10.1",
"version": "7.10.3",
"description": "Helper function to optimise call expression",
"repository": {
"type": "git",
Expand All @@ -13,6 +13,6 @@
},
"main": "lib/index.js",
"dependencies": {
"@babel/types": "^7.10.1"
"@babel/types": "^7.10.3"
}
}
4 changes: 2 additions & 2 deletions packages/babel-helper-plugin-test-runner/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-plugin-test-runner",
"version": "7.10.1",
"version": "7.10.3",
"description": "Helper function to support test runner",
"repository": {
"type": "git",
Expand All @@ -13,6 +13,6 @@
},
"main": "lib/index.js",
"dependencies": {
"@babel/helper-transform-fixture-test-runner": "^7.10.1"
"@babel/helper-transform-fixture-test-runner": "^7.10.3"
}
}
2 changes: 1 addition & 1 deletion packages/babel-helper-plugin-utils/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-plugin-utils",
"version": "7.10.1",
"version": "7.10.3",
"description": "General utilities for plugins to use",
"author": "Logan Smyth <loganfsmyth@gmail.com>",
"homepage": "https://babeljs.io/",
Expand Down
8 changes: 4 additions & 4 deletions packages/babel-helper-remap-async-to-generator/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-remap-async-to-generator",
"version": "7.10.1",
"version": "7.10.3",
"description": "Helper function to remap async functions to generators",
"repository": {
"type": "git",
Expand All @@ -15,8 +15,8 @@
"dependencies": {
"@babel/helper-annotate-as-pure": "^7.10.1",
"@babel/helper-wrap-function": "^7.10.1",
"@babel/template": "^7.10.1",
"@babel/traverse": "^7.10.1",
"@babel/types": "^7.10.1"
"@babel/template": "^7.10.3",
"@babel/traverse": "^7.10.3",
"@babel/types": "^7.10.3"
}
}

0 comments on commit 2787ee2

Please sign in to comment.