v7.11.0
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-transform-spread",
|
||||
"version": "7.10.4",
|
||||
"version": "7.11.0",
|
||||
"description": "Compile ES2015 spread to ES5",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -17,13 +17,13 @@
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/helper-plugin-utils": "^7.10.4",
|
||||
"@babel/helper-skip-transparent-expression-wrappers": "7.9.6"
|
||||
"@babel/helper-skip-transparent-expression-wrappers": "^7.11.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@babel/core": "^7.0.0-0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.10.4",
|
||||
"@babel/core": "^7.11.0",
|
||||
"@babel/helper-plugin-test-runner": "^7.10.4"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user