Skip to content

Commit

Permalink
v7.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Oct 15, 2020
1 parent b877726 commit 7f4b838
Show file tree
Hide file tree
Showing 136 changed files with 1,007 additions and 1,007 deletions.
4 changes: 2 additions & 2 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": "7.11.5",
"version": "7.12.1",
"description": "ESLint parser that allows for linting of experimental syntax transformed by Babel",
"author": "The Babel Team (https://babeljs.io/team)",
"license": "MIT",
Expand Down Expand Up @@ -35,7 +35,7 @@
"semver": "^6.3.0"
},
"devDependencies": {
"@babel/core": "workspace:*",
"@babel/core": "workspace:^7.12.1",
"dedent": "^0.7.0",
"eslint": "^7.5.0",
"lodash.clonedeep": "^4.5.0"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/eslint-plugin-development-internal",
"version": "7.11.3",
"version": "7.12.1",
"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
2 changes: 1 addition & 1 deletion 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": "7.11.5",
"version": "7.12.1",
"description": "Companion rules for @babel/eslint-parser",
"main": "./lib/index.js",
"type": "commonjs",
Expand Down
22 changes: 11 additions & 11 deletions eslint/babel-eslint-shared-fixtures/package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"name": "@babel/eslint-shared-fixtures",
"version": "7.12.0",
"version": "7.12.1",
"description": "Shared fixtures for testing @babel/eslint-* packages",
"license": "MIT",
"private": true,
"dependencies": {
"@babel/core": "workspace:^7.12.0",
"@babel/plugin-proposal-class-properties": "workspace:^7.10.4",
"@babel/plugin-proposal-decorators": "workspace:^7.10.4",
"@babel/plugin-proposal-do-expressions": "workspace:^7.10.4",
"@babel/plugin-proposal-pipeline-operator": "workspace:^7.10.4",
"@babel/plugin-proposal-private-methods": "workspace:^7.10.4",
"@babel/plugin-syntax-export-default-from": "workspace:^7.10.4",
"@babel/preset-env": "workspace:^7.12.0",
"@babel/preset-flow": "workspace:^7.10.4",
"@babel/preset-react": "workspace:^7.10.4"
"@babel/core": "workspace:^7.12.1",
"@babel/plugin-proposal-class-properties": "workspace:^7.12.1",
"@babel/plugin-proposal-decorators": "workspace:^7.12.1",
"@babel/plugin-proposal-do-expressions": "workspace:^7.12.1",
"@babel/plugin-proposal-pipeline-operator": "workspace:^7.12.1",
"@babel/plugin-proposal-private-methods": "workspace:^7.12.1",
"@babel/plugin-syntax-export-default-from": "workspace:^7.12.1",
"@babel/preset-env": "workspace:^7.12.1",
"@babel/preset-flow": "workspace:^7.12.1",
"@babel/preset-react": "workspace:^7.12.1"
}
}
4 changes: 2 additions & 2 deletions eslint/babel-eslint-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@babel/eslint-tests",
"version": "7.11.4",
"version": "7.12.1",
"description": "Tests for babel/eslint-* packages",
"license": "MIT",
"private": true,
"dependencies": {
"@babel/eslint-parser": "workspace:^7.11.4",
"@babel/eslint-parser": "workspace:^7.12.1",
"dedent": "^0.7.0",
"eslint": "^7.5.0",
"eslint-plugin-import": "^2.22.0"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel",
"version": "7.12.0",
"version": "7.12.1",
"private": true,
"license": "MIT",
"scripts": {
Expand Down
4 changes: 2 additions & 2 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.12.0",
"version": "7.12.1",
"description": "Babel command line.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
Expand Down Expand Up @@ -40,7 +40,7 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "workspace:*",
"@babel/core": "workspace:^7.12.1",
"@babel/helper-fixtures": "workspace:*",
"rimraf": "^3.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion 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.12.0",
"version": "7.12.1",
"author": "The Babel Team (https://babeljs.io/team)",
"license": "MIT",
"description": "",
Expand Down
16 changes: 8 additions & 8 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.12.0",
"version": "7.12.1",
"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": "workspace:^7.10.4",
"@babel/generator": "workspace:^7.12.0",
"@babel/helper-module-transforms": "workspace:^7.12.0",
"@babel/helpers": "workspace:^7.10.4",
"@babel/parser": "workspace:^7.12.0",
"@babel/generator": "workspace:^7.12.1",
"@babel/helper-module-transforms": "workspace:^7.12.1",
"@babel/helpers": "workspace:^7.12.1",
"@babel/parser": "workspace:^7.12.1",
"@babel/template": "workspace:^7.10.4",
"@babel/traverse": "workspace:^7.12.0",
"@babel/types": "workspace:^7.12.0",
"@babel/traverse": "workspace:^7.12.1",
"@babel/types": "workspace:^7.12.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": "workspace:*"
"@babel/helper-transform-fixture-test-runner": "workspace:^7.12.1"
}
}
6 changes: 3 additions & 3 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.12.0",
"version": "7.12.1",
"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": "workspace:^7.12.0",
"@babel/types": "workspace:^7.12.1",
"jsesc": "^2.5.1",
"source-map": "^0.5.0"
},
"devDependencies": {
"@babel/helper-fixtures": "workspace:*",
"@babel/parser": "workspace:*"
"@babel/parser": "workspace:^7.12.1"
}
}
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.11.4",
"version": "7.12.1",
"description": "Helper function to bindify decorators",
"repository": {
"type": "git",
Expand All @@ -13,9 +13,9 @@
},
"main": "lib/index.js",
"dependencies": {
"@babel/types": "workspace:^7.10.4"
"@babel/types": "workspace:^7.12.1"
},
"devDependencies": {
"@babel/traverse": "workspace:*"
"@babel/traverse": "workspace:^7.12.1"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-builder-react-jsx-experimental",
"version": "7.12.0",
"version": "7.12.1",
"description": "Helper function to build react jsx",
"repository": {
"type": "git",
Expand All @@ -14,7 +14,7 @@
"main": "lib/index.js",
"dependencies": {
"@babel/helper-annotate-as-pure": "workspace:^7.10.4",
"@babel/helper-module-imports": "workspace:^7.10.4",
"@babel/types": "workspace:^7.12.0"
"@babel/helper-module-imports": "workspace:^7.12.1",
"@babel/types": "workspace:^7.12.1"
}
}
6 changes: 3 additions & 3 deletions packages/babel-helper-call-delegate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-call-delegate",
"version": "7.11.4",
"version": "7.12.1",
"description": "Helper function to call delegate",
"repository": {
"type": "git",
Expand All @@ -14,9 +14,9 @@
"main": "lib/index.js",
"dependencies": {
"@babel/helper-hoist-variables": "workspace:^7.10.4",
"@babel/types": "workspace:^7.10.4"
"@babel/types": "workspace:^7.12.1"
},
"devDependencies": {
"@babel/traverse": "workspace:*"
"@babel/traverse": "workspace:^7.12.1"
}
}
8 changes: 4 additions & 4 deletions packages/babel-helper-compilation-targets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-compilation-targets",
"version": "7.12.0",
"version": "7.12.1",
"author": "The Babel Team (https://babeljs.io/team)",
"license": "MIT",
"description": "Engine compat data used in @babel/preset-env",
Expand All @@ -21,15 +21,15 @@
"babel-plugin"
],
"dependencies": {
"@babel/compat-data": "workspace:^7.12.0",
"@babel/helper-validator-option": "workspace:^7.12.0",
"@babel/compat-data": "workspace:^7.12.1",
"@babel/helper-validator-option": "workspace:^7.12.1",
"browserslist": "^4.12.0",
"semver": "^5.5.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0"
},
"devDependencies": {
"@babel/core": "workspace:*"
"@babel/core": "workspace:^7.12.1"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-create-class-features-plugin",
"version": "7.12.0",
"version": "7.12.1",
"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,16 +19,16 @@
],
"dependencies": {
"@babel/helper-function-name": "workspace:^7.10.4",
"@babel/helper-member-expression-to-functions": "workspace:^7.12.0",
"@babel/helper-member-expression-to-functions": "workspace:^7.12.1",
"@babel/helper-optimise-call-expression": "workspace:^7.10.4",
"@babel/helper-replace-supers": "workspace:^7.12.0",
"@babel/helper-replace-supers": "workspace:^7.12.1",
"@babel/helper-split-export-declaration": "workspace:^7.10.4"
},
"peerDependencies": {
"@babel/core": "^7.0.0"
},
"devDependencies": {
"@babel/core": "workspace:*",
"@babel/core": "workspace:^7.12.1",
"@babel/helper-plugin-test-runner": "workspace:*"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-create-regexp-features-plugin",
"version": "7.12.0",
"version": "7.12.1",
"author": "The Babel Team (https://babeljs.io/team)",
"license": "MIT",
"description": "Compile ESNext Regular Expressions to ES5",
Expand All @@ -26,7 +26,7 @@
"@babel/core": "^7.0.0"
},
"devDependencies": {
"@babel/core": "workspace:*",
"@babel/core": "workspace:^7.12.1",
"@babel/helper-plugin-test-runner": "workspace:*"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-explode-assignable-expression",
"version": "7.11.4",
"version": "7.12.1",
"description": "Helper function to explode an assignable expression",
"repository": {
"type": "git",
Expand All @@ -13,9 +13,9 @@
},
"main": "lib/index.js",
"dependencies": {
"@babel/types": "workspace:^7.10.4"
"@babel/types": "workspace:^7.12.1"
},
"devDependencies": {
"@babel/traverse": "workspace:*"
"@babel/traverse": "workspace:^7.12.1"
}
}
8 changes: 4 additions & 4 deletions packages/babel-helper-explode-class/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-explode-class",
"version": "7.11.4",
"version": "7.12.1",
"description": "Helper function to explode class",
"repository": {
"type": "git",
Expand All @@ -13,10 +13,10 @@
},
"main": "lib/index.js",
"dependencies": {
"@babel/helper-bindify-decorators": "workspace:^7.11.4",
"@babel/types": "workspace:^7.10.4"
"@babel/helper-bindify-decorators": "workspace:^7.12.1",
"@babel/types": "workspace:^7.12.1"
},
"devDependencies": {
"@babel/traverse": "workspace:*"
"@babel/traverse": "workspace:^7.12.1"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-member-expression-to-functions",
"version": "7.12.0",
"version": "7.12.1",
"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": "workspace:^7.12.0"
"@babel/types": "workspace:^7.12.1"
}
}
6 changes: 3 additions & 3 deletions packages/babel-helper-module-imports/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-module-imports",
"version": "7.10.4",
"version": "7.12.1",
"description": "Babel helper functions for inserting module loads",
"author": "Logan Smyth <loganfsmyth@gmail.com>",
"homepage": "https://babeljs.io/",
Expand All @@ -15,9 +15,9 @@
},
"main": "lib/index.js",
"dependencies": {
"@babel/types": "workspace:^7.10.4"
"@babel/types": "workspace:^7.12.1"
},
"devDependencies": {
"@babel/core": "workspace:*"
"@babel/core": "workspace:^7.12.1"
}
}

0 comments on commit 7f4b838

Please sign in to comment.