Skip to content

Commit

Permalink
v7.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Jun 30, 2020
1 parent 379e1c5 commit 7fd40d8
Show file tree
Hide file tree
Showing 155 changed files with 799 additions and 799 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@babel/plugin-codemod-object-assign-to-object-spread",
"version": "7.7.4",
"version": "7.10.4",
"description": "Transforms Object.assign into object spread syntax",
"repository": {
"type" : "git",
"url" : "https://github.com/babel/babel.git",
"type": "git",
"url": "https://github.com/babel/babel.git",
"directory": "codemods/babel-plugin-codemod-object-assign-to-object-spread"
},
"license": "MIT",
Expand All @@ -23,7 +23,7 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.7.4",
"@babel/helper-plugin-test-runner": "^7.7.4"
"@babel/core": "^7.10.4",
"@babel/helper-plugin-test-runner": "^7.10.4"
}
}
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@babel/plugin-codemod-optional-catch-binding",
"version": "7.7.4",
"version": "7.10.4",
"description": "Remove unused catch bindings",
"repository": {
"type" : "git",
"url" : "https://github.com/babel/babel.git",
"type": "git",
"url": "https://github.com/babel/babel.git",
"directory": "codemods/babel-plugin-codemod-remove-unused-catch-binding"
},
"license": "MIT",
Expand All @@ -23,7 +23,7 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.7.4",
"@babel/helper-plugin-test-runner": "^7.7.4"
"@babel/core": "^7.10.4",
"@babel/helper-plugin-test-runner": "^7.10.4"
}
}
6 changes: 3 additions & 3 deletions eslint/babel-eslint-config-internal/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@babel/eslint-config-internal",
"version": "0.0.0",
"version": "7.10.4",
"description": "The Babel Team's ESLint configuration. Since it's internal, it might not respect semver.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
"license": "MIT",
"private": true,
"repository": {
"type" : "git",
"url" : "https://github.com/babel/babel.git",
"type": "git",
"url": "https://github.com/babel/babel.git",
"directory": "eslint/babel-eslint-config-internal"
},
"main": "index.js",
Expand Down
6 changes: 3 additions & 3 deletions eslint/babel-eslint-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/eslint-parser",
"version": "0.0.0",
"version": "7.10.4",
"description": "ESLint parser that allows for linting of experimental syntax transformed by Babel",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"license": "MIT",
Expand Down Expand Up @@ -28,8 +28,8 @@
"semver": "^6.3.0"
},
"devDependencies": {
"@babel/core": "^7.2.0",
"@babel/eslint-shared-fixtures": "*",
"@babel/core": "^7.10.4",
"@babel/eslint-shared-fixtures": "^7.10.4",
"dedent": "^0.7.0",
"eslint": "^6.0.1",
"lodash.clonedeep": "^4.5.0"
Expand Down
4 changes: 2 additions & 2 deletions eslint/babel-eslint-plugin-development-internal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/eslint-plugin-development-internal",
"version": "0.0.0",
"version": "7.10.4",
"description": "The Babel Team's ESLint custom rules plugin. Since it's internal, it might not respect semver.",
"main": "lib/index.js",
"repository": {
Expand Down Expand Up @@ -30,7 +30,7 @@
"eslint": ">=6.0.0"
},
"devDependencies": {
"@babel/eslint-shared-fixtures": "*",
"@babel/eslint-shared-fixtures": "^7.10.4",
"eslint": "^6.0.0"
}
}
2 changes: 1 addition & 1 deletion eslint/babel-eslint-plugin-development/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/eslint-plugin-development",
"version": "1.0.1",
"version": "7.10.4",
"description": "ESLint rules that enforce best practices in the development of Babel plugins.",
"private": true,
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions eslint/babel-eslint-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/eslint-plugin",
"version": "0.0.0",
"version": "7.10.4",
"description": "Companion rules for @babel/eslint-parser",
"main": "lib/index.js",
"repository": {
Expand Down Expand Up @@ -33,7 +33,7 @@
"eslint-rule-composer": "^0.3.0"
},
"devDependencies": {
"@babel/eslint-shared-fixtures": "*",
"@babel/eslint-shared-fixtures": "^7.10.4",
"eslint": "^6.0.0",
"lodash.clonedeep": "^4.5.0"
}
Expand Down
30 changes: 15 additions & 15 deletions eslint/babel-eslint-shared-fixtures/package.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
{
"name": "@babel/eslint-shared-fixtures",
"version": "0.0.0",
"version": "7.10.4",
"description": "Shared fixtures for testing @babel/eslint-* packages",
"license": "MIT",
"private": true,
"dependencies": {
"@babel/eslint-parser": "*",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/plugin-proposal-decorators": "^7.1.2",
"@babel/plugin-proposal-do-expressions": "^7.7.4",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.0.0",
"@babel/plugin-proposal-optional-chaining": "^7.0.0",
"@babel/plugin-proposal-pipeline-operator": "^7.0.0",
"@babel/plugin-proposal-private-methods": "^7.7.4",
"@babel/eslint-parser": "^7.10.4",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-proposal-decorators": "^7.10.4",
"@babel/plugin-proposal-do-expressions": "^7.10.4",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.10.4",
"@babel/plugin-proposal-optional-chaining": "^7.10.4",
"@babel/plugin-proposal-pipeline-operator": "^7.10.4",
"@babel/plugin-proposal-private-methods": "^7.10.4",
"@babel/plugin-syntax-bigint": "^7.7.4",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-syntax-export-default-from": "^7.0.0",
"@babel/plugin-syntax-export-default-from": "^7.10.4",
"@babel/plugin-syntax-export-namespace-from": "^7.0.0",
"@babel/plugin-syntax-import-meta": "^7.0.0",
"@babel/plugin-syntax-numeric-separator": "^7.0.0",
"@babel/preset-env": "^7.1.5",
"@babel/preset-flow": "^7.0.0",
"@babel/preset-react": "^7.0.0"
"@babel/plugin-syntax-import-meta": "^7.10.4",
"@babel/plugin-syntax-numeric-separator": "^7.10.4",
"@babel/preset-env": "^7.10.4",
"@babel/preset-flow": "^7.10.4",
"@babel/preset-react": "^7.10.4"
}
}
8 changes: 4 additions & 4 deletions eslint/babel-eslint-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@babel/eslint-tests",
"version": "0.0.0",
"version": "7.10.4",
"description": "Tests for babel/eslint-* packages",
"license": "MIT",
"private": true,
"devDependencies": {
"@babel/eslint-parser": "*",
"@babel/eslint-plugin": "*",
"@babel/eslint-shared-fixtures": "*",
"@babel/eslint-parser": "^7.10.4",
"@babel/eslint-plugin": "^7.10.4",
"@babel/eslint-shared-fixtures": "^7.10.4",
"dedent": "^0.7.0",
"eslint": "^6.0.0",
"eslint-plugin-import": "^2.20.1"
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "7.10.3",
"version": "7.10.4",
"changelog": {
"repo": "babel/babel",
"cacheDir": ".changelog",
Expand Down
6 changes: 3 additions & 3 deletions packages/babel-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/cli",
"version": "7.10.3",
"version": "7.10.4",
"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.3",
"@babel/helper-fixtures": "^7.10.1",
"@babel/core": "^7.10.4",
"@babel/helper-fixtures": "^7.10.4",
"rimraf": "^3.0.0"
},
"bin": {
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-code-frame/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/code-frame",
"version": "7.10.3",
"version": "7.10.4",
"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.3"
"@babel/highlight": "^7.10.4"
},
"devDependencies": {
"chalk": "^2.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-compat-data/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/compat-data",
"version": "7.10.3",
"version": "7.10.4",
"author": "The Babel Team (https://babeljs.io/team)",
"license": "MIT",
"description": "",
Expand Down Expand Up @@ -34,7 +34,7 @@
"semver": "^5.5.0"
},
"devDependencies": {
"@babel/helper-compilation-targets": "^7.10.1",
"@babel/helper-compilation-targets": "^7.10.4",
"caniuse-db": "1.0.30001035",
"electron-to-chromium": "1.3.377",
"lodash": "^4.17.15"
Expand Down
20 changes: 10 additions & 10 deletions packages/babel-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/core",
"version": "7.10.3",
"version": "7.10.4",
"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.3",
"@babel/generator": "^7.10.3",
"@babel/helper-module-transforms": "^7.10.1",
"@babel/helpers": "^7.10.1",
"@babel/parser": "^7.10.3",
"@babel/template": "^7.10.3",
"@babel/traverse": "^7.10.3",
"@babel/types": "^7.10.3",
"@babel/code-frame": "^7.10.4",
"@babel/generator": "^7.10.4",
"@babel/helper-module-transforms": "^7.10.4",
"@babel/helpers": "^7.10.4",
"@babel/parser": "^7.10.4",
"@babel/template": "^7.10.4",
"@babel/traverse": "^7.10.4",
"@babel/types": "^7.10.4",
"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.3"
"@babel/helper-transform-fixture-test-runner": "^7.10.4"
}
}
8 changes: 4 additions & 4 deletions packages/babel-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/generator",
"version": "7.10.3",
"version": "7.10.4",
"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.3",
"@babel/types": "^7.10.4",
"jsesc": "^2.5.1",
"lodash": "^4.17.13",
"source-map": "^0.5.0"
},
"devDependencies": {
"@babel/helper-fixtures": "^7.10.1",
"@babel/parser": "^7.10.3"
"@babel/helper-fixtures": "^7.10.4",
"@babel/parser": "^7.10.4"
}
}
4 changes: 2 additions & 2 deletions packages/babel-helper-annotate-as-pure/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-annotate-as-pure",
"version": "7.10.1",
"version": "7.10.4",
"description": "Helper function to annotate paths and nodes with #__PURE__ comment",
"repository": {
"type": "git",
Expand All @@ -13,6 +13,6 @@
},
"main": "lib/index.js",
"dependencies": {
"@babel/types": "^7.10.1"
"@babel/types": "^7.10.4"
}
}
6 changes: 3 additions & 3 deletions packages/babel-helper-bindify-decorators/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-bindify-decorators",
"version": "7.10.1",
"version": "7.10.4",
"description": "Helper function to bindify decorators",
"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.4",
"@babel/types": "^7.10.4"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-builder-binary-assignment-operator-visitor",
"version": "7.10.3",
"version": "7.10.4",
"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.3",
"@babel/types": "^7.10.3"
"@babel/helper-explode-assignable-expression": "^7.10.4",
"@babel/types": "^7.10.4"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-builder-react-jsx-experimental",
"version": "7.10.1",
"version": "7.10.4",
"description": "Helper function to build react jsx",
"repository": {
"type": "git",
Expand All @@ -13,8 +13,8 @@
},
"main": "lib/index.js",
"dependencies": {
"@babel/helper-annotate-as-pure": "^7.10.1",
"@babel/helper-module-imports": "^7.10.1",
"@babel/types": "^7.10.1"
"@babel/helper-annotate-as-pure": "^7.10.4",
"@babel/helper-module-imports": "^7.10.4",
"@babel/types": "^7.10.4"
}
}
Loading

0 comments on commit 7fd40d8

Please sign in to comment.