Skip to content

Commit

Permalink
v7.22.11
Browse files Browse the repository at this point in the history
  • Loading branch information
babel-bot committed Aug 24, 2023
1 parent fb54964 commit 13b1113
Show file tree
Hide file tree
Showing 29 changed files with 29 additions and 29 deletions.
2 changes: 1 addition & 1 deletion eslint/babel-eslint-parser/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/eslint-parser",
"version": "7.22.10",
"version": "7.22.11",
"description": "ESLint parser that allows for linting of experimental syntax transformed by Babel",
"author": "The Babel Team (https://babel.dev/team)",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "babel",
"version": "7.22.10",
"version": "7.22.11",
"version_babel8": "8.0.0-alpha.2",
"private": true,
"type": "commonjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-core/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/core",
"version": "7.22.10",
"version": "7.22.11",
"description": "Babel compiler core.",
"main": "./lib/index.js",
"author": "The Babel Team (https://babel.dev/team)",
Expand Down
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-create-class-features-plugin",
"version": "7.22.10",
"version": "7.22.11",
"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
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-transform-fixture-test-runner",
"version": "7.22.10",
"version": "7.22.11",
"description": "Transform test runner for @babel/helper-fixtures module",
"author": "The Babel Team (https://babel.dev/team)",
"homepage": "https://babel.dev/docs/en/next/babel-helper-transform-fixture-test-runner",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-helpers/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/helpers",
"version": "7.22.10",
"version": "7.22.11",
"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
@@ -1,6 +1,6 @@
{
"name": "@babel/parser",
"version": "7.22.10",
"version": "7.22.11",
"description": "A JavaScript parser",
"author": "The Babel Team (https://babel.dev/team)",
"homepage": "https://babel.dev/docs/en/next/babel-parser",
Expand Down
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-async-generator-functions",
"version": "7.22.10",
"version": "7.22.11",
"description": "Turn async generator functions into ES2015 generators",
"repository": {
"type": "git",
Expand Down
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-class-static-block",
"version": "7.22.5",
"version": "7.22.11",
"description": "Transform class static blocks",
"repository": {
"type": "git",
Expand Down
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-dynamic-import",
"version": "7.22.5",
"version": "7.22.11",
"description": "Transform import() expressions",
"repository": {
"type": "git",
Expand Down
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-export-namespace-from",
"version": "7.22.5",
"version": "7.22.11",
"description": "Compile export namespace to ES2015",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-transform-json-strings/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-json-strings",
"version": "7.22.5",
"version": "7.22.11",
"description": "Escape U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings",
"repository": {
"type": "git",
Expand Down
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-logical-assignment-operators",
"version": "7.22.5",
"version": "7.22.11",
"description": "Transforms logical assignment operators into short-circuited assignments",
"repository": {
"type": "git",
Expand Down
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-modules-commonjs",
"version": "7.22.5",
"version": "7.22.11",
"description": "This plugin transforms ES2015 modules to CommonJS",
"repository": {
"type": "git",
Expand Down
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-modules-systemjs",
"version": "7.22.5",
"version": "7.22.11",
"description": "This plugin transforms ES2015 modules to SystemJS",
"repository": {
"type": "git",
Expand Down
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-nullish-coalescing-operator",
"version": "7.22.5",
"version": "7.22.11",
"description": "Remove nullish coalescing operator",
"repository": {
"type": "git",
Expand Down
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-numeric-separator",
"version": "7.22.5",
"version": "7.22.11",
"description": "Remove numeric separators from Decimal, Binary, Hex and Octal literals",
"repository": {
"type": "git",
Expand Down
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-object-rest-spread",
"version": "7.22.5",
"version": "7.22.11",
"description": "Compile object rest and spread to ES5",
"repository": {
"type": "git",
Expand Down
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-optional-catch-binding",
"version": "7.22.5",
"version": "7.22.11",
"description": "Compile optional catch bindings",
"repository": {
"type": "git",
Expand Down
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-optional-chaining",
"version": "7.22.10",
"version": "7.22.11",
"description": "Transform optional chaining operators into a series of nil checks",
"repository": {
"type": "git",
Expand Down
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-private-property-in-object",
"version": "7.22.5",
"version": "7.22.11",
"description": "This plugin transforms checks for a private property in an object",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-transform-typescript/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-typescript",
"version": "7.22.10",
"version": "7.22.11",
"description": "Transform TypeScript into ES.next",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-preset-typescript/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/preset-typescript",
"version": "7.22.5",
"version": "7.22.11",
"description": "Babel preset for TypeScript.",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-runtime-corejs2/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/runtime-corejs2",
"version": "7.22.10",
"version": "7.22.11",
"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.22.10",
"version": "7.22.11",
"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.22.10",
"version": "7.22.11",
"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.22.10",
"version": "7.22.11",
"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-traverse/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/traverse",
"version": "7.22.10",
"version": "7.22.11",
"description": "The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes",
"author": "The Babel Team (https://babel.dev/team)",
"homepage": "https://babel.dev/docs/en/next/babel-traverse",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-types/package.json
@@ -1,6 +1,6 @@
{
"name": "@babel/types",
"version": "7.22.10",
"version": "7.22.11",
"description": "Babel Types is a Lodash-esque utility library for AST nodes",
"author": "The Babel Team (https://babel.dev/team)",
"homepage": "https://babel.dev/docs/en/next/babel-types",
Expand Down

0 comments on commit 13b1113

Please sign in to comment.