This commit is contained in:
Babel Bot
2021-10-06 20:45:15 +00:00
parent e97a6baecb
commit c4b13725aa
16 changed files with 45 additions and 46 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-spread",
"version": "7.14.6",
"version": "7.15.8",
"description": "Compile ES2015 spread to ES5",
"repository": {
"type": "git",
@@ -17,7 +17,7 @@
],
"dependencies": {
"@babel/helper-plugin-utils": "workspace:^7.14.5",
"@babel/helper-skip-transparent-expression-wrappers": "workspace:^7.14.5"
"@babel/helper-skip-transparent-expression-wrappers": "workspace:^7.15.4"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"