Skip to content

Commit 35f4d12

Browse files
v7.7.2
1 parent 9082e68 commit 35f4d12

14 files changed

Lines changed: 33 additions & 33 deletions

File tree

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

packages/babel-core/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/core",
3-
"version": "7.7.0",
3+
"version": "7.7.2",
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.7.0",
37+
"@babel/generator": "^7.7.2",
3838
"@babel/helpers": "^7.7.0",
39-
"@babel/parser": "^7.7.0",
39+
"@babel/parser": "^7.7.2",
4040
"@babel/template": "^7.7.0",
41-
"@babel/traverse": "^7.7.0",
42-
"@babel/types": "^7.7.0",
41+
"@babel/traverse": "^7.7.2",
42+
"@babel/types": "^7.7.2",
4343
"convert-source-map": "^1.7.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.7.0",
3+
"version": "7.7.2",
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.7.0",
17+
"@babel/types": "^7.7.2",
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.0"
24+
"@babel/parser": "^7.7.2"
2525
}
2626
}

packages/babel-helper-create-regexp-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-regexp-features-plugin",
3-
"version": "7.7.0",
3+
"version": "7.7.2",
44
"author": "The Babel Team (https://babeljs.io/team)",
55
"license": "MIT",
66
"description": "Compile ESNext Regular Expressions to ES5",
@@ -25,7 +25,7 @@
2525
"@babel/core": "^7.0.0"
2626
},
2727
"devDependencies": {
28-
"@babel/core": "^7.7.0",
28+
"@babel/core": "^7.7.2",
2929
"@babel/helper-plugin-test-runner": "^7.0.0"
3030
}
3131
}

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.7.0",
3+
"version": "7.7.2",
44
"description": "A JavaScript parser",
55
"author": "Sebastian McKenzie <[email protected]>",
66
"homepage": "https://babeljs.io/",

packages/babel-plugin-transform-typescript/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-transform-typescript",
3-
"version": "7.7.0",
3+
"version": "7.7.2",
44
"description": "Transform TypeScript into ES.next",
55
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-typescript",
66
"license": "MIT",
@@ -21,7 +21,7 @@
2121
"@babel/core": "^7.0.0-0"
2222
},
2323
"devDependencies": {
24-
"@babel/core": "^7.7.0",
24+
"@babel/core": "^7.7.2",
2525
"@babel/helper-plugin-test-runner": "^7.0.0"
2626
}
2727
}

packages/babel-preset-env-standalone/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/preset-env-standalone",
3-
"version": "7.7.1",
3+
"version": "7.7.2",
44
"description": "Standalone build of babel-prest-env for use in non-Node.js environments.",
55
"main": "babel-preset-env.js",
66
"files": [
@@ -17,7 +17,7 @@
1717
"@babel/plugin-transform-named-capturing-groups-regex": "^7.7.0",
1818
"@babel/plugin-transform-new-target": "^7.4.4",
1919
"@babel/preset-env": "^7.7.1",
20-
"@babel/standalone": "^7.7.1"
20+
"@babel/standalone": "^7.7.2"
2121
},
2222
"keywords": [
2323
"babel",

packages/babel-preset-typescript/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/preset-typescript",
3-
"version": "7.7.0",
3+
"version": "7.7.2",
44
"description": "Babel preset for TypeScript.",
55
"repository": "https://github.com/babel/babel/tree/master/packages/babel-preset-typescript",
66
"license": "MIT",
@@ -14,13 +14,13 @@
1414
],
1515
"dependencies": {
1616
"@babel/helper-plugin-utils": "^7.0.0",
17-
"@babel/plugin-transform-typescript": "^7.7.0"
17+
"@babel/plugin-transform-typescript": "^7.7.2"
1818
},
1919
"peerDependencies": {
2020
"@babel/core": "^7.0.0-0"
2121
},
2222
"devDependencies": {
23-
"@babel/core": "^7.7.0",
23+
"@babel/core": "^7.7.2",
2424
"@babel/helper-plugin-test-runner": "^7.0.0"
2525
}
2626
}

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.7.1",
3+
"version": "7.7.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.7.1",
3+
"version": "7.7.2",
44
"description": "babel's modular runtime helpers with core-js@3 polyfilling",
55
"license": "MIT",
66
"publishConfig": {

0 commit comments

Comments
 (0)