Skip to content

Commit f03adba

Browse files
committed
v7.0.0-beta.47
1 parent 97145ad commit f03adba

File tree

142 files changed

+855
-855
lines changed

Some content is hidden

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

142 files changed

+855
-855
lines changed

codemods/babel-plugin-codemod-object-assign-to-object-spread/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/plugin-codemod-object-assign-to-object-spread",
3-
"version": "7.0.0-beta.46",
3+
"version": "7.0.0-beta.47",
44
"description": "Transforms Object.assign into object spread syntax",
55
"repository": "https://github.com/babel/babel/tree/master/codemods/babel-plugin-codemod-object-assign-to-object-spread",
66
"license": "MIT",
@@ -10,14 +10,14 @@
1010
"@babel/plugin"
1111
],
1212
"dependencies": {
13-
"@babel/plugin-syntax-object-rest-spread": "7.0.0-beta.46"
13+
"@babel/plugin-syntax-object-rest-spread": "7.0.0-beta.47"
1414
},
1515
"peerDependencies": {
16-
"@babel/core": "7.0.0-beta.46"
16+
"@babel/core": "7.0.0-beta.47"
1717
},
1818
"devDependencies": {
19-
"@babel/core": "7.0.0-beta.46",
20-
"@babel/helper-plugin-test-runner": "7.0.0-beta.46"
19+
"@babel/core": "7.0.0-beta.47",
20+
"@babel/helper-plugin-test-runner": "7.0.0-beta.47"
2121
},
2222
"publishConfig": {
2323
"access": "public"
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/plugin-codemod-optional-catch-binding",
3-
"version": "7.0.0-beta.46",
3+
"version": "7.0.0-beta.47",
44
"description": "Remove unused catch bindings",
55
"repository": "https://github.com/babel/babel/tree/master/codemods/babel-plugin-codemod-remove-unused-catch-binding",
66
"license": "MIT",
@@ -10,13 +10,13 @@
1010
"@babel/plugin"
1111
],
1212
"dependencies": {
13-
"@babel/plugin-syntax-optional-catch-binding": "7.0.0-beta.46"
13+
"@babel/plugin-syntax-optional-catch-binding": "7.0.0-beta.47"
1414
},
1515
"peerDependencies": {
16-
"@babel/core": "7.0.0-beta.46"
16+
"@babel/core": "7.0.0-beta.47"
1717
},
1818
"devDependencies": {
19-
"@babel/core": "7.0.0-beta.46",
20-
"@babel/helper-plugin-test-runner": "7.0.0-beta.46"
19+
"@babel/core": "7.0.0-beta.47",
20+
"@babel/helper-plugin-test-runner": "7.0.0-beta.47"
2121
}
2222
}

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"lerna": "2.0.0-rc.4",
3-
"version": "7.0.0-beta.46",
3+
"version": "7.0.0-beta.47",
44
"changelog": {
55
"repo": "babel/babel",
66
"cacheDir": ".changelog",

packages/babel-cli/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/cli",
3-
"version": "7.0.0-beta.46",
3+
"version": "7.0.0-beta.47",
44
"description": "Babel command line.",
55
"author": "Sebastian McKenzie <[email protected]>",
66
"homepage": "https://babeljs.io/",
@@ -29,11 +29,11 @@
2929
"chokidar": "^2.0.3"
3030
},
3131
"peerDependencies": {
32-
"@babel/core": "7.0.0-beta.46"
32+
"@babel/core": "7.0.0-beta.47"
3333
},
3434
"devDependencies": {
35-
"@babel/core": "7.0.0-beta.46",
36-
"@babel/helper-fixtures": "7.0.0-beta.46"
35+
"@babel/core": "7.0.0-beta.47",
36+
"@babel/helper-fixtures": "7.0.0-beta.47"
3737
},
3838
"bin": {
3939
"babel": "./bin/babel.js",

packages/babel-code-frame/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@babel/code-frame",
3-
"version": "7.0.0-beta.46",
3+
"version": "7.0.0-beta.47",
44
"description": "Generate errors that contain a code frame that point to source locations.",
55
"author": "Sebastian McKenzie <[email protected]>",
66
"homepage": "https://babeljs.io/",
77
"license": "MIT",
88
"repository": "https://github.com/babel/babel/tree/master/packages/babel-code-frame",
99
"main": "lib/index.js",
1010
"dependencies": {
11-
"@babel/highlight": "7.0.0-beta.46"
11+
"@babel/highlight": "7.0.0-beta.47"
1212
},
1313
"devDependencies": {
1414
"chalk": "^2.0.0",

packages/babel-core/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/core",
3-
"version": "7.0.0-beta.46",
3+
"version": "7.0.0-beta.47",
44
"description": "Babel compiler core.",
55
"main": "lib/index.js",
66
"author": "Sebastian McKenzie <[email protected]>",
@@ -28,13 +28,13 @@
2828
"./lib/transform-file-sync.js": "./lib/transform-file-sync-browser.js"
2929
},
3030
"dependencies": {
31-
"@babel/code-frame": "7.0.0-beta.46",
32-
"@babel/generator": "7.0.0-beta.46",
33-
"@babel/helpers": "7.0.0-beta.46",
34-
"@babel/template": "7.0.0-beta.46",
35-
"@babel/traverse": "7.0.0-beta.46",
36-
"@babel/types": "7.0.0-beta.46",
37-
"babylon": "7.0.0-beta.46",
31+
"@babel/code-frame": "7.0.0-beta.47",
32+
"@babel/generator": "7.0.0-beta.47",
33+
"@babel/helpers": "7.0.0-beta.47",
34+
"@babel/template": "7.0.0-beta.47",
35+
"@babel/traverse": "7.0.0-beta.47",
36+
"@babel/types": "7.0.0-beta.47",
37+
"babylon": "7.0.0-beta.47",
3838
"convert-source-map": "^1.1.0",
3939
"debug": "^3.1.0",
4040
"json5": "^0.5.0",
@@ -45,7 +45,7 @@
4545
"source-map": "^0.5.0"
4646
},
4747
"devDependencies": {
48-
"@babel/helper-transform-fixture-test-runner": "7.0.0-beta.46",
49-
"@babel/register": "7.0.0-beta.46"
48+
"@babel/helper-transform-fixture-test-runner": "7.0.0-beta.47",
49+
"@babel/register": "7.0.0-beta.47"
5050
}
5151
}
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.0.0-beta.46",
3+
"version": "7.0.0-beta.47",
44
"description": "Turns an AST into code.",
55
"author": "Sebastian McKenzie <[email protected]>",
66
"homepage": "https://babeljs.io/",
@@ -11,14 +11,14 @@
1111
"lib"
1212
],
1313
"dependencies": {
14-
"@babel/types": "7.0.0-beta.46",
14+
"@babel/types": "7.0.0-beta.47",
1515
"jsesc": "^2.5.1",
1616
"lodash": "^4.17.5",
1717
"source-map": "^0.5.0",
1818
"trim-right": "^1.0.1"
1919
},
2020
"devDependencies": {
21-
"@babel/helper-fixtures": "7.0.0-beta.46",
22-
"babylon": "7.0.0-beta.46"
21+
"@babel/helper-fixtures": "7.0.0-beta.47",
22+
"babylon": "7.0.0-beta.47"
2323
}
2424
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "@babel/helper-annotate-as-pure",
3-
"version": "7.0.0-beta.46",
3+
"version": "7.0.0-beta.47",
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",
77
"main": "lib/index.js",
88
"dependencies": {
9-
"@babel/types": "7.0.0-beta.46"
9+
"@babel/types": "7.0.0-beta.47"
1010
}
1111
}
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "@babel/helper-bindify-decorators",
3-
"version": "7.0.0-beta.46",
3+
"version": "7.0.0-beta.47",
44
"description": "Helper function to bindify decorators",
55
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-bindify-decorators",
66
"license": "MIT",
77
"main": "lib/index.js",
88
"dependencies": {
9-
"@babel/traverse": "7.0.0-beta.46",
10-
"@babel/types": "7.0.0-beta.46"
9+
"@babel/traverse": "7.0.0-beta.47",
10+
"@babel/types": "7.0.0-beta.47"
1111
}
1212
}
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "@babel/helper-builder-binary-assignment-operator-visitor",
3-
"version": "7.0.0-beta.46",
3+
"version": "7.0.0-beta.47",
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",
77
"main": "lib/index.js",
88
"dependencies": {
9-
"@babel/helper-explode-assignable-expression": "7.0.0-beta.46",
10-
"@babel/types": "7.0.0-beta.46"
9+
"@babel/helper-explode-assignable-expression": "7.0.0-beta.47",
10+
"@babel/types": "7.0.0-beta.47"
1111
}
1212
}

0 commit comments

Comments
 (0)