Skip to content

Commit

Permalink
v7.14.6
Browse files Browse the repository at this point in the history
  • Loading branch information
babel-bot committed Jun 14, 2021
1 parent f79e9ff commit 1774e2a
Show file tree
Hide file tree
Showing 12 changed files with 20 additions and 20 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.14.5",
"version": "7.14.6",
"private": true,
"type": "commonjs",
"scripts": {
Expand Down
6 changes: 3 additions & 3 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.14.5",
"version": "7.14.6",
"description": "Babel compiler core.",
"main": "./lib/index.js",
"author": "The Babel Team (https://babel.dev/team)",
Expand Down Expand Up @@ -52,8 +52,8 @@
"@babel/generator": "workspace:^7.14.5",
"@babel/helper-compilation-targets": "workspace:^7.14.5",
"@babel/helper-module-transforms": "condition:BABEL_8_BREAKING ? : workspace:^7.14.5",
"@babel/helpers": "workspace:^7.14.5",
"@babel/parser": "workspace:^7.14.5",
"@babel/helpers": "workspace:^7.14.6",
"@babel/parser": "workspace:^7.14.6",
"@babel/template": "workspace:^7.14.5",
"@babel/traverse": "workspace:^7.14.5",
"@babel/types": "workspace:^7.14.5",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-create-class-features-plugin",
"version": "7.14.5",
"version": "7.14.6",
"author": "The Babel Team (https://babel.dev/team)",
"license": "MIT",
"description": "Compile class public and private fields, private methods and decorators to ES6",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/helpers",
"version": "7.14.5",
"version": "7.14.6",
"description": "Collection of helper functions used by Babel transforms.",
"author": "The Babel Team (https://babel.dev/team)",
"homepage": "https://babel.dev/docs/en/next/babel-helpers",
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.14.5",
"version": "7.14.6",
"description": "A JavaScript parser",
"author": "The Babel Team (https://babel.dev/team)",
"homepage": "https://babel.dev/docs/en/next/babel-parser",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-transform-spread/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-spread",
"version": "7.14.5",
"version": "7.14.6",
"description": "Compile ES2015 spread to ES5",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-plugin-transform-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-typescript",
"version": "7.14.5",
"version": "7.14.6",
"description": "Transform TypeScript into ES.next",
"repository": {
"type": "git",
Expand All @@ -17,7 +17,7 @@
"typescript"
],
"dependencies": {
"@babel/helper-create-class-features-plugin": "workspace:^7.14.5",
"@babel/helper-create-class-features-plugin": "workspace:^7.14.6",
"@babel/helper-plugin-utils": "workspace:^7.14.5",
"@babel/plugin-syntax-typescript": "workspace:^7.14.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-runtime-corejs2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/runtime-corejs2",
"version": "7.14.5",
"version": "7.14.6",
"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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/runtime-corejs3",
"version": "7.14.5",
"version": "7.14.6",
"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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/runtime",
"version": "7.14.5",
"version": "7.14.6",
"description": "babel's modular runtime helpers",
"license": "MIT",
"publishConfig": {
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.14.5",
"version": "7.14.6",
"description": "Standalone build of Babel for use in non-Node.js environments.",
"main": "./babel.js",
"files": [
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,8 @@ __metadata:
"@babel/helper-compilation-targets": "workspace:^7.14.5"
"@babel/helper-module-transforms": "condition:BABEL_8_BREAKING ? : workspace:^7.14.5"
"@babel/helper-transform-fixture-test-runner": "workspace:*"
"@babel/helpers": "workspace:^7.14.5"
"@babel/parser": "workspace:^7.14.5"
"@babel/helpers": "workspace:^7.14.6"
"@babel/parser": "workspace:^7.14.6"
"@babel/plugin-transform-modules-commonjs": "workspace:*"
"@babel/template": "workspace:^7.14.5"
"@babel/traverse": "workspace:^7.14.5"
Expand Down Expand Up @@ -447,7 +447,7 @@ __metadata:
languageName: node
linkType: hard

"@babel/helper-create-class-features-plugin@workspace:^7.14.5, @babel/helper-create-class-features-plugin@workspace:packages/babel-helper-create-class-features-plugin":
"@babel/helper-create-class-features-plugin@workspace:^7.14.5, @babel/helper-create-class-features-plugin@workspace:^7.14.6, @babel/helper-create-class-features-plugin@workspace:packages/babel-helper-create-class-features-plugin":
version: 0.0.0-use.local
resolution: "@babel/helper-create-class-features-plugin@workspace:packages/babel-helper-create-class-features-plugin"
dependencies:
Expand Down Expand Up @@ -903,7 +903,7 @@ __metadata:
languageName: node
linkType: hard

"@babel/helpers@workspace:*, @babel/helpers@workspace:^7.14.5, @babel/helpers@workspace:packages/babel-helpers":
"@babel/helpers@workspace:*, @babel/helpers@workspace:^7.14.6, @babel/helpers@workspace:packages/babel-helpers":
version: 0.0.0-use.local
resolution: "@babel/helpers@workspace:packages/babel-helpers"
dependencies:
Expand Down Expand Up @@ -969,7 +969,7 @@ __metadata:
languageName: node
linkType: hard

"@babel/parser@workspace:*, @babel/parser@workspace:^7.14.5, @babel/parser@workspace:packages/babel-parser":
"@babel/parser@workspace:*, @babel/parser@workspace:^7.14.5, @babel/parser@workspace:^7.14.6, @babel/parser@workspace:packages/babel-parser":
version: 0.0.0-use.local
resolution: "@babel/parser@workspace:packages/babel-parser"
dependencies:
Expand Down Expand Up @@ -3034,7 +3034,7 @@ __metadata:
resolution: "@babel/plugin-transform-typescript@workspace:packages/babel-plugin-transform-typescript"
dependencies:
"@babel/core": "workspace:*"
"@babel/helper-create-class-features-plugin": "workspace:^7.14.5"
"@babel/helper-create-class-features-plugin": "workspace:^7.14.6"
"@babel/helper-plugin-test-runner": "workspace:*"
"@babel/helper-plugin-utils": "workspace:^7.14.5"
"@babel/plugin-syntax-typescript": "workspace:^7.14.5"
Expand Down

0 comments on commit 1774e2a

Please sign in to comment.