@babel/plugin-transform-proto-to-assign
Advanced tools
Comparing version 7.0.0-rc.1 to 7.0.0-rc.2
{ | ||
"name": "@babel/plugin-transform-proto-to-assign", | ||
"version": "7.0.0-rc.1", | ||
"version": "7.0.0-rc.2", | ||
"description": "Babel plugin for turning __proto__ into a shallow property clone", | ||
@@ -12,3 +12,3 @@ "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-proto-to-assign", | ||
"dependencies": { | ||
"@babel/helper-plugin-utils": "7.0.0-rc.1" | ||
"@babel/helper-plugin-utils": "7.0.0-rc.2" | ||
}, | ||
@@ -19,5 +19,5 @@ "peerDependencies": { | ||
"devDependencies": { | ||
"@babel/core": "7.0.0-rc.1", | ||
"@babel/helper-plugin-test-runner": "7.0.0-rc.1" | ||
"@babel/core": "7.0.0-rc.2", | ||
"@babel/helper-plugin-test-runner": "7.0.0-rc.2" | ||
} | ||
} |
+ Added@babel/helper-plugin-utils@7.0.0-rc.2(transitive)
- Removed@babel/helper-plugin-utils@7.0.0-rc.1(transitive)