8000 v7.10.2 · babel/babel@b0350e5 · GitHub
[go: up one dir, main page]

Skip to content

Commit b0350e5

Browse files
v7.10.2
1 parent b5c4a46 commit b0350e5

File tree

13 files changed

+29
-29
lines changed

13 files changed

+29
-29
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "7.10.1",
2+
"version": "7.10.2",
33
"changelog": {
44
"repo": "babel/babel",
55
"cacheDir": ".changelog",

packages/babel-core/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/core",
3-
"version": "7.10.1",
3+
"version": "7.10.2",
44
"description": "Babel compiler core.",
55
"main": "lib/index.js",
66
"author": "Sebastian McKenzie <sebmck@gmail.com>",
@@ -44,13 +44,13 @@
4444
},
4545
"dependencies": {
4646
"@babel/code-frame": "^7.10.1",
47-
"@babel/generator": "^7.10.1",
47+
"@babel/generator": "^7.10.2",
4848
"@babel/helper-module-transforms": "^7.10.1",
4949
"@babel/helpers": "^7.10.1",
50-
"@babel/parser": "^7.10.1",
50+
"@babel/parser": "^7.10.2",
5151
"@babel/template": "^7.10.1",
5252
"@babel/traverse": "^7.10.1",
53-
"@babel/types": "^7.10.1",
53+
"@babel/types": "^7.10.2",
5454
"convert-source-map": "^1.7.0",
5555
"debug": "^4.1.0",
5656
"gensync": "^1.0.0-beta.1",

packages/babel-generator/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/generator",
3-
"version": "7.10.1",
3+
"version": "7.10.2",
44
"description": "Turns an AST into code.",
55
"author": "Sebastian McKenzie <sebmck@gmail.com>",
66
"homepage": "https://babeljs.io/",
@@ -18,13 +18,13 @@
1818
"lib"
1919
],
2020
"dependencies": {
21-
"@babel/types": "^7.10.1",
21+
"@babel/types": "^7.10.2",
2222
"jsesc": "^2.5.1",
2323
"lodash": "^4.17.13",
2424
"source-map": "^0.5.0"
2525
},
2626
"devDependencies": {
2727
"@babel/helper-fixtures": "^7.10.1",
28-
"@babel/parser": "^7.10.1"
28+
"@babel/parser": "^7.10.2"
2929
}
3030
}

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.10.1",
3+
"version": "7.10.2",
44
"author": "The Babel Team (https://babeljs.io/team)",
55
"license": "MIT",
66
"description": "Engine compat data used in @babel/preset-env",
@@ -31,7 +31,7 @@
3131
"@babel/core": "^7.0.0"
3232
},
3333
"devDependencies": {
34-
"@babel/core": "^7.10.1",
34+
"@babel/core": "^7.10.2",
3535
"@babel/helper-plugin-test-runner": "^7.10.1"
3636
}
3737
}

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.10.1",
3+
"version": "7.10.2",
44
"author": "The Babel Team (https://babeljs.io/team)",
55
"license": "MIT",
66
"description": "Compile class public and private fields, private methods and decorators to ES6",
@@ -29,7 +29,7 @@
2929
"@babel/core": "^7.0.0"
3030
},
3131
"devDependencies": {
32-
"@babel/core": "^7.10.1",
32+
"@babel/core": "^7.10.2",
3333
"@babel/helper-plugin-test-runner": "^7.10.1"
3434
}
3535
}

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.10.1",
3+
"version": "7.10.2",
44
"description": "A JavaScript parser",
55
"author": "Sebastian McKenzie <sebmck@gmail.com>",
66
"homepage": "https://babeljs.io/",

packages/babel-plugin-syntax-module-attributes/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-syntax-module-attributes",
3-
"version": "7.10.1",
3+
"version": "7.10.2",
44
"description": "Allow parsing of the module attributes in the import statement",
55
"repository": {
66
"type": "git",
@@ -22,6 +22,6 @@
2222
"@babel/core": "^7.0.0-0"
2323
},
2424
"devDependencies": {
25-
"@babel/core": "^7.10.1"
25+
"@babel/core": "^7.10.2"
2626
}
2727
}

packages/babel-preset-env/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/preset-env",
3-
"version": "7.10.1",
3+
"version": "7.10.2",
44
"description": "A Babel preset for each environment.",
55
"author": "Henry Zhu <hi@henryzoo.com>",
66
"homepage": "https://babeljs.io/",
@@ -16,7 +16,7 @@
1616
"main": "lib/index.js",
1717
"dependencies": {
1818
"@babel/compat-data": "^7.10.1",
19-
"@babel/helper-compilation-targets": "^7.10.1",
19+
"@babel/helper-compilation-targets": "^7.10.2",
2020
"@babel/helper-module-imports": "^7.10.1",
2121
"@babel/helper-plugin-utils": "^7.10.1",
2222
"@babel/plugin-proposal-async-generator-functions": "^7.10.1",
@@ -73,7 +73,7 @@
7373
"@babel/plugin-transform-unicode-escapes": "^7.10.1",
7474
"@babel/plugin-transform-unicode-regex": "^7.10.1",
7575
"@babel/preset-modules": "^0.1.3",
76-
"@babel/types": "^7.10.1",
76+
"@babel/types": "^7.10.2",
7777
"browserslist": "^4.12.0",
7878
"core-js-compat": "^3.6.2",
7979
"invariant": "^2.2.2",
@@ -85,7 +85,7 @@
8585
},
8686
"devDependencies": {
8787
"@babel/cli": "^7.10.1",
88-
"@babel/core": "^7.10.1",
88+
"@babel/core": "^7.10.2",
8989
"@babel/helper-fixtures": "^7.10.1",
9090
"@babel/helper-plugin-test-runner": "^7.10.1",
9191
"@babel/plugin-syntax-dynamic-import": "^7.2.0"

packages/babel-runtime-corejs2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/runtime-corejs2",
3-
"version": "7.10.1",
3+
"version": "7.10.2",
44
"description": "babel's modular runtime helpers with core-js@2 polyfilling",
55
"license": "MIT",
66
"publishConfig": {

packages/babel-runtime-corejs3/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/runtime-corejs3",
3-
"version": "7.10.1",
3+
"version": "7.10.2",
44
"description": "babel's modular runtime helpers with core-js@3 polyfilling",
55
"license": "MIT",
66
"publishConfig": {

0 commit comments

Comments
 (0)
0