Skip to content

Commit 97faa83

Browse files
v7.7.0
1 parent cdbffe3 commit 97faa83

File tree

62 files changed

+232
-232
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

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

packages/babel-cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/cli",
3-
"version": "7.6.4",
3+
"version": "7.7.0",
44
"description": "Babel command line.",
55
"author": "Sebastian McKenzie <[email protected]>",
66
"homepage": "https://babeljs.io/",
@@ -35,7 +35,7 @@
3535
"@babel/core": "^7.0.0-0"
3636
},
3737
"devDependencies": {
38-
"@babel/core": "^7.6.4",
38+
"@babel/core": "^7.7.0",
3939
"@babel/helper-fixtures": "^7.6.3"
4040
},
4141
"bin": {

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.6.4",
3+
"version": "7.7.0",
44
"description": "Babel compiler core.",
55
"main": "lib/index.js",
66
"author": "Sebastian McKenzie <[email protected]>",
@@ -34,12 +34,12 @@
3434
},
3535
"dependencies": {
3636
"@babel/code-frame": "^7.5.5",
37-
"@babel/generator": "^7.6.4",
38-
"@babel/helpers": "^7.6.2",
39-
"@babel/parser": "^7.6.4",
40-
"@babel/template": "^7.6.0",
41-
"@babel/traverse": "^7.6.3",
42-
"@babel/types": "^7.6.3",
37+
"@babel/generator": "^7.7.0",
38+
"@babel/helpers": "^7.7.0",
39+
"@babel/parser": "^7.7.0",
40+
"@babel/template": "^7.7.0",
41+
"@babel/traverse": "^7.7.0",
42+
"@babel/types": "^7.7.0",
4343
"convert-source-map": "^1.1.0",
4444
"debug": "^4.1.0",
4545
"json5": "^2.1.0",

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.6.4",
3+
"version": "7.7.0",
44
"description": "Turns an AST into code.",
55
"author": "Sebastian McKenzie <[email protected]>",
66
"homepage": "https://babeljs.io/",
@@ -14,13 +14,13 @@
1414
"lib"
1515
],
1616
"dependencies": {
17-
"@babel/types": "^7.6.3",
17+
"@babel/types": "^7.7.0",
1818
"jsesc": "^2.5.1",
1919
"lodash": "^4.17.13",
2020
"source-map": "^0.5.0"
2121
},
2222
"devDependencies": {
2323
"@babel/helper-fixtures": "^7.6.3",
24-
"@babel/parser": "^7.6.4"
24+
"@babel/parser": "^7.7.0"
2525
}
2626
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/helper-annotate-as-pure",
3-
"version": "7.0.0",
3+
"version": "7.7.0",
44
"description": "Helper function to annotate paths and nodes with #__PURE__ comment",
55
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-annotate-as-pure",
66
"license": "MIT",
@@ -9,6 +9,6 @@
99
},
1010
"main": "lib/index.js",
1111
"dependencies": {
12-
"@babel/types": "^7.6.3"
12+
"@babel/types": "^7.7.0"
1313
}
1414
}
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/helper-bindify-decorators",
3-
"version": "7.1.0",
3+
"version": "7.7.0",
44
"description": "Helper function to bindify decorators",
55
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-bindify-decorators",
66
"license": "MIT",
@@ -9,7 +9,7 @@
99
},
1010
"main": "lib/index.js",
1111
"dependencies": {
12-
"@babel/traverse": "^7.1.0",
13-
"@babel/types": "^7.6.3"
12+
"@babel/traverse": "^7.7.0",
13+
"@babel/types": "^7.7.0"
1414
}
1515
}
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/helper-builder-binary-assignment-operator-visitor",
3-
"version": "7.1.0",
3+
"version": "7.7.0",
44
"description": "Helper function to build binary assignment operator visitors",
55
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-builder-binary-assignment-operator-visitor",
66
"license": "MIT",
@@ -9,7 +9,7 @@
99
},
1010
"main": "lib/index.js",
1111
"dependencies": {
12-
"@babel/helper-explode-assignable-expression": "^7.1.0",
13-
"@babel/types": "^7.6.3"
12+
"@babel/helper-explode-assignable-expression": "^7.7.0",
13+
"@babel/types": "^7.7.0"
1414
}
1515
}
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",
3-
"version": "7.3.0",
3+
"version": "7.7.0",
44
"description": "Helper function to build react jsx",
55
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-builder-react-jsx",
66
"license": "MIT",
@@ -9,7 +9,7 @@
99
},
1010
"main": "lib/index.js",
1111
"dependencies": {
12-
"@babel/types": "^7.6.3",
12+
"@babel/types": "^7.7.0",
1313
"esutils": "^2.0.0"
1414
}
1515
}
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/helper-call-delegate",
3-
"version": "7.4.4",
3+
"version": "7.7.0",
44
"description": "Helper function to call delegate",
55
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-call-delegate",
66
"license": "MIT",
@@ -9,8 +9,8 @@
99
},
1010
"main": "lib/index.js",
1111
"dependencies": {
12-
"@babel/helper-hoist-variables": "^7.4.4",
13-
"@babel/traverse": "^7.4.4",
14-
"@babel/types": "^7.6.3"
12+
"@babel/helper-hoist-variables": "^7.7.0",
13+
"@babel/traverse": "^7.7.0",
14+
"@babel/types": "^7.7.0"
1515
}
1616
}
Lines changed: 7 additions & 7 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.6.0",
3+
"version": "7.7.0",
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",
@@ -14,18 +14,18 @@
1414
"babel-plugin"
1515
],
1616
"dependencies": {
17-
"@babel/helper-function-name": "^7.1.0",
18-
"@babel/helper-member-expression-to-functions": "^7.5.5",
19-
"@babel/helper-optimise-call-expression": "^7.0.0",
17+
"@babel/helper-function-name": "^7.7.0",
18+
"@babel/helper-member-expression-to-functions": "^7.7.0",
19+
"@babel/helper-optimise-call-expression": "^7.7.0",
2020
"@babel/helper-plugin-utils": "^7.0.0",
21-
"@babel/helper-replace-supers": "^7.5.5",
22-
"@babel/helper-split-export-declaration": "^7.4.4"
21+
"@babel/helper-replace-supers": "^7.7.0",
22+
"@babel/helper-split-export-declaration": "^7.7.0"
2323
},
2424
"peerDependencies": {
2525
"@babel/core": "^7.0.0"
2626
},
2727
"devDependencies": {
28-
"@babel/core": "^7.6.0",
28+
"@babel/core": "^7.7.0",
2929
"@babel/helper-plugin-test-runner": "^7.0.0"
3030
}
3131
}

0 commit comments

Comments
 (0)