Skip to content

Commit c831a24

Browse files
v7.8.8
1 parent 565ab9a commit c831a24

8 files changed

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

packages/babel-generator/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/generator",
3-
"version": "7.8.7",
3+
"version": "7.8.8",
44
"description": "Turns an AST into code.",
55
"author": "Sebastian McKenzie <[email protected]>",
66
"homepage": "https://babeljs.io/",
@@ -21,6 +21,6 @@
2121
},
2222
"devDependencies": {
2323
"@babel/helper-fixtures": "^7.8.6",
24-
"@babel/parser": "^7.8.7"
24+
"@babel/parser": "^7.8.8"
2525
}
2626
}

packages/babel-helper-create-regexp-features-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/helper-create-regexp-features-plugin",
3-
"version": "7.8.6",
3+
"version": "7.8.8",
44
"author": "The Babel Team (https://babeljs.io/team)",
55
"license": "MIT",
66
"description": "Compile ESNext Regular Expressions to ES5",

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

packages/babel-plugin-proposal-unicode-property-regex/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-proposal-unicode-property-regex",
3-
"version": "7.8.3",
3+
"version": "7.8.8",
44
"description": "Compile Unicode property escapes in Unicode regular expressions to ES5.",
55
"homepage": "https://babeljs.io/",
66
"license": "MIT",
@@ -22,7 +22,7 @@
2222
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-unicode-property-regex",
2323
"bugs": "https://github.com/babel/babel/issues",
2424
"dependencies": {
25-
"@babel/helper-create-regexp-features-plugin": "^7.8.3",
25+
"@babel/helper-create-regexp-features-plugin": "^7.8.8",
2626
"@babel/helper-plugin-utils": "^7.8.3"
2727
},
2828
"peerDependencies": {

packages/babel-plugin-transform-destructuring/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/plugin-transform-destructuring",
3-
"version": "7.8.3",
3+
"version": "7.8.8",
44
"description": "Compile ES2015 destructuring to ES5",
55
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-destructuring",
66
"license": "MIT",

packages/babel-plugin-transform-parameters/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/plugin-transform-parameters",
3-
"version": "7.8.7",
3+
"version": "7.8.8",
44
"description": "Compile ES2015 default and rest parameters to ES5",
55
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-parameters",
66
"license": "MIT",

packages/babel-standalone/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/standalone",
3-
"version": "7.8.7",
3+
"version": "7.8.8",
44
"description": "Standalone build of Babel for use in non-Node.js environments.",
55
"main": "babel.js",
66
"files": [
@@ -33,7 +33,7 @@
3333
"@babel/plugin-proposal-pipeline-operator": "^7.8.3",
3434
"@babel/plugin-proposal-private-methods": "^7.8.3",
3535
"@babel/plugin-proposal-throw-expressions": "^7.8.3",
36-
"@babel/plugin-proposal-unicode-property-regex": "^7.8.3",
36+
"@babel/plugin-proposal-unicode-property-regex": "^7.8.8",
3737
"@babel/plugin-syntax-async-generators": "^7.8.0",
3838
"@babel/plugin-syntax-class-properties": "^7.8.3",
3939
"@babel/plugin-syntax-decorators": "^7.8.3",
@@ -57,7 +57,7 @@
5757
"@babel/plugin-transform-block-scoping": "^7.8.3",
5858
"@babel/plugin-transform-classes": "^7.8.6",
5959
"@babel/plugin-transform-computed-properties": "^7.8.3",
60-
"@babel/plugin-transform-destructuring": "^7.8.3",
60+
"@babel/plugin-transform-destructuring": "^7.8.8",
6161
"@babel/plugin-transform-dotall-regex": "^7.8.3",
6262
"@babel/plugin-transform-duplicate-keys": "^7.8.3",
6363
"@babel/plugin-transform-exponentiation-operator": "^7.8.3",
@@ -78,7 +78,7 @@
7878
"@babel/plugin-transform-object-assign": "^7.8.3",
7979
"@babel/plugin-transform-object-set-prototype-of-to-assign": "^7.8.3",
8080
"@babel/plugin-transform-object-super": "^7.8.3",
81-
"@babel/plugin-transform-parameters": "^7.8.7",
81+
"@babel/plugin-transform-parameters": "^7.8.8",
8282
"@babel/plugin-transform-property-literals": "^7.8.3",
8383
"@babel/plugin-transform-property-mutators": "^7.8.3",
8484
"@babel/plugin-transform-proto-to-assign": "^7.8.3",

0 commit comments

Comments
 (0)