@babel/plugin-proposal-class-properties
Advanced tools
Comparing version 7.12.1 to 7.12.13
{ | ||
"name": "@babel/plugin-proposal-class-properties", | ||
"version": "7.12.1", | ||
"version": "7.12.13", | ||
"description": "This plugin transforms static class properties as well as properties declared with the property initializer syntax", | ||
@@ -10,2 +10,3 @@ "repository": { | ||
}, | ||
"homepage": "https://babel.dev/docs/en/next/babel-plugin-proposal-class-properties", | ||
"license": "MIT", | ||
@@ -20,4 +21,4 @@ "publishConfig": { | ||
"dependencies": { | ||
"@babel/helper-create-class-features-plugin": "^7.12.1", | ||
"@babel/helper-plugin-utils": "^7.10.4" | ||
"@babel/helper-create-class-features-plugin": "^7.12.13", | ||
"@babel/helper-plugin-utils": "^7.12.13" | ||
}, | ||
@@ -28,5 +29,5 @@ "peerDependencies": { | ||
"devDependencies": { | ||
"@babel/core": "^7.12.1", | ||
"@babel/helper-plugin-test-runner": "7.10.4" | ||
"@babel/core": "7.12.13", | ||
"@babel/helper-plugin-test-runner": "7.12.13" | ||
} | ||
} |
@@ -5,3 +5,3 @@ # @babel/plugin-proposal-class-properties | ||
See our website [@babel/plugin-proposal-class-properties](https://babeljs.io/docs/en/next/babel-plugin-proposal-class-properties.html) for more information. | ||
See our website [@babel/plugin-proposal-class-properties](https://babeljs.io/docs/en/babel-plugin-proposal-class-properties) for more information. | ||
@@ -8,0 +8,0 @@ ## Install |
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
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
3211
0