Skip to content

Commit

Permalink
v7.21.4-esm.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Apr 4, 2023
1 parent fd39b78 commit 48ccc28
Show file tree
Hide file tree
Showing 171 changed files with 1,162 additions and 1,162 deletions.
20 changes: 10 additions & 10 deletions benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@
"@babel-baseline/parser": "npm:@babel/parser@7.18.5",
"@babel-baseline/traverse": "npm:@babel/traverse@7.18.5",
"@babel-baseline/types": "npm:@babel/types@7.18.4",
"@babel/core": "workspace:^",
"@babel/generator": "workspace:^",
"@babel/helper-compilation-targets": "workspace:^",
"@babel/helper-validator-identifier": "workspace:^",
"@babel/parser": "workspace:^",
"@babel/preset-env": "workspace:^",
"@babel/preset-flow": "workspace:^",
"@babel/traverse": "workspace:^",
"@babel/types": "workspace:^",
"@babel/core": "workspace:*",
"@babel/generator": "workspace:*",
"@babel/helper-compilation-targets": "workspace:*",
"@babel/helper-validator-identifier": "workspace:*",
"@babel/parser": "workspace:*",
"@babel/preset-env": "workspace:*",
"@babel/preset-flow": "workspace:*",
"@babel/traverse": "workspace:*",
"@babel/types": "workspace:*",
"benchmark": "^2.1.4"
},
"version": "7.21.4-esm.1"
"version": "7.21.4-esm.2"
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-codemod-object-assign-to-object-spread",
"version": "7.21.4-esm.1",
"version": "7.21.4-esm.2",
"description": "Transforms Object.assign into object spread syntax",
"repository": {
"type": "git",
Expand All @@ -20,11 +20,11 @@
"@babel/plugin-syntax-object-rest-spread": "^7.8.3"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0 || 7.21.4-esm.1"
"@babel/core": "^7.0.0-0 || ^7.21.4-esm.2"
},
"devDependencies": {
"@babel/core": "workspace:^",
"@babel/helper-plugin-test-runner": "workspace:^"
"@babel/core": "workspace:*",
"@babel/helper-plugin-test-runner": "workspace:*"
},
"engines": {
"node": ">=6.9.0"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-codemod-optional-catch-binding",
"version": "7.21.4-esm.1",
"version": "7.21.4-esm.2",
"description": "Remove unused catch bindings",
"repository": {
"type": "git",
Expand All @@ -20,11 +20,11 @@
"@babel/plugin-syntax-optional-catch-binding": "^7.8.3"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0 || 7.21.4-esm.1"
"@babel/core": "^7.0.0-0 || ^7.21.4-esm.2"
},
"devDependencies": {
"@babel/core": "workspace:^",
"@babel/helper-plugin-test-runner": "workspace:^"
"@babel/core": "workspace:*",
"@babel/helper-plugin-test-runner": "workspace:*"
},
"engines": {
"node": ">=6.9.0"
Expand Down
2 changes: 1 addition & 1 deletion eslint/babel-eslint-config-internal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/eslint-config-internal",
"version": "7.21.4-esm.1",
"version": "7.21.4-esm.2",
"description": "The Babel Team's ESLint configuration. Since it's internal, it might not respect semver.",
"private": true,
"main": "./index.js",
Expand Down
4 changes: 2 additions & 2 deletions eslint/babel-eslint-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/eslint-parser",
"version": "7.21.4-esm.1",
"version": "7.21.4-esm.2",
"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 Expand Up @@ -37,7 +37,7 @@
"semver": "condition:BABEL_8_BREAKING ? ^7.3.4 : ^6.3.0"
},
"devDependencies": {
"@babel/core": "workspace:^",
"@babel/core": "workspace:*",
"dedent": "^0.7.0",
"eslint": "^8.22.0"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/eslint-plugin-development-internal",
"version": "7.21.4-esm.1",
"version": "7.21.4-esm.2",
"description": "The Babel Team's ESLint custom rules plugin. Since it's internal, it might not respect semver.",
"main": "./lib/index.cjs",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion eslint/babel-eslint-plugin-development/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/eslint-plugin-development",
"version": "7.21.4-esm.1",
"version": "7.21.4-esm.2",
"description": "ESLint rules that enforce best practices in the development of Babel plugins.",
"keywords": [
"eslint",
Expand Down
2 changes: 1 addition & 1 deletion eslint/babel-eslint-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/eslint-plugin",
"version": "7.21.4-esm.1",
"version": "7.21.4-esm.2",
"description": "Companion rules for @babel/eslint-parser",
"main": "./lib/index.cjs",
"type": "commonjs",
Expand Down
24 changes: 12 additions & 12 deletions eslint/babel-eslint-shared-fixtures/package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"name": "@babel/eslint-shared-fixtures",
"version": "7.21.4-esm.1",
"version": "7.21.4-esm.2",
"description": "Shared fixtures for testing @babel/eslint-* packages",
"private": true,
"dependencies": {
"@babel/core": "workspace:^",
"@babel/eslint-parser": "workspace:^",
"@babel/plugin-proposal-class-properties": "workspace:^",
"@babel/plugin-proposal-decorators": "workspace:^",
"@babel/plugin-proposal-do-expressions": "workspace:^",
"@babel/plugin-proposal-pipeline-operator": "workspace:^",
"@babel/plugin-proposal-private-methods": "workspace:^",
"@babel/plugin-syntax-export-default-from": "workspace:^",
"@babel/preset-env": "workspace:^",
"@babel/preset-flow": "workspace:^",
"@babel/preset-react": "workspace:^",
"@babel/core": "workspace:*",
"@babel/eslint-parser": "workspace:*",
"@babel/plugin-proposal-class-properties": "workspace:*",
"@babel/plugin-proposal-decorators": "workspace:*",
"@babel/plugin-proposal-do-expressions": "workspace:*",
"@babel/plugin-proposal-pipeline-operator": "workspace:*",
"@babel/plugin-proposal-private-methods": "workspace:*",
"@babel/plugin-syntax-export-default-from": "workspace:*",
"@babel/preset-env": "workspace:*",
"@babel/preset-flow": "workspace:*",
"@babel/preset-react": "workspace:*",
"eslint": "^8.22.0"
},
"type": "commonjs"
Expand Down
8 changes: 4 additions & 4 deletions eslint/babel-eslint-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@babel/eslint-tests",
"version": "7.21.4-esm.1",
"version": "7.21.4-esm.2",
"description": "Tests for babel/eslint-* packages",
"private": true,
"dependencies": {
"@babel/core": "workspace:^",
"@babel/eslint-parser": "workspace:^",
"@babel/preset-react": "workspace:^",
"@babel/core": "workspace:*",
"@babel/eslint-parser": "workspace:*",
"@babel/preset-react": "workspace:*",
"dedent": "^0.7.0",
"eslint": "^8.22.0",
"eslint-plugin-import": "^2.25.4",
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel",
"version": "7.21.4-esm.1",
"version": "7.21.4-esm.2",
"private": true,
"type": "commonjs",
"scripts": {
Expand All @@ -21,10 +21,10 @@
"devDependencies": {
"@babel/cli": "^7.21.0",
"@babel/core": "^7.21.0",
"@babel/eslint-config-internal": "workspace:^",
"@babel/eslint-parser": "workspace:^",
"@babel/eslint-plugin-development": "workspace:^",
"@babel/eslint-plugin-development-internal": "workspace:^",
"@babel/eslint-config-internal": "workspace:*",
"@babel/eslint-parser": "workspace:*",
"@babel/eslint-plugin-development": "workspace:*",
"@babel/eslint-plugin-development-internal": "workspace:*",
"@babel/plugin-proposal-dynamic-import": "^7.18.6",
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
Expand Down
8 changes: 4 additions & 4 deletions packages/babel-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/cli",
"version": "7.21.4-esm.1",
"version": "7.21.4-esm.2",
"description": "Babel command line.",
"author": "The Babel Team (https://babel.dev/team)",
"homepage": "https://babel.dev/docs/en/next/babel-cli",
Expand Down Expand Up @@ -37,11 +37,11 @@
"chokidar": "^3.4.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0 || 7.21.4-esm.1"
"@babel/core": "^7.0.0-0 || ^7.21.4-esm.2"
},
"devDependencies": {
"@babel/core": "workspace:^",
"@babel/helper-fixtures": "workspace:^",
"@babel/core": "workspace:*",
"@babel/helper-fixtures": "workspace:*",
"@types/fs-readdir-recursive": "^1.1.0",
"@types/glob": "^7.2.0",
"rimraf": "^3.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-code-frame/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/code-frame",
"version": "7.21.4-esm.1",
"version": "7.21.4-esm.2",
"description": "Generate errors that contain a code frame that point to source locations.",
"author": "The Babel Team (https://babel.dev/team)",
"homepage": "https://babel.dev/docs/en/next/babel-code-frame",
Expand All @@ -16,7 +16,7 @@
},
"main": "./lib/index.js",
"dependencies": {
"@babel/highlight": "workspace:^"
"@babel/highlight": "workspace:*"
},
"devDependencies": {
"strip-ansi": "^4.0.0"
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.21.4-esm.1",
"version": "7.21.4-esm.2",
"author": "The Babel Team (https://babel.dev/team)",
"license": "MIT",
"description": "",
Expand Down
32 changes: 16 additions & 16 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.21.4-esm.1",
"version": "7.21.4-esm.2",
"description": "Babel compiler core.",
"main": "./lib/index.js",
"author": "The Babel Team (https://babel.dev/team)",
Expand Down Expand Up @@ -47,28 +47,28 @@
},
"dependencies": {
"@ampproject/remapping": "^2.2.0",
"@babel/code-frame": "workspace:^",
"@babel/generator": "workspace:^",
"@babel/helper-compilation-targets": "workspace:^",
"@babel/helper-module-transforms": "workspace:^",
"@babel/helpers": "workspace:^",
"@babel/parser": "workspace:^",
"@babel/template": "workspace:^",
"@babel/traverse": "workspace:^",
"@babel/types": "workspace:^",
"@babel/code-frame": "workspace:*",
"@babel/generator": "workspace:*",
"@babel/helper-compilation-targets": "workspace:*",
"@babel/helper-module-transforms": "workspace:*",
"@babel/helpers": "workspace:*",
"@babel/parser": "workspace:*",
"@babel/template": "workspace:*",
"@babel/traverse": "workspace:*",
"@babel/types": "workspace:*",
"convert-source-map": "^1.7.0",
"debug": "^4.1.0",
"gensync": "^1.0.0-beta.2",
"json5": "^2.2.2",
"semver": "condition:BABEL_8_BREAKING ? ^7.3.4 : ^6.3.0"
},
"devDependencies": {
"@babel/helper-transform-fixture-test-runner": "workspace:^",
"@babel/plugin-syntax-flow": "workspace:^",
"@babel/plugin-transform-flow-strip-types": "workspace:^",
"@babel/plugin-transform-modules-commonjs": "workspace:^",
"@babel/preset-env": "workspace:^",
"@babel/preset-typescript": "workspace:^",
"@babel/helper-transform-fixture-test-runner": "workspace:*",
"@babel/plugin-syntax-flow": "workspace:*",
"@babel/plugin-transform-flow-strip-types": "workspace:*",
"@babel/plugin-transform-modules-commonjs": "workspace:*",
"@babel/preset-env": "workspace:*",
"@babel/preset-typescript": "workspace:*",
"@jridgewell/trace-mapping": "^0.3.17",
"@types/convert-source-map": "^1.5.1",
"@types/debug": "^4.1.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/babel-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/generator",
"version": "7.21.4-esm.1",
"version": "7.21.4-esm.2",
"description": "Turns an AST into code.",
"author": "The Babel Team (https://babel.dev/team)",
"license": "MIT",
Expand All @@ -19,14 +19,14 @@
"lib"
],
"dependencies": {
"@babel/types": "workspace:^",
"@babel/types": "workspace:*",
"@jridgewell/gen-mapping": "^0.3.2",
"@jridgewell/trace-mapping": "^0.3.17",
"jsesc": "condition: BABEL_8_BREAKING ? ^3.0.2 : ^2.5.1"
},
"devDependencies": {
"@babel/helper-fixtures": "workspace:^",
"@babel/parser": "workspace:^",
"@babel/helper-fixtures": "workspace:*",
"@babel/parser": "workspace:*",
"@types/jsesc": "^2.5.0",
"charcodes": "^0.2.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-helper-annotate-as-pure/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-annotate-as-pure",
"version": "7.21.4-esm.1",
"version": "7.21.4-esm.2",
"description": "Helper function to annotate paths and nodes with #__PURE__ comment",
"repository": {
"type": "git",
Expand All @@ -14,7 +14,7 @@
},
"main": "./lib/index.js",
"dependencies": {
"@babel/types": "workspace:^"
"@babel/types": "workspace:*"
},
"engines": {
"node": ">=6.9.0"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-builder-binary-assignment-operator-visitor",
"version": "7.21.4-esm.1",
"version": "7.21.4-esm.2",
"description": "Helper function to build binary assignment operator visitors",
"repository": {
"type": "git",
Expand All @@ -14,8 +14,8 @@
},
"main": "./lib/index.js",
"dependencies": {
"@babel/helper-explode-assignable-expression": "workspace:^",
"@babel/types": "workspace:^"
"@babel/helper-explode-assignable-expression": "workspace:*",
"@babel/types": "workspace:*"
},
"engines": {
"node": ">=6.9.0"
Expand Down
10 changes: 5 additions & 5 deletions packages/babel-helper-builder-react-jsx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-builder-react-jsx",
"version": "7.21.4-esm.1",
"version": "7.21.4-esm.2",
"description": "Helper function to build react jsx",
"repository": {
"type": "git",
Expand All @@ -14,12 +14,12 @@
},
"main": "./lib/index.js",
"dependencies": {
"@babel/helper-annotate-as-pure": "workspace:^",
"@babel/types": "workspace:^"
"@babel/helper-annotate-as-pure": "workspace:*",
"@babel/types": "workspace:*"
},
"devDependencies": {
"@babel/core": "workspace:^",
"@babel/traverse": "workspace:^"
"@babel/core": "workspace:*",
"@babel/traverse": "workspace:*"
},
"engines": {
"node": ">=6.9.0"
Expand Down

0 comments on commit 48ccc28

Please sign in to comment.