@babel/plugin-proposal-class-static-block
Advanced tools
Comparing version 7.16.5 to 7.16.7
{ | ||
"name": "@babel/plugin-proposal-class-static-block", | ||
"version": "7.16.5", | ||
"version": "7.16.7", | ||
"description": "Allow parsing of class static blocks", | ||
@@ -16,3 +16,4 @@ "repository": { | ||
"exports": { | ||
".": "./lib/index.js" | ||
".": "./lib/index.js", | ||
"./package.json": "./package.json" | ||
}, | ||
@@ -23,4 +24,4 @@ "keywords": [ | ||
"dependencies": { | ||
"@babel/helper-create-class-features-plugin": "^7.16.5", | ||
"@babel/helper-plugin-utils": "^7.16.5", | ||
"@babel/helper-create-class-features-plugin": "^7.16.7", | ||
"@babel/helper-plugin-utils": "^7.16.7", | ||
"@babel/plugin-syntax-class-static-block": "^7.14.5" | ||
@@ -32,6 +33,6 @@ }, | ||
"devDependencies": { | ||
"@babel/core": "^7.16.5", | ||
"@babel/helper-plugin-test-runner": "^7.16.5", | ||
"@babel/traverse": "^7.16.5", | ||
"@babel/types": "^7.16.0" | ||
"@babel/core": "^7.16.7", | ||
"@babel/helper-plugin-test-runner": "^7.16.7", | ||
"@babel/traverse": "^7.16.7", | ||
"@babel/types": "^7.16.7" | ||
}, | ||
@@ -38,0 +39,0 @@ "homepage": "https://babel.dev/docs/en/next/babel-plugin-proposal-class-static-block", |
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
4403