Skip to content

Commit

Permalink
v7.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed May 27, 2020
1 parent 32bd530 commit 88f57a7
Show file tree
Hide file tree
Showing 145 changed files with 1,037 additions and 1,037 deletions.
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,5 +1,5 @@
{
"version": "7.10.0",
"version": "7.10.1",
"changelog": {
"repo": "babel/babel",
"cacheDir": ".changelog",
Expand Down
10 changes: 5 additions & 5 deletions packages/babel-cli/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/cli",
"version": "7.10.0",
"version": "7.10.1",
"description": "Babel command line.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
Expand All @@ -9,8 +9,8 @@
"access": "public"
},
"repository": {
"type" : "git",
"url" : "https://github.com/babel/babel.git",
"type": "git",
"url": "https://github.com/babel/babel.git",
"directory": "packages/babel-cli"
},
"keywords": [
Expand Down Expand Up @@ -39,8 +39,8 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.10.0",
"@babel/helper-fixtures": "^7.8.3",
"@babel/core": "^7.10.1",
"@babel/helper-fixtures": "^7.10.1",
"rimraf": "^3.0.0"
},
"bin": {
Expand Down
8 changes: 4 additions & 4 deletions packages/babel-code-frame/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/code-frame",
"version": "7.8.3",
"version": "7.10.1",
"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 @@ -9,13 +9,13 @@
"access": "public"
},
"repository": {
"type" : "git",
"url" : "https://github.com/babel/babel.git",
"type": "git",
"url": "https://github.com/babel/babel.git",
"directory": "packages/babel-code-frame"
},
"main": "lib/index.js",
"dependencies": {
"@babel/highlight": "^7.8.3"
"@babel/highlight": "^7.10.1"
},
"devDependencies": {
"chalk": "^2.0.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/babel-compat-data/package.json
@@ -1,12 +1,12 @@
{
"name": "@babel/compat-data",
"version": "7.10.0",
"version": "7.10.1",
"author": "The Babel Team (https://babeljs.io/team)",
"license": "MIT",
"description": "",
"repository": {
"type" : "git",
"url" : "https://github.com/babel/babel.git",
"type": "git",
"url": "https://github.com/babel/babel.git",
"directory": "packages/babel-compat-data"
},
"publishConfig": {
Expand Down Expand Up @@ -34,7 +34,7 @@
"semver": "^5.5.0"
},
"devDependencies": {
"@babel/helper-compilation-targets": "^7.10.0",
"@babel/helper-compilation-targets": "^7.10.1",
"caniuse-db": "1.0.30001035",
"electron-to-chromium": "1.3.377",
"lodash": "^4.17.15"
Expand Down
24 changes: 12 additions & 12 deletions packages/babel-core/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/core",
"version": "7.10.0",
"version": "7.10.1",
"description": "Babel compiler core.",
"main": "lib/index.js",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
Expand All @@ -10,8 +10,8 @@
"access": "public"
},
"repository": {
"type" : "git",
"url" : "https://github.com/babel/babel.git",
"type": "git",
"url": "https://github.com/babel/babel.git",
"directory": "packages/babel-core"
},
"keywords": [
Expand Down Expand Up @@ -43,14 +43,14 @@
"./src/transform-file.js": "./src/transform-file-browser.js"
},
"dependencies": {
"@babel/code-frame": "^7.8.3",
"@babel/generator": "^7.10.0",
"@babel/helper-module-transforms": "^7.9.0",
"@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",
"@babel/code-frame": "^7.10.1",
"@babel/generator": "^7.10.1",
"@babel/helper-module-transforms": "^7.10.1",
"@babel/helpers": "^7.10.1",
"@babel/parser": "^7.10.1",
"@babel/template": "^7.10.1",
"@babel/traverse": "^7.10.1",
"@babel/types": "^7.10.1",
"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.8.3"
"@babel/helper-transform-fixture-test-runner": "^7.10.1"
}
}
12 changes: 6 additions & 6 deletions packages/babel-generator/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/generator",
"version": "7.10.0",
"version": "7.10.1",
"description": "Turns an AST into code.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
Expand All @@ -9,22 +9,22 @@
"access": "public"
},
"repository": {
"type" : "git",
"url" : "https://github.com/babel/babel.git",
"type": "git",
"url": "https://github.com/babel/babel.git",
"directory": "packages/babel-generator"
},
"main": "lib/index.js",
"files": [
"lib"
],
"dependencies": {
"@babel/types": "^7.10.0",
"@babel/types": "^7.10.1",
"jsesc": "^2.5.1",
"lodash": "^4.17.13",
"source-map": "^0.5.0"
},
"devDependencies": {
"@babel/helper-fixtures": "^7.8.6",
"@babel/parser": "^7.10.0"
"@babel/helper-fixtures": "^7.10.1",
"@babel/parser": "^7.10.1"
}
}
8 changes: 4 additions & 4 deletions packages/babel-helper-annotate-as-pure/package.json
@@ -1,10 +1,10 @@
{
"name": "@babel/helper-annotate-as-pure",
"version": "7.8.3",
"version": "7.10.1",
"description": "Helper function to annotate paths and nodes with #__PURE__ comment",
"repository": {
"type" : "git",
"url" : "https://github.com/babel/babel.git",
"type": "git",
"url": "https://github.com/babel/babel.git",
"directory": "packages/babel-helper-annotate-as-pure"
},
"license": "MIT",
Expand All @@ -13,6 +13,6 @@
},
"main": "lib/index.js",
"dependencies": {
"@babel/types": "^7.8.3"
"@babel/types": "^7.10.1"
}
}
10 changes: 5 additions & 5 deletions packages/babel-helper-bindify-decorators/package.json
@@ -1,10 +1,10 @@
{
"name": "@babel/helper-bindify-decorators",
"version": "7.8.3",
"version": "7.10.1",
"description": "Helper function to bindify decorators",
"repository": {
"type" : "git",
"url" : "https://github.com/babel/babel.git",
"type": "git",
"url": "https://github.com/babel/babel.git",
"directory": "packages/babel-helper-bindify-decorators"
},
"license": "MIT",
Expand All @@ -13,7 +13,7 @@
},
"main": "lib/index.js",
"dependencies": {
"@babel/traverse": "^7.8.3",
"@babel/types": "^7.8.3"
"@babel/traverse": "^7.10.1",
"@babel/types": "^7.10.1"
}
}
@@ -1,10 +1,10 @@
{
"name": "@babel/helper-builder-binary-assignment-operator-visitor",
"version": "7.8.3",
"version": "7.10.1",
"description": "Helper function to build binary assignment operator visitors",
"repository": {
"type" : "git",
"url" : "https://github.com/babel/babel.git",
"type": "git",
"url": "https://github.com/babel/babel.git",
"directory": "packages/babel-helper-builder-binary-assignment-operator-visitor"
},
"license": "MIT",
Expand All @@ -13,7 +13,7 @@
},
"main": "lib/index.js",
"dependencies": {
"@babel/helper-explode-assignable-expression": "^7.8.3",
"@babel/types": "^7.8.3"
"@babel/helper-explode-assignable-expression": "^7.10.1",
"@babel/types": "^7.10.1"
}
}
@@ -1,10 +1,10 @@
{
"name": "@babel/helper-builder-react-jsx-experimental",
"version": "7.9.5",
"version": "7.10.1",
"description": "Helper function to build react jsx",
"repository": {
"type" : "git",
"url" : "https://github.com/babel/babel.git",
"type": "git",
"url": "https://github.com/babel/babel.git",
"directory": "packages/babel-helper-builder-react-jsx-experimental"
},
"license": "MIT",
Expand All @@ -13,8 +13,8 @@
},
"main": "lib/index.js",
"dependencies": {
"@babel/helper-annotate-as-pure": "^7.8.3",
"@babel/helper-module-imports": "^7.8.3",
"@babel/types": "^7.9.5"
"@babel/helper-annotate-as-pure": "^7.10.1",
"@babel/helper-module-imports": "^7.10.1",
"@babel/types": "^7.10.1"
}
}
10 changes: 5 additions & 5 deletions packages/babel-helper-builder-react-jsx/package.json
@@ -1,10 +1,10 @@
{
"name": "@babel/helper-builder-react-jsx",
"version": "7.9.0",
"version": "7.10.1",
"description": "Helper function to build react jsx",
"repository": {
"type" : "git",
"url" : "https://github.com/babel/babel.git",
"type": "git",
"url": "https://github.com/babel/babel.git",
"directory": "packages/babel-helper-builder-react-jsx"
},
"license": "MIT",
Expand All @@ -13,7 +13,7 @@
},
"main": "lib/index.js",
"dependencies": {
"@babel/helper-annotate-as-pure": "^7.8.3",
"@babel/types": "^7.9.0"
"@babel/helper-annotate-as-pure": "^7.10.1",
"@babel/types": "^7.10.1"
}
}
12 changes: 6 additions & 6 deletions packages/babel-helper-call-delegate/package.json
@@ -1,10 +1,10 @@
{
"name": "@babel/helper-call-delegate",
"version": "7.8.7",
"version": "7.10.1",
"description": "Helper function to call delegate",
"repository": {
"type" : "git",
"url" : "https://github.com/babel/babel.git",
"type": "git",
"url": "https://github.com/babel/babel.git",
"directory": "packages/babel-helper-call-delegate"
},
"license": "MIT",
Expand All @@ -13,8 +13,8 @@
},
"main": "lib/index.js",
"dependencies": {
"@babel/helper-hoist-variables": "^7.8.3",
"@babel/traverse": "^7.8.3",
"@babel/types": "^7.8.7"
"@babel/helper-hoist-variables": "^7.10.1",
"@babel/traverse": "^7.10.1",
"@babel/types": "^7.10.1"
}
}
12 changes: 6 additions & 6 deletions packages/babel-helper-compilation-targets/package.json
@@ -1,12 +1,12 @@
{
"name": "@babel/helper-compilation-targets",
"version": "7.10.0",
"version": "7.10.1",
"author": "The Babel Team (https://babeljs.io/team)",
"license": "MIT",
"description": "Engine compat data used in @babel/preset-env",
"repository": {
"type" : "git",
"url" : "https://github.com/babel/babel.git",
"type": "git",
"url": "https://github.com/babel/babel.git",
"directory": "packages/babel-helper-compilation-targets"
},
"main": "lib/index.js",
Expand All @@ -21,7 +21,7 @@
"babel-plugin"
],
"dependencies": {
"@babel/compat-data": "^7.10.0",
"@babel/compat-data": "^7.10.1",
"browserslist": "^4.12.0",
"invariant": "^2.2.4",
"levenary": "^1.1.1",
Expand All @@ -31,7 +31,7 @@
"@babel/core": "^7.0.0"
},
"devDependencies": {
"@babel/core": "^7.10.0",
"@babel/helper-plugin-test-runner": "^7.8.3"
"@babel/core": "^7.10.1",
"@babel/helper-plugin-test-runner": "^7.10.1"
}
}
22 changes: 11 additions & 11 deletions packages/babel-helper-create-class-features-plugin/package.json
@@ -1,12 +1,12 @@
{
"name": "@babel/helper-create-class-features-plugin",
"version": "7.10.0",
"version": "7.10.1",
"author": "The Babel Team (https://babeljs.io/team)",
"license": "MIT",
"description": "Compile class public and private fields, private methods and decorators to ES6",
"repository": {
"type" : "git",
"url" : "https://github.com/babel/babel.git",
"type": "git",
"url": "https://github.com/babel/babel.git",
"directory": "packages/babel-helper-create-class-features-plugin"
},
"main": "lib/index.js",
Expand All @@ -18,18 +18,18 @@
"babel-plugin"
],
"dependencies": {
"@babel/helper-function-name": "^7.9.5",
"@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.10.0",
"@babel/helper-split-export-declaration": "^7.8.3"
"@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-replace-supers": "^7.10.1",
"@babel/helper-split-export-declaration": "^7.10.1"
},
"peerDependencies": {
"@babel/core": "^7.0.0"
},
"devDependencies": {
"@babel/core": "^7.10.0",
"@babel/helper-plugin-test-runner": "^7.8.3"
"@babel/core": "^7.10.1",
"@babel/helper-plugin-test-runner": "^7.10.1"
}
}

0 comments on commit 88f57a7

Please sign in to comment.