Skip to content

Commit

Permalink
v7.12.7
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Dec 2, 2020
1 parent ebd274f commit 4074031
Show file tree
Hide file tree
Showing 21 changed files with 80 additions and 80 deletions.
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.6",
"version": "7.12.7",
"private": true,
"license": "MIT",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion 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.1",
"version": "7.12.7",
"description": "Babel command line.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
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.5",
"version": "7.12.7",
"author": "The Babel Team (https://babeljs.io/team)",
"license": "MIT",
"description": "",
Expand Down
14 changes: 7 additions & 7 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.3",
"version": "7.12.7",
"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.1",
"@babel/generator": "workspace:^7.12.5",
"@babel/helper-module-transforms": "workspace:^7.12.1",
"@babel/helpers": "workspace:^7.12.1",
"@babel/parser": "workspace:^7.12.3",
"@babel/template": "workspace:^7.10.4",
"@babel/traverse": "workspace:^7.12.1",
"@babel/types": "workspace:^7.12.1",
"@babel/helpers": "workspace:^7.12.5",
"@babel/parser": "workspace:^7.12.7",
"@babel/template": "workspace:^7.12.7",
"@babel/traverse": "workspace:^7.12.7",
"@babel/types": "workspace:^7.12.7",
"convert-source-map": "^1.7.0",
"debug": "^4.1.0",
"gensync": "^1.0.0-beta.1",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-create-regexp-features-plugin",
"version": "7.12.1",
"version": "7.12.7",
"author": "The Babel Team (https://babeljs.io/team)",
"license": "MIT",
"description": "Compile ESNext Regular Expressions to ES5",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-member-expression-to-functions",
"version": "7.12.1",
"version": "7.12.7",
"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.1"
"@babel/types": "workspace:^7.12.7"
}
}
4 changes: 2 additions & 2 deletions packages/babel-helper-optimise-call-expression/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-optimise-call-expression",
"version": "7.10.4",
"version": "7.12.7",
"description": "Helper function to optimise call expression",
"repository": {
"type": "git",
Expand All @@ -13,7 +13,7 @@
},
"main": "lib/index.js",
"dependencies": {
"@babel/types": "workspace:^7.10.4"
"@babel/types": "workspace:^7.12.7"
},
"devDependencies": {
"@babel/generator": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/parser",
"version": "7.12.5",
"version": "7.12.7",
"description": "A JavaScript parser",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-proposal-numeric-separator",
"version": "7.12.5",
"version": "7.12.7",
"description": "Remove numeric separators from Decimal, Binary, Hex and Octal literals",
"repository": {
"type": "git",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-proposal-optional-chaining",
"version": "7.12.1",
"version": "7.12.7",
"description": "Transform optional chaining operators into a series of nil checks",
"repository": {
"type": "git",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-react-jsx-development",
"version": "7.12.5",
"version": "7.12.7",
"description": "Turn JSX into React function calls in development",
"repository": {
"type": "git",
Expand All @@ -16,7 +16,7 @@
"babel-plugin"
],
"dependencies": {
"@babel/helper-builder-react-jsx-experimental": "workspace:^7.12.1",
"@babel/helper-builder-react-jsx-experimental": "workspace:^7.12.4",
"@babel/helper-plugin-utils": "workspace:^7.10.4",
"@babel/plugin-syntax-jsx": "workspace:^7.12.1"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-plugin-transform-react-jsx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-react-jsx",
"version": "7.12.5",
"version": "7.12.7",
"description": "Turn JSX into React function calls",
"repository": {
"type": "git",
Expand All @@ -17,7 +17,7 @@
],
"dependencies": {
"@babel/helper-builder-react-jsx": "workspace:^7.10.4",
"@babel/helper-builder-react-jsx-experimental": "workspace:^7.12.1",
"@babel/helper-builder-react-jsx-experimental": "workspace:^7.12.4",
"@babel/helper-plugin-utils": "workspace:^7.10.4",
"@babel/plugin-syntax-jsx": "workspace:^7.12.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-transform-sticky-regex/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-sticky-regex",
"version": "7.12.1",
"version": "7.12.7",
"description": "Compile ES2015 sticky regex to an ES5 RegExp constructor",
"repository": {
"type": "git",
Expand Down
16 changes: 8 additions & 8 deletions packages/babel-preset-env/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/preset-env",
"version": "7.12.1",
"version": "7.12.7",
"description": "A Babel preset for each environment.",
"author": "Henry Zhu <hi@henryzoo.com>",
"homepage": "https://babeljs.io/",
Expand All @@ -15,9 +15,9 @@
},
"main": "lib/index.js",
"dependencies": {
"@babel/compat-data": "workspace:^7.12.1",
"@babel/helper-compilation-targets": "workspace:^7.12.1",
"@babel/helper-module-imports": "workspace:^7.12.1",
"@babel/compat-data": "workspace:^7.12.7",
"@babel/helper-compilation-targets": "workspace:^7.12.5",
"@babel/helper-module-imports": "workspace:^7.12.5",
"@babel/helper-plugin-utils": "workspace:^7.10.4",
"@babel/helper-validator-option": "workspace:^7.12.1",
"@babel/plugin-proposal-async-generator-functions": "workspace:^7.12.1",
Expand All @@ -27,10 +27,10 @@
"@babel/plugin-proposal-json-strings": "workspace:^7.12.1",
"@babel/plugin-proposal-logical-assignment-operators": "workspace:^7.12.1",
"@babel/plugin-proposal-nullish-coalescing-operator": "workspace:^7.12.1",
"@babel/plugin-proposal-numeric-separator": "workspace:^7.12.1",
"@babel/plugin-proposal-numeric-separator": "workspace:^7.12.7",
"@babel/plugin-proposal-object-rest-spread": "workspace:^7.12.1",
"@babel/plugin-proposal-optional-catch-binding": "workspace:^7.12.1",
"@babel/plugin-proposal-optional-chaining": "workspace:^7.12.1",
"@babel/plugin-proposal-optional-chaining": "workspace:^7.12.7",
"@babel/plugin-proposal-private-methods": "workspace:^7.12.1",
"@babel/plugin-proposal-unicode-property-regex": "workspace:^7.12.1",
"@babel/plugin-syntax-async-generators": "^7.8.0",
Expand Down Expand Up @@ -72,13 +72,13 @@
"@babel/plugin-transform-reserved-words": "workspace:^7.12.1",
"@babel/plugin-transform-shorthand-properties": "workspace:^7.12.1",
"@babel/plugin-transform-spread": "workspace:^7.12.1",
"@babel/plugin-transform-sticky-regex": "workspace:^7.12.1",
"@babel/plugin-transform-sticky-regex": "workspace:^7.12.7",
"@babel/plugin-transform-template-literals": "workspace:^7.12.1",
"@babel/plugin-transform-typeof-symbol": "workspace:^7.12.1",
"@babel/plugin-transform-unicode-escapes": "workspace:^7.12.1",
"@babel/plugin-transform-unicode-regex": "workspace:^7.12.1",
"@babel/preset-modules": "^0.1.3",
"@babel/types": "workspace:^7.12.1",
"@babel/types": "workspace:^7.12.7",
"core-js-compat": "^3.7.0",
"semver": "^5.5.0"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/babel-preset-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/preset-react",
"version": "7.12.5",
"version": "7.12.7",
"description": "Babel preset for all React plugins.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
Expand All @@ -17,8 +17,8 @@
"dependencies": {
"@babel/helper-plugin-utils": "workspace:^7.10.4",
"@babel/plugin-transform-react-display-name": "workspace:^7.12.1",
"@babel/plugin-transform-react-jsx": "workspace:^7.12.5",
"@babel/plugin-transform-react-jsx-development": "workspace:^7.12.5",
"@babel/plugin-transform-react-jsx": "workspace:^7.12.7",
"@babel/plugin-transform-react-jsx-development": "workspace:^7.12.7",
"@babel/plugin-transform-react-jsx-self": "workspace:^7.12.1",
"@babel/plugin-transform-react-jsx-source": "workspace:^7.12.1",
"@babel/plugin-transform-react-pure-annotations": "workspace:^7.12.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-preset-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/preset-typescript",
"version": "7.12.1",
"version": "7.12.7",
"description": "Babel preset for TypeScript.",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-standalone/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/standalone",
"version": "7.12.6",
"version": "7.12.7",
"description": "Standalone build of Babel for use in non-Node.js environments.",
"main": "babel.js",
"files": [
Expand Down
6 changes: 3 additions & 3 deletions packages/babel-template/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/template",
"version": "7.10.4",
"version": "7.12.7",
"description": "Generate an AST from a string template.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
Expand All @@ -16,7 +16,7 @@
"main": "lib/index.js",
"dependencies": {
"@babel/code-frame": "workspace:^7.10.4",
"@babel/parser": "workspace:^7.10.4",
"@babel/types": "workspace:^7.10.4"
"@babel/parser": "workspace:^7.12.7",
"@babel/types": "workspace:^7.12.7"
}
}
6 changes: 3 additions & 3 deletions packages/babel-traverse/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/traverse",
"version": "7.12.5",
"version": "7.12.7",
"description": "The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
Expand All @@ -19,8 +19,8 @@
"@babel/generator": "workspace:^7.12.5",
"@babel/helper-function-name": "workspace:^7.10.4",
"@babel/helper-split-export-declaration": "workspace:^7.11.0",
"@babel/parser": "workspace:^7.12.5",
"@babel/types": "workspace:^7.12.5",
"@babel/parser": "workspace:^7.12.7",
"@babel/types": "workspace:^7.12.7",
"debug": "^4.1.0",
"globals": "^11.1.0",
"lodash": "^4.17.19"
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/types",
"version": "7.12.6",
"version": "7.12.7",
"description": "Babel Types is a Lodash-esque utility library for AST nodes",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
Expand Down

0 comments on commit 4074031

Please sign in to comment.