diff --git a/package.json b/package.json index 60452dc782..25fe9f51b3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "babel", - "version": "7.13.12", + "version": "7.13.13", "private": true, "license": "MIT", "type": "commonjs", diff --git a/packages/babel-core/package.json b/packages/babel-core/package.json index 3d6bafb157..a7f061d2e0 100644 --- a/packages/babel-core/package.json +++ b/packages/babel-core/package.json @@ -1,6 +1,6 @@ { "name": "@babel/core", - "version": "7.13.10", + "version": "7.13.13", "description": "Babel compiler core.", "main": "lib/index.js", "author": "Sebastian McKenzie ", @@ -49,13 +49,13 @@ "dependencies": { "@babel/code-frame": "workspace:^7.12.13", "@babel/generator": "workspace:^7.13.9", - "@babel/helper-compilation-targets": "workspace:^7.13.10", - "@babel/helper-module-transforms": "workspace:^7.13.0", + "@babel/helper-compilation-targets": "workspace:^7.13.13", + "@babel/helper-module-transforms": "workspace:^7.13.12", "@babel/helpers": "workspace:^7.13.10", - "@babel/parser": "workspace:^7.13.10", + "@babel/parser": "workspace:^7.13.13", "@babel/template": "workspace:^7.12.13", - "@babel/traverse": "workspace:^7.13.0", - "@babel/types": "workspace:^7.13.0", + "@babel/traverse": "workspace:^7.13.13", + "@babel/types": "workspace:^7.13.13", "convert-source-map": "^1.7.0", "debug": "^4.1.0", "escape-string-regexp": "condition:BABEL_8_BREAKING ? ^4.0.0 : ", diff --git a/packages/babel-helper-compilation-targets/package.json b/packages/babel-helper-compilation-targets/package.json index e6910e75f6..22d132916e 100644 --- a/packages/babel-helper-compilation-targets/package.json +++ b/packages/babel-helper-compilation-targets/package.json @@ -1,6 +1,6 @@ { "name": "@babel/helper-compilation-targets", - "version": "7.13.10", + "version": "7.13.13", "author": "The Babel Team (https://babel.dev/team)", "license": "MIT", "description": "Engine compat data used in @babel/preset-env", @@ -21,7 +21,7 @@ "babel-plugin" ], "dependencies": { - "@babel/compat-data": "workspace:^7.13.8", + "@babel/compat-data": "workspace:^7.13.12", "@babel/helper-validator-option": "workspace:^7.12.17", "browserslist": "^4.14.5", "semver": "condition:BABEL_8_BREAKING ? ^7.3.4 : ^6.3.0" diff --git a/packages/babel-helper-fixtures/package.json b/packages/babel-helper-fixtures/package.json index 6f1ace3826..2e0765b295 100644 --- a/packages/babel-helper-fixtures/package.json +++ b/packages/babel-helper-fixtures/package.json @@ -1,6 +1,6 @@ { "name": "@babel/helper-fixtures", - "version": "7.13.10", + "version": "7.13.13", "description": "Helper function to support fixtures", "author": "Sebastian McKenzie ", "license": "MIT", diff --git a/packages/babel-node/package.json b/packages/babel-node/package.json index 682b823607..e880d37e1a 100644 --- a/packages/babel-node/package.json +++ b/packages/babel-node/package.json @@ -1,6 +1,6 @@ { "name": "@babel/node", - "version": "7.13.12", + "version": "7.13.13", "description": "Babel command line", "author": "Sebastian McKenzie ", "homepage": "https://babel.dev/docs/en/next/babel-node", diff --git a/packages/babel-parser/package.json b/packages/babel-parser/package.json index 738199deb1..aa8caf59be 100644 --- a/packages/babel-parser/package.json +++ b/packages/babel-parser/package.json @@ -1,6 +1,6 @@ { "name": "@babel/parser", - "version": "7.13.12", + "version": "7.13.13", "description": "A JavaScript parser", "author": "Sebastian McKenzie ", "homepage": "https://babel.dev/docs/en/next/babel-parser", diff --git a/packages/babel-plugin-transform-react-constant-elements/package.json b/packages/babel-plugin-transform-react-constant-elements/package.json index 7b6ee738a9..d7adc1258d 100644 --- a/packages/babel-plugin-transform-react-constant-elements/package.json +++ b/packages/babel-plugin-transform-react-constant-elements/package.json @@ -1,6 +1,6 @@ { "name": "@babel/plugin-transform-react-constant-elements", - "version": "7.13.10", + "version": "7.13.13", "description": "Treat React JSX elements as value types and hoist them to the highest scope", "repository": { "type": "git", diff --git a/packages/babel-preset-flow/package.json b/packages/babel-preset-flow/package.json index fb61dea3b5..9bd197296a 100644 --- a/packages/babel-preset-flow/package.json +++ b/packages/babel-preset-flow/package.json @@ -1,6 +1,6 @@ { "name": "@babel/preset-flow", - "version": "7.12.13", + "version": "7.13.13", "description": "Babel preset for all Flow plugins.", "author": "James Kyle ", "repository": { @@ -20,9 +20,9 @@ "types" ], "dependencies": { - "@babel/helper-plugin-utils": "workspace:^7.12.13", - "@babel/helper-validator-option": "workspace:^7.12.11", - "@babel/plugin-transform-flow-strip-types": "workspace:^7.12.13" + "@babel/helper-plugin-utils": "workspace:^7.13.0", + "@babel/helper-validator-option": "workspace:^7.12.17", + "@babel/plugin-transform-flow-strip-types": "workspace:^7.13.0" }, "peerDependencies": { "@babel/core": "^7.0.0-0" diff --git a/packages/babel-preset-react/package.json b/packages/babel-preset-react/package.json index cdfb5b8e75..0f66bcdfc4 100644 --- a/packages/babel-preset-react/package.json +++ b/packages/babel-preset-react/package.json @@ -1,6 +1,6 @@ { "name": "@babel/preset-react", - "version": "7.12.13", + "version": "7.13.13", "description": "Babel preset for all React plugins.", "author": "Sebastian McKenzie ", "homepage": "https://babel.dev/docs/en/next/babel-preset-react", @@ -16,11 +16,11 @@ }, "main": "lib/index.js", "dependencies": { - "@babel/helper-plugin-utils": "workspace:^7.12.13", + "@babel/helper-plugin-utils": "workspace:^7.13.0", "@babel/helper-validator-option": "workspace:^7.12.17", "@babel/plugin-transform-react-display-name": "workspace:^7.12.13", - "@babel/plugin-transform-react-jsx": "workspace:^7.12.13", - "@babel/plugin-transform-react-jsx-development": "workspace:^7.12.12", + "@babel/plugin-transform-react-jsx": "workspace:^7.13.12", + "@babel/plugin-transform-react-jsx-development": "workspace:^7.12.17", "@babel/plugin-transform-react-pure-annotations": "workspace:^7.12.1" }, "peerDependencies": { diff --git a/packages/babel-standalone/package.json b/packages/babel-standalone/package.json index dbccb36123..57777c648c 100644 --- a/packages/babel-standalone/package.json +++ b/packages/babel-standalone/package.json @@ -1,6 +1,6 @@ { "name": "@babel/standalone", - "version": "7.13.12", + "version": "7.13.13", "description": "Standalone build of Babel for use in non-Node.js environments.", "main": "babel.js", "files": [ diff --git a/packages/babel-traverse/package.json b/packages/babel-traverse/package.json index 789753bd73..1ce31ae23f 100644 --- a/packages/babel-traverse/package.json +++ b/packages/babel-traverse/package.json @@ -1,6 +1,6 @@ { "name": "@babel/traverse", - "version": "7.13.0", + "version": "7.13.13", "description": "The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes", "author": "Sebastian McKenzie ", "homepage": "https://babel.dev/docs/en/next/babel-traverse", @@ -17,11 +17,11 @@ "main": "lib/index.js", "dependencies": { "@babel/code-frame": "workspace:^7.12.13", - "@babel/generator": "workspace:^7.13.0", + "@babel/generator": "workspace:^7.13.9", "@babel/helper-function-name": "workspace:^7.12.13", "@babel/helper-split-export-declaration": "workspace:^7.12.13", - "@babel/parser": "workspace:^7.13.0", - "@babel/types": "workspace:^7.13.0", + "@babel/parser": "workspace:^7.13.13", + "@babel/types": "workspace:^7.13.13", "debug": "^4.1.0", "globals": "condition:BABEL_8_BREAKING ? ^13.5.0 : ^11.1.0" }, diff --git a/packages/babel-types/package.json b/packages/babel-types/package.json index a2d1237885..3f9e2dafbc 100644 --- a/packages/babel-types/package.json +++ b/packages/babel-types/package.json @@ -1,6 +1,6 @@ { "name": "@babel/types", - "version": "7.13.12", + "version": "7.13.13", "description": "Babel Types is a Lodash-esque utility library for AST nodes", "author": "Sebastian McKenzie ", "homepage": "https://babel.dev/docs/en/next/babel-types", diff --git a/yarn.lock b/yarn.lock index b468428e1d..9a59e3ad1c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -203,14 +203,14 @@ __metadata: dependencies: "@babel/code-frame": "workspace:^7.12.13" "@babel/generator": "workspace:^7.13.9" - "@babel/helper-compilation-targets": "workspace:^7.13.10" - "@babel/helper-module-transforms": "workspace:^7.13.0" + "@babel/helper-compilation-targets": "workspace:^7.13.13" + "@babel/helper-module-transforms": "workspace:^7.13.12" "@babel/helper-transform-fixture-test-runner": "workspace:*" "@babel/helpers": "workspace:^7.13.10" - "@babel/parser": "workspace:^7.13.10" + "@babel/parser": "workspace:^7.13.13" "@babel/template": "workspace:^7.12.13" - "@babel/traverse": "workspace:^7.13.0" - "@babel/types": "workspace:^7.13.0" + "@babel/traverse": "workspace:^7.13.13" + "@babel/types": "workspace:^7.13.13" convert-source-map: ^1.7.0 debug: ^4.1.0 escape-string-regexp: "condition:BABEL_8_BREAKING ? ^4.0.0 : " @@ -319,7 +319,7 @@ __metadata: languageName: node linkType: hard -"@babel/generator@workspace:*, @babel/generator@workspace:^7.12.13, @babel/generator@workspace:^7.13.0, @babel/generator@workspace:^7.13.9, @babel/generator@workspace:packages/babel-generator": +"@babel/generator@workspace:*, @babel/generator@workspace:^7.12.13, @babel/generator@workspace:^7.13.9, @babel/generator@workspace:packages/babel-generator": version: 0.0.0-use.local resolution: "@babel/generator@workspace:packages/babel-generator" dependencies: @@ -412,11 +412,11 @@ __metadata: languageName: node linkType: hard -"@babel/helper-compilation-targets@workspace:^7.13.10, @babel/helper-compilation-targets@workspace:^7.13.8, @babel/helper-compilation-targets@workspace:packages/babel-helper-compilation-targets": +"@babel/helper-compilation-targets@workspace:^7.13.10, @babel/helper-compilation-targets@workspace:^7.13.13, @babel/helper-compilation-targets@workspace:^7.13.8, @babel/helper-compilation-targets@workspace:packages/babel-helper-compilation-targets": version: 0.0.0-use.local resolution: "@babel/helper-compilation-targets@workspace:packages/babel-helper-compilation-targets" dependencies: - "@babel/compat-data": "workspace:^7.13.8" + "@babel/compat-data": "workspace:^7.13.12" "@babel/core": "workspace:*" "@babel/helper-validator-option": "workspace:^7.12.17" browserslist: ^4.14.5 @@ -658,7 +658,7 @@ __metadata: languageName: node linkType: hard -"@babel/helper-module-transforms@workspace:^7.13.0, @babel/helper-module-transforms@workspace:packages/babel-helper-module-transforms": +"@babel/helper-module-transforms@workspace:^7.13.0, @babel/helper-module-transforms@workspace:^7.13.12, @babel/helper-module-transforms@workspace:packages/babel-helper-module-transforms": version: 0.0.0-use.local resolution: "@babel/helper-module-transforms@workspace:packages/babel-helper-module-transforms" dependencies: @@ -851,7 +851,7 @@ __metadata: languageName: node linkType: hard -"@babel/helper-validator-option@workspace:^7.12.11, @babel/helper-validator-option@workspace:^7.12.17, @babel/helper-validator-option@workspace:packages/babel-helper-validator-option": +"@babel/helper-validator-option@workspace:^7.12.17, @babel/helper-validator-option@workspace:packages/babel-helper-validator-option": version: 0.0.0-use.local resolution: "@babel/helper-validator-option@workspace:packages/babel-helper-validator-option" languageName: unknown @@ -957,7 +957,7 @@ __metadata: languageName: node linkType: hard -"@babel/parser@workspace:*, @babel/parser@workspace:^7.12.13, @babel/parser@workspace:^7.13.0, @babel/parser@workspace:^7.13.10, @babel/parser@workspace:packages/babel-parser": +"@babel/parser@workspace:*, @babel/parser@workspace:^7.12.13, @babel/parser@workspace:^7.13.13, @babel/parser@workspace:packages/babel-parser": version: 0.0.0-use.local resolution: "@babel/parser@workspace:packages/babel-parser" dependencies: @@ -2167,7 +2167,7 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-flow-strip-types@workspace:*, @babel/plugin-transform-flow-strip-types@workspace:^7.12.13, @babel/plugin-transform-flow-strip-types@workspace:packages/babel-plugin-transform-flow-strip-types": +"@babel/plugin-transform-flow-strip-types@workspace:*, @babel/plugin-transform-flow-strip-types@workspace:^7.13.0, @babel/plugin-transform-flow-strip-types@workspace:packages/babel-plugin-transform-flow-strip-types": version: 0.0.0-use.local resolution: "@babel/plugin-transform-flow-strip-types@workspace:packages/babel-plugin-transform-flow-strip-types" dependencies: @@ -2630,7 +2630,7 @@ __metadata: languageName: unknown linkType: soft -"@babel/plugin-transform-react-jsx-development@workspace:*, @babel/plugin-transform-react-jsx-development@workspace:^7.12.12, @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.17, @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: @@ -2668,7 +2668,7 @@ __metadata: languageName: unknown linkType: soft -"@babel/plugin-transform-react-jsx@workspace:*, @babel/plugin-transform-react-jsx@workspace:^7.12.13, @babel/plugin-transform-react-jsx@workspace:^7.12.17, @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.17, @babel/plugin-transform-react-jsx@workspace:^7.13.12, @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: @@ -3168,9 +3168,9 @@ __metadata: dependencies: "@babel/core": "workspace:*" "@babel/helper-plugin-test-runner": "workspace:*" - "@babel/helper-plugin-utils": "workspace:^7.12.13" - "@babel/helper-validator-option": "workspace:^7.12.11" - "@babel/plugin-transform-flow-strip-types": "workspace:^7.12.13" + "@babel/helper-plugin-utils": "workspace:^7.13.0" + "@babel/helper-validator-option": "workspace:^7.12.17" + "@babel/plugin-transform-flow-strip-types": "workspace:^7.13.0" peerDependencies: "@babel/core": ^7.0.0-0 languageName: unknown @@ -3197,11 +3197,11 @@ __metadata: dependencies: "@babel/core": "workspace:*" "@babel/helper-plugin-test-runner": "workspace:*" - "@babel/helper-plugin-utils": "workspace:^7.12.13" + "@babel/helper-plugin-utils": "workspace:^7.13.0" "@babel/helper-validator-option": "workspace:^7.12.17" "@babel/plugin-transform-react-display-name": "workspace:^7.12.13" - "@babel/plugin-transform-react-jsx": "workspace:^7.12.13" - "@babel/plugin-transform-react-jsx-development": "workspace:^7.12.12" + "@babel/plugin-transform-react-jsx": "workspace:^7.13.12" + "@babel/plugin-transform-react-jsx-development": "workspace:^7.12.17" "@babel/plugin-transform-react-pure-annotations": "workspace:^7.12.1" peerDependencies: "@babel/core": ^7.0.0-0 @@ -3457,17 +3457,17 @@ __metadata: languageName: node linkType: hard -"@babel/traverse@workspace:*, @babel/traverse@workspace:^7.12.17, @babel/traverse@workspace:^7.13.0, @babel/traverse@workspace:packages/babel-traverse": +"@babel/traverse@workspace:*, @babel/traverse@workspace:^7.12.17, @babel/traverse@workspace:^7.13.0, @babel/traverse@workspace:^7.13.13, @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.12.13" - "@babel/generator": "workspace:^7.13.0" + "@babel/generator": "workspace:^7.13.9" "@babel/helper-function-name": "workspace:^7.12.13" "@babel/helper-plugin-test-runner": "workspace:*" "@babel/helper-split-export-declaration": "workspace:^7.12.13" - "@babel/parser": "workspace:^7.13.0" - "@babel/types": "workspace:^7.13.0" + "@babel/parser": "workspace:^7.13.13" + "@babel/types": "workspace:^7.13.13" debug: ^4.1.0 globals: "condition:BABEL_8_BREAKING ? ^13.5.0 : ^11.1.0" languageName: unknown @@ -3484,7 +3484,7 @@ __metadata: languageName: node linkType: hard -"@babel/types@workspace:*, @babel/types@workspace:^7.12.1, @babel/types@workspace:^7.12.13, @babel/types@workspace:^7.13.0, @babel/types@workspace:^7.13.12, @babel/types@workspace:packages/babel-types": +"@babel/types@workspace:*, @babel/types@workspace:^7.12.1, @babel/types@workspace:^7.12.13, @babel/types@workspace:^7.13.0, @babel/types@workspace:^7.13.12, @babel/types@workspace:^7.13.13, @babel/types@workspace:packages/babel-types": version: 0.0.0-use.local resolution: "@babel/types@workspace:packages/babel-types" dependencies: