Skip to content

Commit

Permalink
v7.10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Jul 14, 2020
1 parent 5dd64ec commit f7964a9
Show file tree
Hide file tree
Showing 36 changed files with 100 additions and 100 deletions.
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,5 +1,5 @@
{
"version": "7.10.4",
"version": "7.10.5",
"changelog": {
"repo": "babel/babel",
"cacheDir": ".changelog",
Expand Down
6 changes: 3 additions & 3 deletions packages/babel-cli/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/cli",
"version": "7.10.4",
"version": "7.10.5",
"description": "Babel command line.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
Expand Down Expand Up @@ -39,8 +39,8 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.10.4",
"@babel/helper-fixtures": "^7.10.4",
"@babel/core": "^7.10.5",
"@babel/helper-fixtures": "^7.10.5",
"rimraf": "^3.0.0"
},
"bin": {
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.4",
"version": "7.10.5",
"author": "The Babel Team (https://babeljs.io/team)",
"license": "MIT",
"description": "",
Expand Down
14 changes: 7 additions & 7 deletions packages/babel-core/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/core",
"version": "7.10.4",
"version": "7.10.5",
"description": "Babel compiler core.",
"main": "lib/index.js",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
Expand Down Expand Up @@ -44,13 +44,13 @@
},
"dependencies": {
"@babel/code-frame": "^7.10.4",
"@babel/generator": "^7.10.4",
"@babel/helper-module-transforms": "^7.10.4",
"@babel/generator": "^7.10.5",
"@babel/helper-module-transforms": "^7.10.5",
"@babel/helpers": "^7.10.4",
"@babel/parser": "^7.10.4",
"@babel/parser": "^7.10.5",
"@babel/template": "^7.10.4",
"@babel/traverse": "^7.10.4",
"@babel/types": "^7.10.4",
"@babel/traverse": "^7.10.5",
"@babel/types": "^7.10.5",
"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.4"
"@babel/helper-transform-fixture-test-runner": "^7.10.5"
}
}
8 changes: 4 additions & 4 deletions packages/babel-generator/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/generator",
"version": "7.10.4",
"version": "7.10.5",
"description": "Turns an AST into code.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
Expand All @@ -18,12 +18,12 @@
"lib"
],
"dependencies": {
"@babel/types": "^7.10.4",
"@babel/types": "^7.10.5",
"jsesc": "^2.5.1",
"source-map": "^0.5.0"
},
"devDependencies": {
"@babel/helper-fixtures": "^7.10.4",
"@babel/parser": "^7.10.4"
"@babel/helper-fixtures": "^7.10.5",
"@babel/parser": "^7.10.5"
}
}
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-builder-react-jsx-experimental",
"version": "7.10.4",
"version": "7.10.5",
"description": "Helper function to build react jsx",
"repository": {
"type": "git",
Expand All @@ -15,6 +15,6 @@
"dependencies": {
"@babel/helper-annotate-as-pure": "^7.10.4",
"@babel/helper-module-imports": "^7.10.4",
"@babel/types": "^7.10.4"
"@babel/types": "^7.10.5"
}
}
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-create-class-features-plugin",
"version": "7.10.4",
"version": "7.10.5",
"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 @@ -19,7 +19,7 @@
],
"dependencies": {
"@babel/helper-function-name": "^7.10.4",
"@babel/helper-member-expression-to-functions": "^7.10.4",
"@babel/helper-member-expression-to-functions": "^7.10.5",
"@babel/helper-optimise-call-expression": "^7.10.4",
"@babel/helper-plugin-utils": "^7.10.4",
"@babel/helper-replace-supers": "^7.10.4",
Expand All @@ -29,7 +29,7 @@
"@babel/core": "^7.0.0"
},
"devDependencies": {
"@babel/core": "^7.10.4",
"@babel/core": "^7.10.5",
"@babel/helper-plugin-test-runner": "^7.10.4"
}
}
4 changes: 2 additions & 2 deletions packages/babel-helper-define-map/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-define-map",
"version": "7.10.4",
"version": "7.10.5",
"description": "Helper function to define a map",
"repository": {
"type": "git",
Expand All @@ -14,7 +14,7 @@
"main": "lib/index.js",
"dependencies": {
"@babel/helper-function-name": "^7.10.4",
"@babel/types": "^7.10.4",
"@babel/types": "^7.10.5",
"lodash": "^4.17.19"
}
}
2 changes: 1 addition & 1 deletion packages/babel-helper-fixtures/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-fixtures",
"version": "7.10.4",
"version": "7.10.5",
"description": "Helper function to support fixtures",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"license": "MIT",
Expand Down
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-member-expression-to-functions",
"version": "7.10.4",
"version": "7.10.5",
"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.4"
"@babel/types": "^7.10.5"
}
}
4 changes: 2 additions & 2 deletions packages/babel-helper-module-transforms/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-module-transforms",
"version": "7.10.4",
"version": "7.10.5",
"description": "Babel helper functions for implementing ES6 module transformations",
"author": "Logan Smyth <loganfsmyth@gmail.com>",
"homepage": "https://babeljs.io/",
Expand All @@ -20,7 +20,7 @@
"@babel/helper-simple-access": "^7.10.4",
"@babel/helper-split-export-declaration": "^7.10.4",
"@babel/template": "^7.10.4",
"@babel/types": "^7.10.4",
"@babel/types": "^7.10.5",
"lodash": "^4.17.19"
}
}
2 changes: 1 addition & 1 deletion packages/babel-helper-regex/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-regex",
"version": "7.10.4",
"version": "7.10.5",
"description": "Helper function to check for literal RegEx",
"repository": {
"type": "git",
Expand Down
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-transform-fixture-test-runner",
"version": "7.10.4",
"version": "7.10.5",
"description": "Transform test runner for @babel/helper-fixtures module",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
Expand All @@ -16,8 +16,8 @@
"main": "lib/index.js",
"dependencies": {
"@babel/code-frame": "^7.10.4",
"@babel/core": "^7.10.4",
"@babel/helper-fixtures": "^7.10.4",
"@babel/core": "^7.10.5",
"@babel/helper-fixtures": "^7.10.5",
"@babel/polyfill": "^7.10.4",
"babel-check-duplicated-nodes": "^1.0.0",
"jest": "^24.8.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/babel-node/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/node",
"version": "7.10.4",
"version": "7.10.5",
"description": "Babel command line",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
Expand All @@ -23,7 +23,7 @@
"compiler"
],
"dependencies": {
"@babel/register": "^7.10.4",
"@babel/register": "^7.10.5",
"commander": "^4.0.1",
"core-js": "^3.2.1",
"lodash": "^4.17.19",
Expand All @@ -36,9 +36,9 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.10.4",
"@babel/helper-fixtures": "^7.10.4",
"@babel/runtime": "^7.10.4",
"@babel/core": "^7.10.5",
"@babel/helper-fixtures": "^7.10.5",
"@babel/runtime": "^7.10.5",
"fs-readdir-recursive": "^1.0.0",
"make-dir": "^2.1.0",
"rimraf": "^3.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-parser/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/parser",
"version": "7.10.4",
"version": "7.10.5",
"description": "A JavaScript parser",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
Expand Down Expand Up @@ -33,7 +33,7 @@
},
"devDependencies": {
"@babel/code-frame": "^7.10.4",
"@babel/helper-fixtures": "^7.10.4",
"@babel/helper-fixtures": "^7.10.5",
"@babel/helper-validator-identifier": "^7.10.4",
"charcodes": "^0.2.0"
},
Expand Down
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-proposal-async-generator-functions",
"version": "7.10.4",
"version": "7.10.5",
"description": "Turn async generator functions into ES2015 generators",
"repository": {
"type": "git",
Expand All @@ -24,7 +24,7 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.10.4",
"@babel/core": "^7.10.5",
"@babel/helper-plugin-test-runner": "^7.10.4"
}
}
6 changes: 3 additions & 3 deletions packages/babel-plugin-proposal-decorators/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-proposal-decorators",
"version": "7.10.4",
"version": "7.10.5",
"author": "Logan Smyth <loganfsmyth@gmail.com>",
"license": "MIT",
"publishConfig": {
Expand All @@ -19,15 +19,15 @@
"decorators"
],
"dependencies": {
"@babel/helper-create-class-features-plugin": "^7.10.4",
"@babel/helper-create-class-features-plugin": "^7.10.5",
"@babel/helper-plugin-utils": "^7.10.4",
"@babel/plugin-syntax-decorators": "^7.10.4"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.10.4",
"@babel/core": "^7.10.5",
"@babel/helper-plugin-test-runner": "^7.10.4"
}
}
4 changes: 2 additions & 2 deletions packages/babel-plugin-proposal-function-bind/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-proposal-function-bind",
"version": "7.10.4",
"version": "7.10.5",
"description": "Compile function bind operator to ES5",
"repository": {
"type": "git",
Expand All @@ -23,7 +23,7 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.10.4",
"@babel/core": "^7.10.5",
"@babel/helper-plugin-test-runner": "^7.10.4"
}
}
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-proposal-partial-application",
"version": "7.10.4",
"version": "7.10.5",
"description": "Introduces a new ? token in an argument list which allows for partially applying an argument list to a call expression",
"repository": {
"type": "git",
Expand All @@ -23,7 +23,7 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.10.4",
"@babel/core": "^7.10.5",
"@babel/helper-plugin-test-runner": "^7.10.4"
}
}
4 changes: 2 additions & 2 deletions packages/babel-plugin-proposal-pipeline-operator/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-proposal-pipeline-operator",
"version": "7.10.4",
"version": "7.10.5",
"description": "Transform pipeline operator into call expressions",
"repository": {
"type": "git",
Expand All @@ -23,7 +23,7 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.10.4",
"@babel/core": "^7.10.5",
"@babel/helper-plugin-test-runner": "^7.10.4"
}
}
4 changes: 2 additions & 2 deletions packages/babel-plugin-transform-block-scoping/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-block-scoping",
"version": "7.10.4",
"version": "7.10.5",
"description": "Compile ES2015 block scoping (const and let) to ES5",
"repository": {
"type": "git",
Expand All @@ -22,7 +22,7 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.10.4",
"@babel/core": "^7.10.5",
"@babel/helper-plugin-test-runner": "^7.10.4"
}
}

0 comments on commit f7964a9

Please sign in to comment.