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

Skip to content

Commit f7964a9

Browse files
committed
v7.10.5
1 parent 5dd64ec commit f7964a9

File tree

36 files changed

+100
-100
lines changed

36 files changed

+100
-100
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.4",
2+
"version": "7.10.5",
33
"changelog": {
44
"repo": "babel/babel",
55
"cacheDir": ".changelog",

packages/babel-cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/cli",
3-
"version": "7.10.4",
3+
"version": "7.10.5",
44
"description": "Babel command line.",
55
"author": "Sebastian McKenzie <sebmck@gmail.com>",
66
"homepage": "https://babeljs.io/",
@@ -39,8 +39,8 @@
3939
"@babel/core": "^7.0.0-0"
4040
},
4141
"devDependencies": {
42-
"@babel/core": "^7.10.4",
43-
"@babel/helper-fixtures": "^7.10.4",
42+
"@babel/core": "^7.10.5",
43+
"@babel/helper-fixtures": "^7.10.5",
4444
"rimraf": "^3.0.0"
4545
},
4646
"bin": {

packages/babel-compat-data/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/compat-data",
3-
"version": "7.10.4",
3+
"version": "7.10.5",
44
"author": "The Babel Team (https://babeljs.io/team)",
55
"license": "MIT",
66
"description": "",

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.10.4",
3+
"version": "7.10.5",
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.4",
47-
"@babel/generator": "^7.10.4",
48-
"@babel/helper-module-transforms": "^7.10.4",
47+
"@babel/generator": "^7.10.5",
48+
"@babel/helper-module-transforms": "^7.10.5",
4949
"@babel/helpers": "^7.10.4",
50-
"@babel/parser": "^7.10.4",
50+
"@babel/parser": "^7.10.5",
5151
"@babel/template": "^7.10.4",
52-
"@babel/traverse": "^7.10.4",
53-
"@babel/types": "^7.10.4",
52+
"@babel/traverse": "^7.10.5",
53+
"@babel/types": "^7.10.5",
5454
"convert-source-map": "^1.7.0",
5555
"debug": "^4.1.0",
5656
"gensync": "^1.0.0-beta.1",
@@ -61,6 +61,6 @@
6161
"source-map": "^0.5.0"
6262
},
6363
"devDependencies": {
64-
"@babel/helper-transform-fixture-test-runner": "^7.10.4"
64+
"@babel/helper-transform-fixture-test-runner": "^7.10.5"
6565
}
6666
}

packages/babel-generator/package.json

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

packages/babel-helper-builder-react-jsx-experimental/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-builder-react-jsx-experimental",
3-
"version": "7.10.4",
3+
"version": "7.10.5",
44
"description": "Helper function to build react jsx",
55
"repository": {
66
"type": "git",
@@ -15,6 +15,6 @@
1515
"dependencies": {
1616
"@babel/helper-annotate-as-pure": "^7.10.4",
1717
"@babel/helper-module-imports": "^7.10.4",
18-
"@babel/types": "^7.10.4"
18+
"@babel/types": "^7.10.5"
1919
}
2020
}

packages/babel-helper-create-class-features-plugin/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-create-class-features-plugin",
3-
"version": "7.10.4",
3+
"version": "7.10.5",
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",
@@ -19,7 +19,7 @@
1919
],
2020
"dependencies": {
2121
"@babel/helper-function-name": "^7.10.4",
22-
"@babel/helper-member-expression-to-functions": "^7.10.4",
22+
"@babel/helper-member-expression-to-functions": "^7.10.5",
2323
"@babel/helper-optimise-call-expression": "^7.10.4",
2424
"@babel/helper-plugin-utils": "^7.10.4",
2525
"@babel/helper-replace-supers": "^7.10.4",
@@ -29,7 +29,7 @@
2929
"@babel/core": "^7.0.0"
3030
},
3131
"devDependencies": {
32-
"@babel/core": "^7.10.4",
32+
"@babel/core": "^7.10.5",
3333
"@babel/helper-plugin-test-runner": "^7.10.4"
3434
}
3535
}

packages/babel-helper-define-map/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-define-map",
3-
"version": "7.10.4",
3+
"version": "7.10.5",
44
"description": "Helper function to define a map",
55
"repository": {
66
"type": "git",
@@ -14,7 +14,7 @@
1414
"main": "lib/index.js",
1515
"dependencies": {
1616
"@babel/helper-function-name": "^7.10.4",
17-
"@babel/types": "^7.10.4",
17+
"@babel/types": "^7.10.5",
1818
"lodash": "^4.17.19"
1919
}
2020
}

packages/babel-helper-fixtures/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-fixtures",
3-
"version": "7.10.4",
3+
"version": "7.10.5",
44
"description": "Helper function to support fixtures",
55
"author": "Sebastian McKenzie <sebmck@gmail.com>",
66
"license": "MIT",

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.10.4",
3+
"version": "7.10.5",
44
"description": "Helper function to replace certain member expressions with function calls",
55
"repository": {
66
"type": "git",
@@ -14,6 +14,6 @@
1414
"main": "lib/index.js",
1515
"author": "Justin Ridgewell <justin@ridgewell.name>",
1616
"dependencies": {
17-
"@babel/types": "^7.10.4"
17+
"@babel/types": "^7.10.5"
1818
}
1919
}

0 commit comments

Comments
 (0)
0