Skip to content

Commit

Permalink
v7.12.5
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Nov 3, 2020
1 parent f4edf62 commit a41da05
Show file tree
Hide file tree
Showing 19 changed files with 49 additions and 49 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "babel",
"version": "7.12.4",
"version": "7.12.5",
"private": true,
"license": "MIT",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-compat-data/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/compat-data",
"version": "7.12.1",
"version": "7.12.5",
"author": "The Babel Team (https://babeljs.io/team)",
"license": "MIT",
"description": "",
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-generator/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/generator",
"version": "7.12.1",
"version": "7.12.5",
"description": "Turns an AST into code.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
Expand All @@ -18,7 +18,7 @@
"lib"
],
"dependencies": {
"@babel/types": "workspace:^7.12.1",
"@babel/types": "workspace:^7.12.5",
"jsesc": "^2.5.1",
"source-map": "^0.5.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-helper-compilation-targets/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-compilation-targets",
"version": "7.12.1",
"version": "7.12.5",
"author": "The Babel Team (https://babeljs.io/team)",
"license": "MIT",
"description": "Engine compat data used in @babel/preset-env",
Expand All @@ -21,7 +21,7 @@
"babel-plugin"
],
"dependencies": {
"@babel/compat-data": "workspace:^7.12.1",
"@babel/compat-data": "workspace:^7.12.5",
"@babel/helper-validator-option": "workspace:^7.12.1",
"browserslist": "^4.14.5",
"semver": "^5.5.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-helper-module-imports/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-module-imports",
"version": "7.12.1",
"version": "7.12.5",
"description": "Babel helper functions for inserting module loads",
"author": "Logan Smyth <loganfsmyth@gmail.com>",
"homepage": "https://babeljs.io/",
Expand All @@ -15,7 +15,7 @@
},
"main": "lib/index.js",
"dependencies": {
"@babel/types": "workspace:^7.12.1"
"@babel/types": "workspace:^7.12.5"
},
"devDependencies": {
"@babel/core": "workspace:*"
Expand Down
6 changes: 3 additions & 3 deletions packages/babel-helper-replace-supers/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-replace-supers",
"version": "7.12.1",
"version": "7.12.5",
"description": "Helper function to replace supers",
"repository": {
"type": "git",
Expand All @@ -15,7 +15,7 @@
"dependencies": {
"@babel/helper-member-expression-to-functions": "workspace:^7.12.1",
"@babel/helper-optimise-call-expression": "workspace:^7.10.4",
"@babel/traverse": "workspace:^7.12.1",
"@babel/types": "workspace:^7.12.1"
"@babel/traverse": "workspace:^7.12.5",
"@babel/types": "workspace:^7.12.5"
}
}
6 changes: 3 additions & 3 deletions packages/babel-helpers/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/helpers",
"version": "7.12.1",
"version": "7.12.5",
"description": "Collection of helper functions used by Babel transforms.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
Expand All @@ -16,8 +16,8 @@
"main": "lib/index.js",
"dependencies": {
"@babel/template": "workspace:^7.10.4",
"@babel/traverse": "workspace:^7.12.1",
"@babel/types": "workspace:^7.12.1"
"@babel/traverse": "workspace:^7.12.5",
"@babel/types": "workspace:^7.12.5"
},
"devDependencies": {
"@babel/helper-plugin-test-runner": "workspace:*"
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-parser/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/parser",
"version": "7.12.3",
"version": "7.12.5",
"description": "A JavaScript parser",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
Expand Down
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-proposal-numeric-separator",
"version": "7.12.1",
"version": "7.12.5",
"description": "Remove numeric separators from Decimal, Binary, Hex and Octal literals",
"repository": {
"type": "git",
Expand Down
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-react-jsx-development",
"version": "7.12.1",
"version": "7.12.5",
"description": "Turn JSX into React function calls in development",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-transform-react-jsx/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-react-jsx",
"version": "7.12.1",
"version": "7.12.5",
"description": "Turn JSX into React function calls",
"repository": {
"type": "git",
Expand Down
6 changes: 3 additions & 3 deletions packages/babel-preset-react/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/preset-react",
"version": "7.12.1",
"version": "7.12.5",
"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.1",
"@babel/plugin-transform-react-jsx-development": "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-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-runtime-corejs2/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/runtime-corejs2",
"version": "7.12.1",
"version": "7.12.5",
"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.12.1",
"version": "7.12.5",
"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.12.1",
"version": "7.12.5",
"description": "babel's modular runtime helpers",
"license": "MIT",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-standalone/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/standalone",
"version": "7.12.4",
"version": "7.12.5",
"description": "Standalone build of Babel for use in non-Node.js environments.",
"main": "babel.js",
"files": [
Expand Down
8 changes: 4 additions & 4 deletions packages/babel-traverse/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/traverse",
"version": "7.12.1",
"version": "7.12.5",
"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 @@ -16,11 +16,11 @@
"main": "lib/index.js",
"dependencies": {
"@babel/code-frame": "workspace:^7.10.4",
"@babel/generator": "workspace:^7.12.1",
"@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.1",
"@babel/types": "workspace:^7.12.1",
"@babel/parser": "workspace:^7.12.5",
"@babel/types": "workspace:^7.12.5",
"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
@@ -1,6 +1,6 @@
{
"name": "@babel/types",
"version": "7.12.1",
"version": "7.12.5",
"description": "Babel Types is a Lodash-esque utility library for AST nodes",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
Expand Down
38 changes: 19 additions & 19 deletions yarn.lock
Expand Up @@ -89,7 +89,7 @@ __metadata:
languageName: node
linkType: hard

"@babel/compat-data@workspace:^7.12.1, @babel/compat-data@workspace:packages/babel-compat-data":
"@babel/compat-data@workspace:^7.12.1, @babel/compat-data@workspace:^7.12.5, @babel/compat-data@workspace:packages/babel-compat-data":
version: 0.0.0-use.local
resolution: "@babel/compat-data@workspace:packages/babel-compat-data"
dependencies:
Expand Down Expand Up @@ -244,13 +244,13 @@ __metadata:
languageName: node
linkType: hard

"@babel/generator@workspace:*, @babel/generator@workspace:^7.12.1, @babel/generator@workspace:packages/babel-generator":
"@babel/generator@workspace:*, @babel/generator@workspace:^7.12.1, @babel/generator@workspace:^7.12.5, @babel/generator@workspace:packages/babel-generator":
version: 0.0.0-use.local
resolution: "@babel/generator@workspace:packages/babel-generator"
dependencies:
"@babel/helper-fixtures": "workspace:*"
"@babel/parser": "workspace:*"
"@babel/types": "workspace:^7.12.1"
"@babel/types": "workspace:^7.12.5"
jsesc: ^2.5.1
source-map: ^0.5.0
languageName: unknown
Expand Down Expand Up @@ -348,7 +348,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@babel/helper-compilation-targets@workspace:packages/babel-helper-compilation-targets"
dependencies:
"@babel/compat-data": "workspace:^7.12.1"
"@babel/compat-data": "workspace:^7.12.5"
"@babel/core": "workspace:*"
"@babel/helper-validator-option": "workspace:^7.12.1"
browserslist: ^4.14.5
Expand Down Expand Up @@ -561,7 +561,7 @@ __metadata:
resolution: "@babel/helper-module-imports@workspace:packages/babel-helper-module-imports"
dependencies:
"@babel/core": "workspace:*"
"@babel/types": "workspace:^7.12.1"
"@babel/types": "workspace:^7.12.5"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -694,8 +694,8 @@ __metadata:
dependencies:
"@babel/helper-member-expression-to-functions": "workspace:^7.12.1"
"@babel/helper-optimise-call-expression": "workspace:^7.10.4"
"@babel/traverse": "workspace:^7.12.1"
"@babel/types": "workspace:^7.12.1"
"@babel/traverse": "workspace:^7.12.5"
"@babel/types": "workspace:^7.12.5"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -838,8 +838,8 @@ __metadata:
dependencies:
"@babel/helper-plugin-test-runner": "workspace:*"
"@babel/template": "workspace:^7.10.4"
"@babel/traverse": "workspace:^7.12.1"
"@babel/types": "workspace:^7.12.1"
"@babel/traverse": "workspace:^7.12.5"
"@babel/types": "workspace:^7.12.5"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -899,7 +899,7 @@ __metadata:
languageName: node
linkType: hard

"@babel/parser@workspace:*, @babel/parser@workspace:^7.10.4, @babel/parser@workspace:^7.12.1, @babel/parser@workspace:^7.12.3, @babel/parser@workspace:packages/babel-parser":
"@babel/parser@workspace:*, @babel/parser@workspace:^7.10.4, @babel/parser@workspace:^7.12.3, @babel/parser@workspace:^7.12.5, @babel/parser@workspace:packages/babel-parser":
version: 0.0.0-use.local
resolution: "@babel/parser@workspace:packages/babel-parser"
dependencies:
Expand Down Expand Up @@ -2518,7 +2518,7 @@ __metadata:
languageName: unknown
linkType: soft

"@babel/plugin-transform-react-jsx-development@workspace:*, @babel/plugin-transform-react-jsx-development@workspace:^7.12.1, @babel/plugin-transform-react-jsx-development@workspace:packages/babel-plugin-transform-react-jsx-development":
"@babel/plugin-transform-react-jsx-development@workspace:*, @babel/plugin-transform-react-jsx-development@workspace:^7.12.5, @babel/plugin-transform-react-jsx-development@workspace:packages/babel-plugin-transform-react-jsx-development":
version: 0.0.0-use.local
resolution: "@babel/plugin-transform-react-jsx-development@workspace:packages/babel-plugin-transform-react-jsx-development"
dependencies:
Expand Down Expand Up @@ -2558,7 +2558,7 @@ __metadata:
languageName: unknown
linkType: soft

"@babel/plugin-transform-react-jsx@workspace:*, @babel/plugin-transform-react-jsx@workspace:^7.12.1, @babel/plugin-transform-react-jsx@workspace:packages/babel-plugin-transform-react-jsx":
"@babel/plugin-transform-react-jsx@workspace:*, @babel/plugin-transform-react-jsx@workspace:^7.12.5, @babel/plugin-transform-react-jsx@workspace:packages/babel-plugin-transform-react-jsx":
version: 0.0.0-use.local
resolution: "@babel/plugin-transform-react-jsx@workspace:packages/babel-plugin-transform-react-jsx"
dependencies:
Expand Down Expand Up @@ -3082,8 +3082,8 @@ __metadata:
"@babel/helper-plugin-test-runner": "workspace:*"
"@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.1"
"@babel/plugin-transform-react-jsx-development": "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-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 Expand Up @@ -3327,17 +3327,17 @@ __metadata:
languageName: node
linkType: hard

"@babel/traverse@workspace:*, @babel/traverse@workspace:^7.10.4, @babel/traverse@workspace:^7.12.1, @babel/traverse@workspace:packages/babel-traverse":
"@babel/traverse@workspace:*, @babel/traverse@workspace:^7.10.4, @babel/traverse@workspace:^7.12.1, @babel/traverse@workspace:^7.12.5, @babel/traverse@workspace:packages/babel-traverse":
version: 0.0.0-use.local
resolution: "@babel/traverse@workspace:packages/babel-traverse"
dependencies:
"@babel/code-frame": "workspace:^7.10.4"
"@babel/generator": "workspace:^7.12.1"
"@babel/generator": "workspace:^7.12.5"
"@babel/helper-function-name": "workspace:^7.10.4"
"@babel/helper-plugin-test-runner": "workspace:*"
"@babel/helper-split-export-declaration": "workspace:^7.11.0"
"@babel/parser": "workspace:^7.12.1"
"@babel/types": "workspace:^7.12.1"
"@babel/parser": "workspace:^7.12.5"
"@babel/types": "workspace:^7.12.5"
debug: ^4.1.0
globals: ^11.1.0
lodash: ^4.17.19
Expand All @@ -3355,7 +3355,7 @@ __metadata:
languageName: node
linkType: hard

"@babel/types@workspace:*, @babel/types@workspace:^7.10.4, @babel/types@workspace:^7.10.5, @babel/types@workspace:^7.11.0, @babel/types@workspace:^7.12.1, @babel/types@workspace:packages/babel-types":
"@babel/types@workspace:*, @babel/types@workspace:^7.10.4, @babel/types@workspace:^7.10.5, @babel/types@workspace:^7.11.0, @babel/types@workspace:^7.12.1, @babel/types@workspace:^7.12.5, @babel/types@workspace:packages/babel-types":
version: 0.0.0-use.local
resolution: "@babel/types@workspace:packages/babel-types"
dependencies:
Expand Down

0 comments on commit a41da05

Please sign in to comment.