v7.8.3
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-transform-property-mutators",
|
||||
"version": "7.8.0",
|
||||
"version": "7.8.3",
|
||||
"description": "Compile ES5 property mutator shorthand syntax to Object.defineProperty",
|
||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-property-mutators",
|
||||
"license": "MIT",
|
||||
@@ -12,14 +12,14 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/helper-define-map": "^7.8.0",
|
||||
"@babel/helper-plugin-utils": "^7.8.0"
|
||||
"@babel/helper-define-map": "^7.8.3",
|
||||
"@babel/helper-plugin-utils": "^7.8.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@babel/core": "^7.0.0-0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.8.0",
|
||||
"@babel/helper-plugin-test-runner": "^7.8.0"
|
||||
"@babel/core": "^7.8.3",
|
||||
"@babel/helper-plugin-test-runner": "^7.8.3"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user