Skip to content

Commit

Permalink
v7.13.12
Browse files Browse the repository at this point in the history
  • Loading branch information
babel-bot committed Mar 22, 2021
1 parent 4beca39 commit edb11ba
Show file tree
Hide file tree
Showing 19 changed files with 64 additions and 64 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.13.11",
"version": "7.13.12",
"private": true,
"license": "MIT",
"type": "commonjs",
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.13.11",
"version": "7.13.12",
"author": "The Babel Team (https://babel.dev/team)",
"license": "MIT",
"description": "",
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-helper-define-map/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-define-map",
"version": "7.12.13",
"version": "7.13.12",
"description": "Helper function to define a map",
"repository": {
"type": "git",
Expand All @@ -15,6 +15,6 @@
"main": "lib/index.js",
"dependencies": {
"@babel/helper-function-name": "workspace:^7.12.13",
"@babel/types": "workspace:^7.12.13"
"@babel/types": "workspace:^7.13.12"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-member-expression-to-functions",
"version": "7.13.0",
"version": "7.13.12",
"description": "Helper function to replace certain member expressions with function calls",
"repository": {
"type": "git",
Expand All @@ -15,7 +15,7 @@
"main": "lib/index.js",
"author": "Justin Ridgewell <justin@ridgewell.name>",
"dependencies": {
"@babel/types": "workspace:^7.13.0"
"@babel/types": "workspace:^7.13.12"
},
"devDependencies": {
"@babel/traverse": "workspace:^7.12.17"
Expand Down
4 changes: 2 additions & 2 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.12.13",
"version": "7.13.12",
"description": "Babel helper functions for inserting module loads",
"author": "Logan Smyth <loganfsmyth@gmail.com>",
"homepage": "https://babel.dev/docs/en/next/babel-helper-module-imports",
Expand All @@ -15,7 +15,7 @@
},
"main": "lib/index.js",
"dependencies": {
"@babel/types": "workspace:^7.12.13"
"@babel/types": "workspace:^7.13.12"
},
"devDependencies": {
"@babel/core": "workspace:*",
Expand Down
10 changes: 5 additions & 5 deletions packages/babel-helper-module-transforms/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-module-transforms",
"version": "7.13.0",
"version": "7.13.12",
"description": "Babel helper functions for implementing ES6 module transformations",
"author": "Logan Smyth <loganfsmyth@gmail.com>",
"homepage": "https://babel.dev/docs/en/next/babel-helper-module-transforms",
Expand All @@ -15,13 +15,13 @@
},
"main": "lib/index.js",
"dependencies": {
"@babel/helper-module-imports": "workspace:^7.12.13",
"@babel/helper-replace-supers": "workspace:^7.13.0",
"@babel/helper-simple-access": "workspace:^7.12.13",
"@babel/helper-module-imports": "workspace:^7.13.12",
"@babel/helper-replace-supers": "workspace:^7.13.12",
"@babel/helper-simple-access": "workspace:^7.13.12",
"@babel/helper-split-export-declaration": "workspace:^7.12.13",
"@babel/helper-validator-identifier": "workspace:^7.12.11",
"@babel/template": "workspace:^7.12.13",
"@babel/traverse": "workspace:^7.13.0",
"@babel/types": "workspace:^7.13.0"
"@babel/types": "workspace:^7.13.12"
}
}
6 changes: 3 additions & 3 deletions packages/babel-helper-replace-supers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-replace-supers",
"version": "7.13.0",
"version": "7.13.12",
"description": "Helper function to replace supers",
"repository": {
"type": "git",
Expand All @@ -14,9 +14,9 @@
},
"main": "lib/index.js",
"dependencies": {
"@babel/helper-member-expression-to-functions": "workspace:^7.13.0",
"@babel/helper-member-expression-to-functions": "workspace:^7.13.12",
"@babel/helper-optimise-call-expression": "workspace:^7.12.13",
"@babel/traverse": "workspace:^7.13.0",
"@babel/types": "workspace:^7.13.0"
"@babel/types": "workspace:^7.13.12"
}
}
4 changes: 2 additions & 2 deletions packages/babel-helper-simple-access/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-simple-access",
"version": "7.12.13",
"version": "7.13.12",
"description": "Babel helper for ensuring that access to a given value is performed through simple accesses",
"author": "Logan Smyth <loganfsmyth@gmail.com>",
"homepage": "https://babel.dev/docs/en/next/babel-helper-simple-access",
Expand All @@ -15,7 +15,7 @@
},
"main": "lib/index.js",
"dependencies": {
"@babel/types": "workspace:^7.12.13"
"@babel/types": "workspace:^7.13.12"
},
"devDependencies": {
"@babel/traverse": "workspace:^7.12.17"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-transform-fixture-test-runner",
"version": "7.13.10",
"version": "7.13.12",
"description": "Transform test runner for @babel/helper-fixtures module",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babel.dev/docs/en/next/babel-helper-transform-fixture-test-runner",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/node",
"version": "7.13.10",
"version": "7.13.12",
"description": "Babel command line",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babel.dev/docs/en/next/babel-node",
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.13.11",
"version": "7.13.12",
"description": "A JavaScript parser",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babel.dev/docs/en/next/babel-parser",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining",
"version": "7.13.8",
"version": "7.13.12",
"description": "Transform optional chaining operators to workaround https://crbug.com/v8/11558",
"repository": {
"type": "git",
Expand All @@ -25,7 +25,7 @@
"dependencies": {
"@babel/helper-plugin-utils": "workspace:^7.13.0",
"@babel/helper-skip-transparent-expression-wrappers": "workspace:^7.12.1",
"@babel/plugin-proposal-optional-chaining": "workspace:^7.13.8"
"@babel/plugin-proposal-optional-chaining": "workspace:^7.13.12"
},
"peerDependencies": {
"@babel/core": "^7.13.0"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-proposal-optional-chaining",
"version": "7.13.8",
"version": "7.13.12",
"description": "Transform optional chaining operators into a series of nil checks",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-plugin-transform-proto-to-assign/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-proto-to-assign",
"version": "7.12.13",
"version": "7.13.12",
"description": "Babel plugin for turning __proto__ into a shallow property clone",
"repository": {
"type": "git",
Expand All @@ -17,7 +17,7 @@
"babel-plugin"
],
"dependencies": {
"@babel/helper-plugin-utils": "workspace:^7.12.13"
"@babel/helper-plugin-utils": "workspace:^7.13.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
Expand Down
8 changes: 4 additions & 4 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.17",
"version": "7.13.12",
"description": "Turn JSX into React function calls",
"repository": {
"type": "git",
Expand All @@ -18,10 +18,10 @@
],
"dependencies": {
"@babel/helper-annotate-as-pure": "workspace:^7.12.13",
"@babel/helper-module-imports": "workspace:^7.12.13",
"@babel/helper-plugin-utils": "workspace:^7.12.13",
"@babel/helper-module-imports": "workspace:^7.13.12",
"@babel/helper-plugin-utils": "workspace:^7.13.0",
"@babel/plugin-syntax-jsx": "workspace:^7.12.13",
"@babel/types": "workspace:^7.12.17"
"@babel/types": "workspace:^7.13.12"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
Expand Down
10 changes: 5 additions & 5 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.13.10",
"version": "7.13.12",
"description": "A Babel preset for each environment.",
"author": "Henry Zhu <hi@henryzoo.com>",
"homepage": "https://babel.dev/docs/en/next/babel-preset-env",
Expand All @@ -16,11 +16,11 @@
},
"main": "lib/index.js",
"dependencies": {
"@babel/compat-data": "workspace:^7.13.8",
"@babel/compat-data": "workspace:^7.13.12",
"@babel/helper-compilation-targets": "workspace:^7.13.10",
"@babel/helper-plugin-utils": "workspace:^7.13.0",
"@babel/helper-validator-option": "workspace:^7.12.17",
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "workspace:^7.13.8",
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "workspace:^7.13.12",
"@babel/plugin-proposal-async-generator-functions": "workspace:^7.13.8",
"@babel/plugin-proposal-class-properties": "workspace:^7.13.0",
"@babel/plugin-proposal-dynamic-import": "workspace:^7.13.8",
Expand All @@ -31,7 +31,7 @@
"@babel/plugin-proposal-numeric-separator": "workspace:^7.12.13",
"@babel/plugin-proposal-object-rest-spread": "workspace:^7.13.8",
"@babel/plugin-proposal-optional-catch-binding": "workspace:^7.13.8",
"@babel/plugin-proposal-optional-chaining": "workspace:^7.13.8",
"@babel/plugin-proposal-optional-chaining": "workspace:^7.13.12",
"@babel/plugin-proposal-private-methods": "workspace:^7.13.0",
"@babel/plugin-proposal-unicode-property-regex": "workspace:^7.12.13",
"@babel/plugin-syntax-async-generators": "^7.8.4",
Expand Down Expand Up @@ -79,7 +79,7 @@
"@babel/plugin-transform-unicode-escapes": "workspace:^7.12.13",
"@babel/plugin-transform-unicode-regex": "workspace:^7.12.13",
"@babel/preset-modules": "^0.1.4",
"@babel/types": "workspace:^7.13.0",
"@babel/types": "workspace:^7.13.12",
"babel-plugin-polyfill-corejs2": "^0.1.4",
"babel-plugin-polyfill-corejs3": "^0.1.3",
"babel-plugin-polyfill-regenerator": "^0.1.2",
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.13.11",
"version": "7.13.12",
"description": "Standalone build of Babel for use in non-Node.js environments.",
"main": "babel.js",
"files": [
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.13.0",
"version": "7.13.12",
"description": "Babel Types is a Lodash-esque utility library for AST nodes",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babel.dev/docs/en/next/babel-types",
Expand Down
Loading

0 comments on commit edb11ba

Please sign in to comment.