Skip to content

Commit 75767d8

Browse files
v7.7.4
1 parent 1b4cfc2 commit 75767d8

142 files changed

Lines changed: 630 additions & 630 deletions

File tree

Some content is hidden

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

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

Lines changed: 4 additions & 4 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",
3+
"version": "7.7.4",
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",
@@ -13,13 +13,13 @@
1313
"@babel/plugin"
1414
],
1515
"dependencies": {
16-
"@babel/plugin-syntax-object-rest-spread": "^7.0.0"
16+
"@babel/plugin-syntax-object-rest-spread": "^7.7.4"
1717
},
1818
"peerDependencies": {
1919
"@babel/core": "^7.0.0-0"
2020
},
2121
"devDependencies": {
22-
"@babel/core": "^7.0.0",
23-
"@babel/helper-plugin-test-runner": "^7.0.0"
22+
"@babel/core": "^7.7.4",
23+
"@babel/helper-plugin-test-runner": "^7.7.4"
2424
}
2525
}

codemods/babel-plugin-codemod-optional-catch-binding/package.json

Lines changed: 4 additions & 4 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",
3+
"version": "7.7.4",
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",
@@ -13,13 +13,13 @@
1313
"@babel/plugin"
1414
],
1515
"dependencies": {
16-
"@babel/plugin-syntax-optional-catch-binding": "^7.0.0"
16+
"@babel/plugin-syntax-optional-catch-binding": "^7.7.4"
1717
},
1818
"peerDependencies": {
1919
"@babel/core": "^7.0.0-0"
2020
},
2121
"devDependencies": {
22-
"@babel/core": "^7.0.0",
23-
"@babel/helper-plugin-test-runner": "^7.0.0"
22+
"@babel/core": "^7.7.4",
23+
"@babel/helper-plugin-test-runner": "^7.7.4"
2424
}
2525
}

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "7.7.3",
2+
"version": "7.7.4",
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.7.0",
3+
"version": "7.7.4",
44
"description": "Babel command line.",
55
"author": "Sebastian McKenzie <sebmck@gmail.com>",
66
"homepage": "https://babeljs.io/",
@@ -35,7 +35,7 @@
3535
"@babel/core": "^7.0.0-0"
3636
},
3737
"devDependencies": {
38-
"@babel/core": "^7.7.0",
38+
"@babel/core": "^7.7.4",
3939
"@babel/helper-fixtures": "^7.6.3"
4040
},
4141
"bin": {

packages/babel-core/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/core",
3-
"version": "7.7.2",
3+
"version": "7.7.4",
44
"description": "Babel compiler core.",
55
"main": "lib/index.js",
66
"author": "Sebastian McKenzie <sebmck@gmail.com>",
@@ -40,12 +40,12 @@
4040
},
4141
"dependencies": {
4242
"@babel/code-frame": "^7.5.5",
43-
"@babel/generator": "^7.7.2",
44-
"@babel/helpers": "^7.7.0",
45-
"@babel/parser": "^7.7.2",
46-
"@babel/template": "^7.7.0",
47-
"@babel/traverse": "^7.7.2",
48-
"@babel/types": "^7.7.2",
43+
"@babel/generator": "^7.7.4",
44+
"@babel/helpers": "^7.7.4",
45+
"@babel/parser": "^7.7.4",
46+
"@babel/template": "^7.7.4",
47+
"@babel/traverse": "^7.7.4",
48+
"@babel/types": "^7.7.4",
4949
"convert-source-map": "^1.7.0",
5050
"debug": "^4.1.0",
5151
"json5": "^2.1.0",
@@ -55,6 +55,6 @@
5555
"source-map": "^0.5.0"
5656
},
5757
"devDependencies": {
58-
"@babel/helper-transform-fixture-test-runner": "^7.6.4"
58+
"@babel/helper-transform-fixture-test-runner": "^7.7.4"
5959
}
6060
}

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.7.2",
3+
"version": "7.7.4",
44
"description": "Turns an AST into code.",
55
"author": "Sebastian McKenzie <sebmck@gmail.com>",
66
"homepage": "https://babeljs.io/",
@@ -14,13 +14,13 @@
1414
"lib"
1515
],
1616
"dependencies": {
17-
"@babel/types": "^7.7.2",
17+
"@babel/types": "^7.7.4",
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.7.2"
24+
"@babel/parser": "^7.7.4"
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.7.0",
3+
"version": "7.7.4",
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.7.0"
12+
"@babel/types": "^7.7.4"
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.7.0",
3+
"version": "7.7.4",
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.7.0",
13-
"@babel/types": "^7.7.0"
12+
"@babel/traverse": "^7.7.4",
13+
"@babel/types": "^7.7.4"
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.7.0",
3+
"version": "7.7.4",
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.7.0",
13-
"@babel/types": "^7.7.0"
12+
"@babel/helper-explode-assignable-expression": "^7.7.4",
13+
"@babel/types": "^7.7.4"
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.7.0",
3+
"version": "7.7.4",
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.7.0",
12+
"@babel/types": "^7.7.4",
1313
"esutils": "^2.0.0"
1414
}
1515
}

0 commit comments

Comments
 (0)