Skip to content

Commit

Permalink
v7.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed May 30, 2020
1 parent b5c4a46 commit b0350e5
Show file tree
Hide file tree
Showing 13 changed files with 29 additions and 29 deletions.
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,5 +1,5 @@
{
"version": "7.10.1",
"version": "7.10.2",
"changelog": {
"repo": "babel/babel",
"cacheDir": ".changelog",
Expand Down
8 changes: 4 additions & 4 deletions packages/babel-core/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/core",
"version": "7.10.1",
"version": "7.10.2",
"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.1",
"@babel/generator": "^7.10.1",
"@babel/generator": "^7.10.2",
"@babel/helper-module-transforms": "^7.10.1",
"@babel/helpers": "^7.10.1",
"@babel/parser": "^7.10.1",
"@babel/parser": "^7.10.2",
"@babel/template": "^7.10.1",
"@babel/traverse": "^7.10.1",
"@babel/types": "^7.10.1",
"@babel/types": "^7.10.2",
"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.10.1",
"version": "7.10.2",
"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.1",
"@babel/types": "^7.10.2",
"jsesc": "^2.5.1",
"lodash": "^4.17.13",
"source-map": "^0.5.0"
},
"devDependencies": {
"@babel/helper-fixtures": "^7.10.1",
"@babel/parser": "^7.10.1"
"@babel/parser": "^7.10.2"
}
}
4 changes: 2 additions & 2 deletions packages/babel-helper-compilation-targets/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-compilation-targets",
"version": "7.10.1",
"version": "7.10.2",
"author": "The Babel Team (https://babeljs.io/team)",
"license": "MIT",
"description": "Engine compat data used in @babel/preset-env",
Expand Down Expand Up @@ -31,7 +31,7 @@
"@babel/core": "^7.0.0"
},
"devDependencies": {
"@babel/core": "^7.10.1",
"@babel/core": "^7.10.2",
"@babel/helper-plugin-test-runner": "^7.10.1"
}
}
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-create-class-features-plugin",
"version": "7.10.1",
"version": "7.10.2",
"author": "The Babel Team (https://babeljs.io/team)",
"license": "MIT",
"description": "Compile class public and private fields, private methods and decorators to ES6",
Expand Down Expand Up @@ -29,7 +29,7 @@
"@babel/core": "^7.0.0"
},
"devDependencies": {
"@babel/core": "^7.10.1",
"@babel/core": "^7.10.2",
"@babel/helper-plugin-test-runner": "^7.10.1"
}
}
2 changes: 1 addition & 1 deletion packages/babel-parser/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/parser",
"version": "7.10.1",
"version": "7.10.2",
"description": "A JavaScript parser",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
Expand Down
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.10.1",
"version": "7.10.2",
"description": "Allow parsing of the module attributes in the import statement",
"repository": {
"type": "git",
Expand All @@ -22,6 +22,6 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.10.1"
"@babel/core": "^7.10.2"
}
}
8 changes: 4 additions & 4 deletions packages/babel-preset-env/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/preset-env",
"version": "7.10.1",
"version": "7.10.2",
"description": "A Babel preset for each environment.",
"author": "Henry Zhu <hi@henryzoo.com>",
"homepage": "https://babeljs.io/",
Expand All @@ -16,7 +16,7 @@
"main": "lib/index.js",
"dependencies": {
"@babel/compat-data": "^7.10.1",
"@babel/helper-compilation-targets": "^7.10.1",
"@babel/helper-compilation-targets": "^7.10.2",
"@babel/helper-module-imports": "^7.10.1",
"@babel/helper-plugin-utils": "^7.10.1",
"@babel/plugin-proposal-async-generator-functions": "^7.10.1",
Expand Down Expand Up @@ -73,7 +73,7 @@
"@babel/plugin-transform-unicode-escapes": "^7.10.1",
"@babel/plugin-transform-unicode-regex": "^7.10.1",
"@babel/preset-modules": "^0.1.3",
"@babel/types": "^7.10.1",
"@babel/types": "^7.10.2",
"browserslist": "^4.12.0",
"core-js-compat": "^3.6.2",
"invariant": "^2.2.2",
Expand All @@ -85,7 +85,7 @@
},
"devDependencies": {
"@babel/cli": "^7.10.1",
"@babel/core": "^7.10.1",
"@babel/core": "^7.10.2",
"@babel/helper-fixtures": "^7.10.1",
"@babel/helper-plugin-test-runner": "^7.10.1",
"@babel/plugin-syntax-dynamic-import": "^7.2.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-runtime-corejs2/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/runtime-corejs2",
"version": "7.10.1",
"version": "7.10.2",
"description": "babel's modular runtime helpers with core-js@2 polyfilling",
"license": "MIT",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-runtime-corejs3/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/runtime-corejs3",
"version": "7.10.1",
"version": "7.10.2",
"description": "babel's modular runtime helpers with core-js@3 polyfilling",
"license": "MIT",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-runtime/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/runtime",
"version": "7.10.1",
"version": "7.10.2",
"description": "babel's modular runtime helpers",
"license": "MIT",
"publishConfig": {
Expand Down
8 changes: 4 additions & 4 deletions packages/babel-standalone/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/standalone",
"version": "7.10.1",
"version": "7.10.2",
"description": "Standalone build of Babel for use in non-Node.js environments.",
"main": "babel.js",
"files": [
Expand All @@ -11,7 +11,7 @@
"prepublishOnly": "cd ../.. && make prepublish-build-standalone"
},
"devDependencies": {
"@babel/core": "^7.10.1",
"@babel/core": "^7.10.2",
"@babel/helper-plugin-utils": "^7.10.1",
"@babel/plugin-external-helpers": "^7.10.1",
"@babel/plugin-proposal-async-generator-functions": "^7.10.1",
Expand Down Expand Up @@ -45,7 +45,7 @@
"@babel/plugin-syntax-function-sent": "^7.10.1",
"@babel/plugin-syntax-import-meta": "^7.10.1",
"@babel/plugin-syntax-jsx": "^7.10.1",
"@babel/plugin-syntax-module-attributes": "^7.10.1",
"@babel/plugin-syntax-module-attributes": "^7.10.2",
"@babel/plugin-syntax-object-rest-spread": "^7.8.0",
"@babel/plugin-syntax-optional-catch-binding": "^7.8.0",
"@babel/plugin-syntax-pipeline-operator": "^7.10.1",
Expand Down Expand Up @@ -103,7 +103,7 @@
"@babel/plugin-transform-typescript": "^7.10.1",
"@babel/plugin-transform-unicode-escapes": "^7.10.1",
"@babel/plugin-transform-unicode-regex": "^7.10.1",
"@babel/preset-env": "^7.10.1",
"@babel/preset-env": "^7.10.2",
"@babel/preset-flow": "^7.10.1",
"@babel/preset-react": "^7.10.1",
"@babel/preset-typescript": "^7.10.1"
Expand Down
6 changes: 3 additions & 3 deletions packages/babel-types/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/types",
"version": "7.10.1",
"version": "7.10.2",
"description": "Babel Types is a Lodash-esque utility library for AST nodes",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
Expand All @@ -21,7 +21,7 @@
"to-fast-properties": "^2.0.0"
},
"devDependencies": {
"@babel/generator": "^7.10.1",
"@babel/parser": "^7.10.1"
"@babel/generator": "^7.10.2",
"@babel/parser": "^7.10.2"
}
}

0 comments on commit b0350e5

Please sign in to comment.