Skip to content

Commit dd5c9f9

Browse files
committed
v7.12.16
1 parent 4f92f8c commit dd5c9f9

File tree

20 files changed

+55
-55
lines changed

20 files changed

+55
-55
lines changed

eslint/babel-eslint-parser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/eslint-parser",
3-
"version": "7.12.13",
3+
"version": "7.12.16",
44
"description": "ESLint parser that allows for linting of experimental syntax transformed by Babel",
55
"author": "The Babel Team (https://babel.dev/team)",
66
"license": "MIT",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel",
3-
"version": "7.12.15",
3+
"version": "7.12.16",
44
"private": true,
55
"license": "MIT",
66
"type": "commonjs",

packages/babel-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/cli",
3-
"version": "7.12.13",
3+
"version": "7.12.16",
44
"description": "Babel command line.",
55
"author": "Sebastian McKenzie <[email protected]>",
66
"homepage": "https://babel.dev/docs/en/next/babel-cli",

packages/babel-core/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/core",
3-
"version": "7.12.13",
3+
"version": "7.12.16",
44
"description": "Babel compiler core.",
55
"main": "lib/index.js",
66
"author": "Sebastian McKenzie <[email protected]>",
@@ -45,10 +45,10 @@
4545
},
4646
"dependencies": {
4747
"@babel/code-frame": "workspace:^7.12.13",
48-
"@babel/generator": "workspace:^7.12.13",
48+
"@babel/generator": "workspace:^7.12.15",
4949
"@babel/helper-module-transforms": "workspace:^7.12.13",
5050
"@babel/helpers": "workspace:^7.12.13",
51-
"@babel/parser": "workspace:^7.12.13",
51+
"@babel/parser": "workspace:^7.12.16",
5252
"@babel/template": "workspace:^7.12.13",
5353
"@babel/traverse": "workspace:^7.12.13",
5454
"@babel/types": "workspace:^7.12.13",

packages/babel-helper-compilation-targets/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/helper-compilation-targets",
3-
"version": "7.12.13",
3+
"version": "7.12.16",
44
"author": "The Babel Team (https://babel.dev/team)",
55
"license": "MIT",
66
"description": "Engine compat data used in @babel/preset-env",
@@ -22,7 +22,7 @@
2222
],
2323
"dependencies": {
2424
"@babel/compat-data": "workspace:^7.12.13",
25-
"@babel/helper-validator-option": "workspace:^7.12.11",
25+
"@babel/helper-validator-option": "workspace:^7.12.16",
2626
"browserslist": "^4.14.5",
2727
"semver": "^5.5.0"
2828
},

packages/babel-helper-create-class-features-plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/helper-create-class-features-plugin",
3-
"version": "7.12.13",
3+
"version": "7.12.16",
44
"author": "The Babel Team (https://babel.dev/team)",
55
"license": "MIT",
66
"description": "Compile class public and private fields, private methods and decorators to ES6",
@@ -19,7 +19,7 @@
1919
],
2020
"dependencies": {
2121
"@babel/helper-function-name": "workspace:^7.12.13",
22-
"@babel/helper-member-expression-to-functions": "workspace:^7.12.13",
22+
"@babel/helper-member-expression-to-functions": "workspace:^7.12.16",
2323
"@babel/helper-optimise-call-expression": "workspace:^7.12.13",
2424
"@babel/helper-replace-supers": "workspace:^7.12.13",
2525
"@babel/helper-split-export-declaration": "workspace:^7.12.13"

packages/babel-helper-create-regexp-features-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/helper-create-regexp-features-plugin",
3-
"version": "7.12.13",
3+
"version": "7.12.16",
44
"author": "The Babel Team (https://babel.dev/team)",
55
"license": "MIT",
66
"description": "Compile ESNext Regular Expressions to ES5",

packages/babel-helper-member-expression-to-functions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/helper-member-expression-to-functions",
3-
"version": "7.12.13",
3+
"version": "7.12.16",
44
"description": "Helper function to replace certain member expressions with function calls",
55
"repository": {
66
"type": "git",

packages/babel-helper-validator-option/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/helper-validator-option",
3-
"version": "7.12.11",
3+
"version": "7.12.16",
44
"description": "Validate plugin/preset options",
55
"repository": {
66
"type": "git",

packages/babel-node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/node",
3-
"version": "7.12.13",
3+
"version": "7.12.16",
44
"description": "Babel command line",
55
"author": "Sebastian McKenzie <[email protected]>",
66
"homepage": "https://babel.dev/docs/en/next/babel-node",

packages/babel-parser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/parser",
3-
"version": "7.12.15",
3+
"version": "7.12.16",
44
"description": "A JavaScript parser",
55
"author": "Sebastian McKenzie <[email protected]>",
66
"homepage": "https://babel.dev/docs/en/next/babel-parser",

packages/babel-plugin-proposal-dynamic-import/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/plugin-proposal-dynamic-import",
3-
"version": "7.12.1",
3+
"version": "7.12.16",
44
"description": "Transform import() expressions",
55
"repository": {
66
"type": "git",
@@ -16,7 +16,7 @@
1616
"babel-plugin"
1717
],
1818
"dependencies": {
19-
"@babel/helper-plugin-utils": "workspace:^7.10.4",
19+
"@babel/helper-plugin-utils": "workspace:^7.12.13",
2020
"@babel/plugin-syntax-dynamic-import": "^7.8.0"
2121
},
2222
"peerDependencies": {

packages/babel-plugin-proposal-optional-chaining/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/plugin-proposal-optional-chaining",
3-
"version": "7.12.13",
3+
"version": "7.12.16",
44
"description": "Transform optional chaining operators into a series of nil checks",
55
"repository": {
66
"type": "git",

packages/babel-plugin-transform-react-jsx-development/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/plugin-transform-react-jsx-development",
3-
"version": "7.12.12",
3+
"version": "7.12.16",
44
"description": "Turn JSX into React function calls in development",
55
"repository": {
66
"type": "git",
@@ -16,7 +16,7 @@
1616
"babel-plugin"
1717
],
1818
"dependencies": {
19-
"@babel/plugin-transform-react-jsx": "workspace:^7.12.12"
19+
"@babel/plugin-transform-react-jsx": "workspace:^7.12.16"
2020
},
2121
"peerDependencies": {
2222
"@babel/core": "^7.0.0-0"

packages/babel-plugin-transform-react-jsx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/plugin-transform-react-jsx",
3-
"version": "7.12.13",
3+
"version": "7.12.16",
44
"description": "Turn JSX into React function calls",
55
"repository": {
66
"type": "git",

packages/babel-plugin-transform-typescript/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/plugin-transform-typescript",
3-
"version": "7.12.13",
3+
"version": "7.12.16",
44
"description": "Transform TypeScript into ES.next",
55
"repository": {
66
"type": "git",
@@ -17,7 +17,7 @@
1717
"typescript"
1818
],
1919
"dependencies": {
20-
"@babel/helper-create-class-features-plugin": "workspace:^7.12.13",
20+
"@babel/helper-create-class-features-plugin": "workspace:^7.12.16",
2121
"@babel/helper-plugin-utils": "workspace:^7.12.13",
2222
"@babel/plugin-syntax-typescript": "workspace:^7.12.13"
2323
},

packages/babel-preset-env/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/preset-env",
3-
"version": "7.12.13",
3+
"version": "7.12.16",
44
"description": "A Babel preset for each environment.",
55
"author": "Henry Zhu <[email protected]>",
66
"homepage": "https://babel.dev/docs/en/next/babel-preset-env",
@@ -17,21 +17,21 @@
1717
"main": "lib/index.js",
1818
"dependencies": {
1919
"@babel/compat-data": "workspace:^7.12.13",
20-
"@babel/helper-compilation-targets": "workspace:^7.12.13",
20+
"@babel/helper-compilation-targets": "workspace:^7.12.16",
2121
"@babel/helper-module-imports": "workspace:^7.12.13",
2222
"@babel/helper-plugin-utils": "workspace:^7.12.13",
23-
"@babel/helper-validator-option": "workspace:^7.12.11",
23+
"@babel/helper-validator-option": "workspace:^7.12.16",
2424
"@babel/plugin-proposal-async-generator-functions": "workspace:^7.12.13",
2525
"@babel/plugin-proposal-class-properties": "workspace:^7.12.13",
26-
"@babel/plugin-proposal-dynamic-import": "workspace:^7.12.1",
26+
"@babel/plugin-proposal-dynamic-import": "workspace:^7.12.16",
2727
"@babel/plugin-proposal-export-namespace-from": "workspace:^7.12.13",
2828
"@babel/plugin-proposal-json-strings": "workspace:^7.12.13",
2929
"@babel/plugin-proposal-logical-assignment-operators": "workspace:^7.12.13",
3030
"@babel/plugin-proposal-nullish-coalescing-operator": "workspace:^7.12.13",
3131
"@babel/plugin-proposal-numeric-separator": "workspace:^7.12.13",
3232
"@babel/plugin-proposal-object-rest-spread": "workspace:^7.12.13",
3333
"@babel/plugin-proposal-optional-catch-binding": "workspace:^7.12.13",
34-
"@babel/plugin-proposal-optional-chaining": "workspace:^7.12.13",
34+
"@babel/plugin-proposal-optional-chaining": "workspace:^7.12.16",
3535
"@babel/plugin-proposal-private-methods": "workspace:^7.12.13",
3636
"@babel/plugin-proposal-unicode-property-regex": "workspace:^7.12.13",
3737
"@babel/plugin-syntax-async-generators": "^7.8.0",

packages/babel-preset-typescript/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/preset-typescript",
3-
"version": "7.12.13",
3+
"version": "7.12.16",
44
"description": "Babel preset for TypeScript.",
55
"repository": {
66
"type": "git",
@@ -18,8 +18,8 @@
1818
],
1919
"dependencies": {
2020
"@babel/helper-plugin-utils": "workspace:^7.12.13",
21-
"@babel/helper-validator-option": "workspace:^7.12.11",
22-
"@babel/plugin-transform-typescript": "workspace:^7.12.13"
21+
"@babel/helper-validator-option": "workspace:^7.12.16",
22+
"@babel/plugin-transform-typescript": "workspace:^7.12.16"
2323
},
2424
"peerDependencies": {
2525
"@babel/core": "^7.0.0-0"

packages/babel-standalone/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/standalone",
3-
"version": "7.12.15",
3+
"version": "7.12.16",
44
"description": "Standalone build of Babel for use in non-Node.js environments.",
55
"main": "babel.js",
66
"files": [

0 commit comments

Comments
 (0)