@babel/plugin-proposal-object-rest-spread
Advanced tools
Comparing version 7.18.6 to 7.18.9
{ | ||
"name": "@babel/plugin-proposal-object-rest-spread", | ||
"version": "7.18.6", | ||
"version": "7.18.9", | ||
"description": "Compile object rest and spread to ES5", | ||
@@ -20,7 +20,7 @@ "repository": { | ||
"dependencies": { | ||
"@babel/compat-data": "^7.18.6", | ||
"@babel/helper-compilation-targets": "^7.18.6", | ||
"@babel/helper-plugin-utils": "^7.18.6", | ||
"@babel/compat-data": "^7.18.8", | ||
"@babel/helper-compilation-targets": "^7.18.9", | ||
"@babel/helper-plugin-utils": "^7.18.9", | ||
"@babel/plugin-syntax-object-rest-spread": "^7.8.3", | ||
"@babel/plugin-transform-parameters": "^7.18.6" | ||
"@babel/plugin-transform-parameters": "^7.18.8" | ||
}, | ||
@@ -31,5 +31,5 @@ "peerDependencies": { | ||
"devDependencies": { | ||
"@babel/core": "^7.18.6", | ||
"@babel/core": "^7.18.9", | ||
"@babel/helper-plugin-test-runner": "^7.18.6", | ||
"@babel/parser": "^7.18.6" | ||
"@babel/parser": "^7.18.9" | ||
}, | ||
@@ -36,0 +36,0 @@ "engines": { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
98626