Skip to content

Commit

Permalink
v7.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Apr 29, 2021
1 parent 0f2a1a8 commit 3c0152a
Show file tree
Hide file tree
Showing 27 changed files with 131 additions and 132 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/eslint-plugin-development-internal",
"version": "7.13.10",
"version": "7.14.0",
"description": "The Babel Team's ESLint custom rules plugin. Since it's internal, it might not respect semver.",
"main": "lib/index.js",
"repository": {
Expand Down
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.17",
"version": "7.14.0",
"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.15",
"version": "7.14.0",
"author": "The Babel Team (https://babel.dev/team)",
"license": "MIT",
"description": "",
Expand Down
14 changes: 7 additions & 7 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.13.16",
"version": "7.14.0",
"description": "Babel compiler core.",
"main": "lib/index.js",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
Expand Down Expand Up @@ -49,14 +49,14 @@
},
"dependencies": {
"@babel/code-frame": "workspace:^7.12.13",
"@babel/generator": "workspace:^7.13.16",
"@babel/generator": "workspace:^7.14.0",
"@babel/helper-compilation-targets": "workspace:^7.13.16",
"@babel/helper-module-transforms": "condition:BABEL_8_BREAKING ? : workspace:^7.13.14",
"@babel/helpers": "workspace:^7.13.16",
"@babel/parser": "workspace:^7.13.16",
"@babel/helper-module-transforms": "condition:BABEL_8_BREAKING ? : workspace:^7.14.0",
"@babel/helpers": "workspace:^7.14.0",
"@babel/parser": "workspace:^7.14.0",
"@babel/template": "workspace:^7.12.13",
"@babel/traverse": "workspace:^7.13.15",
"@babel/types": "workspace:^7.13.16",
"@babel/traverse": "workspace:^7.14.0",
"@babel/types": "workspace:^7.14.0",
"convert-source-map": "^1.7.0",
"debug": "^4.1.0",
"gensync": "^1.0.0-beta.2",
Expand Down
4 changes: 2 additions & 2 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.13.16",
"version": "7.14.0",
"description": "Turns an AST into code.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"license": "MIT",
Expand All @@ -19,7 +19,7 @@
"lib"
],
"dependencies": {
"@babel/types": "workspace:^7.13.16",
"@babel/types": "workspace:^7.14.0",
"jsesc": "condition: BABEL_8_BREAKING ? ^3.0.2 : ^2.5.1",
"source-map": "^0.5.0"
},
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.13.11",
"version": "7.14.0",
"author": "The Babel Team (https://babel.dev/team)",
"license": "MIT",
"description": "Compile class public and private fields, private methods and decorators to ES6",
Expand All @@ -20,9 +20,9 @@
"dependencies": {
"@babel/helper-annotate-as-pure": "workspace:^7.12.13",
"@babel/helper-function-name": "workspace:^7.12.13",
"@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/helper-replace-supers": "workspace:^7.13.0",
"@babel/helper-replace-supers": "workspace:^7.13.12",
"@babel/helper-split-export-declaration": "workspace:^7.12.13"
},
"peerDependencies": {
Expand Down
8 changes: 4 additions & 4 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.14",
"version": "7.14.0",
"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 @@ -19,9 +19,9 @@
"@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/helper-validator-identifier": "workspace:^7.14.0",
"@babel/template": "workspace:^7.12.13",
"@babel/traverse": "workspace:^7.13.13",
"@babel/types": "workspace:^7.13.14"
"@babel/traverse": "workspace:^7.14.0",
"@babel/types": "workspace:^7.14.0"
}
}
2 changes: 1 addition & 1 deletion packages/babel-helper-validator-identifier/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-validator-identifier",
"version": "7.12.11",
"version": "7.14.0",
"description": "Validate identifier/keywords name",
"repository": {
"type": "git",
Expand Down
6 changes: 3 additions & 3 deletions packages/babel-helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/helpers",
"version": "7.13.17",
"version": "7.14.0",
"description": "Collection of helper functions used by Babel transforms.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babel.dev/docs/en/next/babel-helpers",
Expand All @@ -16,8 +16,8 @@
"main": "lib/index.js",
"dependencies": {
"@babel/template": "workspace:^7.12.13",
"@babel/traverse": "workspace:^7.13.17",
"@babel/types": "workspace:^7.13.17"
"@babel/traverse": "workspace:^7.14.0",
"@babel/types": "workspace:^7.14.0"
},
"devDependencies": {
"@babel/helper-plugin-test-runner": "workspace:*"
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-highlight/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/highlight",
"version": "7.13.10",
"version": "7.14.0",
"description": "Syntax highlight JavaScript strings for output in terminals.",
"author": "suchipi <me@suchipi.com>",
"homepage": "https://babel.dev/docs/en/next/babel-highlight",
Expand All @@ -15,7 +15,7 @@
},
"main": "lib/index.js",
"dependencies": {
"@babel/helper-validator-identifier": "workspace:^7.12.11",
"@babel/helper-validator-identifier": "workspace:^7.14.0",
"chalk": "^2.0.0",
"js-tokens": "condition:BABEL_8_BREAKING ? ^7.0.0 : ^4.0.0"
},
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.16",
"version": "7.14.0",
"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-proposal-async-do-expressions",
"version": "7.13.11",
"version": "7.14.0",
"description": "Transform async do expressions to ES2021",
"repository": {
"type": "git",
Expand All @@ -19,9 +19,9 @@
"babel-plugin"
],
"dependencies": {
"@babel/helper-hoist-variables": "workspace:^7.13.0",
"@babel/helper-hoist-variables": "workspace:^7.13.16",
"@babel/helper-plugin-utils": "workspace:^7.13.0",
"@babel/plugin-syntax-async-do-expressions": "workspace:^7.13.0"
"@babel/plugin-syntax-async-do-expressions": "workspace:^7.14.0"
},
"peerDependencies": {
"@babel/core": "^7.13.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-plugin-proposal-do-expressions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-proposal-do-expressions",
"version": "7.12.13",
"version": "7.14.0",
"description": "Compile do expressions to ES5",
"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",
"@babel/plugin-syntax-do-expressions": "workspace:^7.12.13"
},
"peerDependencies": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-proposal-private-property-in-object",
"version": "7.13.0",
"version": "7.14.0",
"description": "This plugin transforms checks for a private property in an object",
"repository": {
"type": "git",
Expand All @@ -18,9 +18,9 @@
],
"dependencies": {
"@babel/helper-annotate-as-pure": "workspace:^7.12.13",
"@babel/helper-create-class-features-plugin": "workspace:^7.13.0",
"@babel/helper-create-class-features-plugin": "workspace:^7.14.0",
"@babel/helper-plugin-utils": "workspace:^7.13.0",
"@babel/plugin-syntax-private-property-in-object": "workspace:^7.13.0"
"@babel/plugin-syntax-private-property-in-object": "workspace:^7.14.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-syntax-async-do-expressions",
"version": "7.13.0",
"version": "7.14.0",
"description": "Allow parsing of async do expressions",
"repository": {
"type": "git",
Expand All @@ -19,7 +19,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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-syntax-private-property-in-object",
"version": "7.13.0",
"version": "7.14.0",
"description": "Allow parsing of '#foo in obj' brand checks",
"repository": {
"type": "git",
Expand All @@ -20,7 +20,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
4 changes: 2 additions & 2 deletions packages/babel-plugin-transform-modules-amd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-modules-amd",
"version": "7.13.0",
"version": "7.14.0",
"description": "This plugin transforms ES2015 modules to AMD",
"repository": {
"type": "git",
Expand All @@ -14,7 +14,7 @@
},
"main": "lib/index.js",
"dependencies": {
"@babel/helper-module-transforms": "workspace:^7.13.0",
"@babel/helper-module-transforms": "workspace:^7.14.0",
"@babel/helper-plugin-utils": "workspace:^7.13.0",
"babel-plugin-dynamic-import-node": "^2.3.3"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/babel-plugin-transform-modules-commonjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-modules-commonjs",
"version": "7.13.8",
"version": "7.14.0",
"description": "This plugin transforms ES2015 modules to CommonJS",
"repository": {
"type": "git",
Expand All @@ -13,9 +13,9 @@
},
"main": "lib/index.js",
"dependencies": {
"@babel/helper-module-transforms": "workspace:^7.13.0",
"@babel/helper-module-transforms": "workspace:^7.14.0",
"@babel/helper-plugin-utils": "workspace:^7.13.0",
"@babel/helper-simple-access": "workspace:^7.12.13",
"@babel/helper-simple-access": "workspace:^7.13.12",
"babel-plugin-dynamic-import-node": "^2.3.3"
},
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-plugin-transform-modules-umd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-modules-umd",
"version": "7.13.0",
"version": "7.14.0",
"description": "This plugin transforms ES2015 modules to UMD",
"repository": {
"type": "git",
Expand All @@ -14,7 +14,7 @@
},
"main": "lib/index.js",
"dependencies": {
"@babel/helper-module-transforms": "workspace:^7.13.0",
"@babel/helper-module-transforms": "workspace:^7.14.0",
"@babel/helper-plugin-utils": "workspace:^7.13.0"
},
"keywords": [
Expand Down
22 changes: 11 additions & 11 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.15",
"version": "7.14.0",
"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,8 +16,8 @@
},
"main": "lib/index.js",
"dependencies": {
"@babel/compat-data": "workspace:^7.13.15",
"@babel/helper-compilation-targets": "workspace:^7.13.13",
"@babel/compat-data": "workspace:^7.14.0",
"@babel/helper-compilation-targets": "workspace:^7.13.16",
"@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.12",
Expand All @@ -34,7 +34,7 @@
"@babel/plugin-proposal-optional-catch-binding": "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-private-property-in-object": "workspace:^7.13.0",
"@babel/plugin-proposal-private-property-in-object": "workspace:^7.14.0",
"@babel/plugin-proposal-unicode-property-regex": "workspace:^7.12.13",
"@babel/plugin-syntax-async-generators": "^7.8.4",
"@babel/plugin-syntax-class-properties": "workspace:^7.12.13",
Expand All @@ -48,26 +48,26 @@
"@babel/plugin-syntax-object-rest-spread": "^7.8.3",
"@babel/plugin-syntax-optional-catch-binding": "^7.8.3",
"@babel/plugin-syntax-optional-chaining": "^7.8.3",
"@babel/plugin-syntax-private-property-in-object": "workspace:^7.13.0",
"@babel/plugin-syntax-private-property-in-object": "workspace:^7.14.0",
"@babel/plugin-syntax-top-level-await": "workspace:^7.12.13",
"@babel/plugin-transform-arrow-functions": "workspace:^7.13.0",
"@babel/plugin-transform-async-to-generator": "workspace:^7.13.0",
"@babel/plugin-transform-block-scoped-functions": "workspace:^7.12.13",
"@babel/plugin-transform-block-scoping": "workspace:^7.12.13",
"@babel/plugin-transform-block-scoping": "workspace:^7.13.16",
"@babel/plugin-transform-classes": "workspace:^7.13.0",
"@babel/plugin-transform-computed-properties": "workspace:^7.13.0",
"@babel/plugin-transform-destructuring": "workspace:^7.13.0",
"@babel/plugin-transform-destructuring": "workspace:^7.13.17",
"@babel/plugin-transform-dotall-regex": "workspace:^7.12.13",
"@babel/plugin-transform-duplicate-keys": "workspace:^7.12.13",
"@babel/plugin-transform-exponentiation-operator": "workspace:^7.12.13",
"@babel/plugin-transform-for-of": "workspace:^7.13.0",
"@babel/plugin-transform-function-name": "workspace:^7.12.13",
"@babel/plugin-transform-literals": "workspace:^7.12.13",
"@babel/plugin-transform-member-expression-literals": "workspace:^7.12.13",
"@babel/plugin-transform-modules-amd": "workspace:^7.13.0",
"@babel/plugin-transform-modules-commonjs": "workspace:^7.13.8",
"@babel/plugin-transform-modules-amd": "workspace:^7.14.0",
"@babel/plugin-transform-modules-commonjs": "workspace:^7.14.0",
"@babel/plugin-transform-modules-systemjs": "workspace:^7.13.8",
"@babel/plugin-transform-modules-umd": "workspace:^7.13.0",
"@babel/plugin-transform-modules-umd": "workspace:^7.14.0",
"@babel/plugin-transform-named-capturing-groups-regex": "workspace:^7.12.13",
"@babel/plugin-transform-new-target": "workspace:^7.12.13",
"@babel/plugin-transform-object-super": "workspace:^7.12.13",
Expand All @@ -83,7 +83,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.14",
"@babel/types": "workspace:^7.14.0",
"babel-plugin-polyfill-corejs2": "^0.2.0",
"babel-plugin-polyfill-corejs3": "^0.2.0",
"babel-plugin-polyfill-regenerator": "^0.2.0",
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.13.17",
"version": "7.14.0",
"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.13.17",
"version": "7.14.0",
"description": "babel's modular runtime helpers with core-js@3 polyfilling",
"license": "MIT",
"publishConfig": {
Expand Down
Loading

0 comments on commit 3c0152a

Please sign in to comment.