@babel/plugin-transform-class-static-block
Advanced tools
Comparing version 8.0.0-alpha.2 to 8.0.0-alpha.3
{ | ||
"name": "@babel/plugin-transform-class-static-block", | ||
"version": "8.0.0-alpha.2", | ||
"version": "8.0.0-alpha.3", | ||
"description": "Transform class static blocks", | ||
@@ -23,13 +23,13 @@ "repository": { | ||
"dependencies": { | ||
"@babel/helper-create-class-features-plugin": "^8.0.0-alpha.2", | ||
"@babel/helper-plugin-utils": "^8.0.0-alpha.2" | ||
"@babel/helper-create-class-features-plugin": "^8.0.0-alpha.3", | ||
"@babel/helper-plugin-utils": "^8.0.0-alpha.3" | ||
}, | ||
"peerDependencies": { | ||
"@babel/core": "^8.0.0-alpha.2" | ||
"@babel/core": "^8.0.0-alpha.3" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^8.0.0-alpha.2", | ||
"@babel/helper-plugin-test-runner": "^8.0.0-alpha.2", | ||
"@babel/traverse": "^8.0.0-alpha.2", | ||
"@babel/types": "^8.0.0-alpha.2" | ||
"@babel/core": "^8.0.0-alpha.3", | ||
"@babel/helper-plugin-test-runner": "^8.0.0-alpha.3", | ||
"@babel/traverse": "^8.0.0-alpha.3", | ||
"@babel/types": "^8.0.0-alpha.3" | ||
}, | ||
@@ -36,0 +36,0 @@ "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-class-static-block", |
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
9897