Skip to content

Commit 42c8e0f

Browse files
v7.7.1
1 parent bf48fca commit 42c8e0f

8 files changed

Lines changed: 11 additions & 11 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.0",
2+
"version": "7.7.1",
33
"changelog": {
44
"repo": "babel/babel",
55
"cacheDir": ".changelog",

packages/babel-preset-env-standalone/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-env-standalone",
3-
"version": "7.7.0",
3+
"version": "7.7.1",
44
"description": "Standalone build of babel-prest-env for use in non-Node.js environments.",
55
"main": "babel-preset-env.js",
66
"files": [
@@ -16,8 +16,8 @@
1616
"@babel/plugin-proposal-json-strings": "^7.0.0",
1717
"@babel/plugin-transform-named-capturing-groups-regex": "^7.7.0",
1818
"@babel/plugin-transform-new-target": "^7.4.4",
19-
"@babel/preset-env": "^7.7.0",
20-
"@babel/standalone": "^7.7.0"
19+
"@babel/preset-env": "^7.7.1",
20+
"@babel/standalone": "^7.7.1"
2121
},
2222
"keywords": [
2323
"babel",

packages/babel-preset-env/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",
3-
"version": "7.7.0",
3+
"version": "7.7.1",
44
"description": "A Babel preset for each environment.",
55
"author": "Henry Zhu <[email protected]>",
66
"homepage": "https://babeljs.io/",
@@ -59,7 +59,7 @@
5959
"@babel/plugin-transform-template-literals": "^7.4.4",
6060
"@babel/plugin-transform-typeof-symbol": "^7.2.0",
6161
"@babel/plugin-transform-unicode-regex": "^7.7.0",
62-
"@babel/types": "^7.7.0",
62+
"@babel/types": "^7.7.1",
6363
"browserslist": "^4.6.0",
6464
"core-js-compat": "^3.1.1",
6565
"invariant": "^2.2.2",

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

packages/babel-runtime/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",
3-
"version": "7.7.0",
3+
"version": "7.7.1",
44
"description": "babel's modular runtime helpers",
55
"license": "MIT",
66
"publishConfig": {

packages/babel-standalone/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/standalone",
3-
"version": "7.7.0",
3+
"version": "7.7.1",
44
"description": "Standalone build of Babel for use in non-Node.js environments.",
55
"main": "babel.js",
66
"files": [

packages/babel-types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/types",
3-
"version": "7.7.0",
3+
"version": "7.7.1",
44
"description": "Babel Types is a Lodash-esque utility library for AST nodes",
55
"author": "Sebastian McKenzie <[email protected]>",
66
"homepage": "https://babeljs.io/",

0 commit comments

Comments
 (0)