Skip to content

Commit

Permalink
v7.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed May 26, 2020
1 parent a06e8e5 commit 5da2440
Show file tree
Hide file tree
Showing 39 changed files with 139 additions and 139 deletions.
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,5 +1,5 @@
{
"version": "7.9.6",
"version": "7.10.0",
"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.8.4",
"version": "7.10.0",
"description": "Babel command line.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
Expand Down Expand Up @@ -35,7 +35,7 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.8.4",
"@babel/core": "^7.10.0",
"@babel/helper-fixtures": "^7.8.3",
"rimraf": "^3.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-compat-data/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/compat-data",
"version": "7.9.6",
"version": "7.10.0",
"author": "The Babel Team (https://babeljs.io/team)",
"license": "MIT",
"description": "",
Expand Down Expand Up @@ -30,7 +30,7 @@
"semver": "^5.5.0"
},
"devDependencies": {
"@babel/helper-compilation-targets": "^7.9.6",
"@babel/helper-compilation-targets": "^7.10.0",
"caniuse-db": "1.0.30001035",
"electron-to-chromium": "1.3.377",
"lodash": "^4.17.15"
Expand Down
14 changes: 7 additions & 7 deletions packages/babel-core/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/core",
"version": "7.9.6",
"version": "7.10.0",
"description": "Babel compiler core.",
"main": "lib/index.js",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
Expand Down Expand Up @@ -40,13 +40,13 @@
},
"dependencies": {
"@babel/code-frame": "^7.8.3",
"@babel/generator": "^7.9.6",
"@babel/generator": "^7.10.0",
"@babel/helper-module-transforms": "^7.9.0",
"@babel/helpers": "^7.9.6",
"@babel/parser": "^7.9.6",
"@babel/template": "^7.8.6",
"@babel/traverse": "^7.9.6",
"@babel/types": "^7.9.6",
"@babel/helpers": "^7.10.0",
"@babel/parser": "^7.10.0",
"@babel/template": "^7.10.0",
"@babel/traverse": "^7.10.0",
"@babel/types": "^7.10.0",
"convert-source-map": "^1.7.0",
"debug": "^4.1.0",
"gensync": "^1.0.0-beta.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/babel-generator/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/generator",
"version": "7.9.6",
"version": "7.10.0",
"description": "Turns an AST into code.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
Expand All @@ -14,13 +14,13 @@
"lib"
],
"dependencies": {
"@babel/types": "^7.9.6",
"@babel/types": "^7.10.0",
"jsesc": "^2.5.1",
"lodash": "^4.17.13",
"source-map": "^0.5.0"
},
"devDependencies": {
"@babel/helper-fixtures": "^7.8.6",
"@babel/parser": "^7.9.6"
"@babel/parser": "^7.10.0"
}
}
6 changes: 3 additions & 3 deletions packages/babel-helper-compilation-targets/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-compilation-targets",
"version": "7.9.6",
"version": "7.10.0",
"author": "The Babel Team (https://babeljs.io/team)",
"license": "MIT",
"description": "Engine compat data used in @babel/preset-env",
Expand All @@ -17,7 +17,7 @@
"babel-plugin"
],
"dependencies": {
"@babel/compat-data": "^7.9.6",
"@babel/compat-data": "^7.10.0",
"browserslist": "^4.12.0",
"invariant": "^2.2.4",
"levenary": "^1.1.1",
Expand All @@ -27,7 +27,7 @@
"@babel/core": "^7.0.0"
},
"devDependencies": {
"@babel/core": "^7.9.6",
"@babel/core": "^7.10.0",
"@babel/helper-plugin-test-runner": "^7.8.3"
}
}
10 changes: 5 additions & 5 deletions packages/babel-helper-create-class-features-plugin/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-create-class-features-plugin",
"version": "7.9.6",
"version": "7.10.0",
"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 @@ -15,17 +15,17 @@
],
"dependencies": {
"@babel/helper-function-name": "^7.9.5",
"@babel/helper-member-expression-to-functions": "^7.8.3",
"@babel/helper-optimise-call-expression": "^7.8.3",
"@babel/helper-member-expression-to-functions": "^7.10.0",
"@babel/helper-optimise-call-expression": "^7.10.0",
"@babel/helper-plugin-utils": "^7.8.3",
"@babel/helper-replace-supers": "^7.9.6",
"@babel/helper-replace-supers": "^7.10.0",
"@babel/helper-split-export-declaration": "^7.8.3"
},
"peerDependencies": {
"@babel/core": "^7.0.0"
},
"devDependencies": {
"@babel/core": "^7.9.6",
"@babel/core": "^7.10.0",
"@babel/helper-plugin-test-runner": "^7.8.3"
}
}
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-member-expression-to-functions",
"version": "7.8.3",
"version": "7.10.0",
"description": "Helper function to replace certain member expressions with function calls",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-member-expression-to-functions",
"license": "MIT",
Expand All @@ -10,6 +10,6 @@
"main": "lib/index.js",
"author": "Justin Ridgewell <justin@ridgewell.name>",
"dependencies": {
"@babel/types": "^7.8.3"
"@babel/types": "^7.10.0"
}
}
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.8.3",
"version": "7.10.0",
"description": "Helper function to optimise call expression",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-optimise-call-expression",
"license": "MIT",
Expand All @@ -9,6 +9,6 @@
},
"main": "lib/index.js",
"dependencies": {
"@babel/types": "^7.8.3"
"@babel/types": "^7.10.0"
}
}
10 changes: 5 additions & 5 deletions packages/babel-helper-replace-supers/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-replace-supers",
"version": "7.9.6",
"version": "7.10.0",
"description": "Helper function to replace supers",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-replace-supers",
"license": "MIT",
Expand All @@ -9,9 +9,9 @@
},
"main": "lib/index.js",
"dependencies": {
"@babel/helper-member-expression-to-functions": "^7.8.3",
"@babel/helper-optimise-call-expression": "^7.8.3",
"@babel/traverse": "^7.9.6",
"@babel/types": "^7.9.6"
"@babel/helper-member-expression-to-functions": "^7.10.0",
"@babel/helper-optimise-call-expression": "^7.10.0",
"@babel/traverse": "^7.10.0",
"@babel/types": "^7.10.0"
}
}
8 changes: 4 additions & 4 deletions packages/babel-helpers/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/helpers",
"version": "7.9.6",
"version": "7.10.0",
"description": "Collection of helper functions used by Babel transforms.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
Expand All @@ -11,9 +11,9 @@
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helpers",
"main": "lib/index.js",
"dependencies": {
"@babel/template": "^7.8.3",
"@babel/traverse": "^7.9.6",
"@babel/types": "^7.9.6"
"@babel/template": "^7.10.0",
"@babel/traverse": "^7.10.0",
"@babel/types": "^7.10.0"
},
"devDependencies": {
"@babel/helper-plugin-test-runner": "^7.8.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-parser/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/parser",
"version": "7.9.6",
"version": "7.10.0",
"description": "A JavaScript parser",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
Expand Down
6 changes: 3 additions & 3 deletions packages/babel-plugin-proposal-decorators/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-proposal-decorators",
"version": "7.8.3",
"version": "7.10.0",
"author": "Logan Smyth <loganfsmyth@gmail.com>",
"license": "MIT",
"publishConfig": {
Expand All @@ -15,15 +15,15 @@
"decorators"
],
"dependencies": {
"@babel/helper-create-class-features-plugin": "^7.8.3",
"@babel/helper-create-class-features-plugin": "^7.10.0",
"@babel/helper-plugin-utils": "^7.8.3",
"@babel/plugin-syntax-decorators": "^7.8.3"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.8.3",
"@babel/core": "^7.10.0",
"@babel/helper-plugin-test-runner": "^7.8.3"
}
}
4 changes: 2 additions & 2 deletions packages/babel-plugin-proposal-json-strings/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-proposal-json-strings",
"version": "7.8.3",
"version": "7.10.0",
"description": "Escape U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-json-strings",
"license": "MIT",
Expand All @@ -19,7 +19,7 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.8.3",
"@babel/core": "^7.10.0",
"@babel/helper-plugin-test-runner": "^7.8.3"
}
}
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-proposal-logical-assignment-operators",
"version": "7.8.3",
"version": "7.10.0",
"description": "Transforms logical assignment operators into short-circuited assignments",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-logical-assignment-operators",
"license": "MIT",
Expand All @@ -19,7 +19,7 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.8.3",
"@babel/core": "^7.10.0",
"@babel/helper-plugin-test-runner": "^7.8.3",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.3",
"@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.0"
Expand Down
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-proposal-object-rest-spread",
"version": "7.9.6",
"version": "7.10.0",
"description": "Compile object rest and spread to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-object-rest-spread",
"license": "MIT",
Expand All @@ -20,7 +20,7 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.9.6",
"@babel/core": "^7.10.0",
"@babel/helper-plugin-test-runner": "^7.8.3"
}
}
6 changes: 3 additions & 3 deletions packages/babel-plugin-proposal-optional-chaining/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-proposal-optional-chaining",
"version": "7.9.0",
"version": "7.10.0",
"description": "Transform optional chaining operators into a series of nil checks",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-optional-chaining",
"license": "MIT",
Expand All @@ -19,8 +19,8 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/core": "^7.10.0",
"@babel/helper-plugin-test-runner": "^7.8.3",
"@babel/plugin-transform-block-scoping": "^7.8.3"
"@babel/plugin-transform-block-scoping": "^7.10.0"
}
}
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-proposal-private-property-in-object",
"version": "7.8.3",
"version": "7.10.0",
"description": "This plugin transforms checks for a private property in an object",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-private-property-in-object",
"license": "MIT",
Expand All @@ -12,14 +12,14 @@
"babel-plugin"
],
"dependencies": {
"@babel/helper-create-class-features-plugin": "^7.8.3",
"@babel/helper-create-class-features-plugin": "^7.10.0",
"@babel/helper-plugin-utils": "^7.8.3"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.8.3",
"@babel/core": "^7.10.0",
"@babel/helper-plugin-test-runner": "^7.8.3"
}
}
4 changes: 2 additions & 2 deletions packages/babel-plugin-syntax-module-attributes/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-syntax-module-attributes",
"version": "7.8.3",
"version": "7.10.0",
"description": "Allow parsing of the module attributes in the import statement",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-module-attributes",
"license": "MIT",
Expand All @@ -18,6 +18,6 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.8.3"
"@babel/core": "^7.10.0"
}
}
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.8.3",
"version": "7.10.0",
"description": "Compile ES2015 block scoping (const and let) to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-block-scoping",
"license": "MIT",
Expand All @@ -19,7 +19,7 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.8.3",
"@babel/core": "^7.10.0",
"@babel/helper-plugin-test-runner": "^7.8.3"
}
}

0 comments on commit 5da2440

Please sign in to comment.