Skip to content

Commit 2f755ef

Browse files
v7.12.17
1 parent 35c4114 commit 2f755ef

30 files changed

Lines changed: 100 additions & 100 deletions

File tree

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.16",
3+
"version": "7.12.17",
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.16",
3+
"version": "7.12.17",
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.16",
3+
"version": "7.12.17",
44
"description": "Babel command line.",
55
"author": "Sebastian McKenzie <sebmck@gmail.com>",
66
"homepage": "https://babel.dev/docs/en/next/babel-cli",

packages/babel-core/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/core",
3-
"version": "7.12.16",
3+
"version": "7.12.17",
44
"description": "Babel compiler core.",
55
"main": "lib/index.js",
66
"author": "Sebastian McKenzie <sebmck@gmail.com>",
@@ -45,13 +45,13 @@
4545
},
4646
"dependencies": {
4747
"@babel/code-frame": "workspace:^7.12.13",
48-
"@babel/generator": "workspace:^7.12.15",
49-
"@babel/helper-module-transforms": "workspace:^7.12.13",
50-
"@babel/helpers": "workspace:^7.12.13",
51-
"@babel/parser": "workspace:^7.12.16",
48+
"@babel/generator": "workspace:^7.12.17",
49+
"@babel/helper-module-transforms": "workspace:^7.12.17",
50+
"@babel/helpers": "workspace:^7.12.17",
51+
"@babel/parser": "workspace:^7.12.17",
5252
"@babel/template": "workspace:^7.12.13",
53-
"@babel/traverse": "workspace:^7.12.13",
54-
"@babel/types": "workspace:^7.12.13",
53+
"@babel/traverse": "workspace:^7.12.17",
54+
"@babel/types": "workspace:^7.12.17",
5555
"convert-source-map": "^1.7.0",
5656
"debug": "^4.1.0",
5757
"escape-string-regexp": "condition:BABEL_8_BREAKING ? ^4.0.0 : ",

packages/babel-generator/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/generator",
3-
"version": "7.12.15",
3+
"version": "7.12.17",
44
"description": "Turns an AST into code.",
55
"author": "Sebastian McKenzie <sebmck@gmail.com>",
66
"license": "MIT",
@@ -19,7 +19,7 @@
1919
"lib"
2020
],
2121
"dependencies": {
22-
"@babel/types": "workspace:^7.12.13",
22+
"@babel/types": "workspace:^7.12.17",
2323
"jsesc": "condition: BABEL_8_BREAKING ? ^3.0.2 : ^2.5.1",
2424
"source-map": "^0.5.0"
2525
},

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.16",
3+
"version": "7.12.17",
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.16",
25+
"@babel/helper-validator-option": "workspace:^7.12.17",
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.16",
3+
"version": "7.12.17",
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.16",
22+
"@babel/helper-member-expression-to-functions": "workspace:^7.12.17",
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.16",
3+
"version": "7.12.17",
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: 2 additions & 2 deletions
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.16",
3+
"version": "7.12.17",
44
"description": "Helper function to replace certain member expressions with function calls",
55
"repository": {
66
"type": "git",
@@ -15,6 +15,6 @@
1515
"main": "lib/index.js",
1616
"author": "Justin Ridgewell <justin@ridgewell.name>",
1717
"dependencies": {
18-
"@babel/types": "workspace:^7.12.13"
18+
"@babel/types": "workspace:^7.12.17"
1919
}
2020
}

packages/babel-helper-module-transforms/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/helper-module-transforms",
3-
"version": "7.12.13",
3+
"version": "7.12.17",
44
"description": "Babel helper functions for implementing ES6 module transformations",
55
"author": "Logan Smyth <loganfsmyth@gmail.com>",
66
"homepage": "https://babel.dev/docs/en/next/babel-helper-module-transforms",
@@ -21,8 +21,8 @@
2121
"@babel/helper-split-export-declaration": "workspace:^7.12.13",
2222
"@babel/helper-validator-identifier": "workspace:^7.12.11",
2323
"@babel/template": "workspace:^7.12.13",
24-
"@babel/traverse": "workspace:^7.12.13",
25-
"@babel/types": "workspace:^7.12.13",
24+
"@babel/traverse": "workspace:^7.12.17",
25+
"@babel/types": "workspace:^7.12.17",
2626
"lodash": "^4.17.19"
2727
}
2828
}

0 commit comments

Comments
 (0)