@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly
Advanced tools
Comparing version 7.25.0 to 7.25.7
{ | ||
"name": "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly", | ||
"version": "7.25.0", | ||
"version": "7.25.7", | ||
"description": "Transform static class fields assignments that are affected by https://crbug.com/v8/12421", | ||
@@ -28,4 +28,4 @@ "repository": { | ||
"dependencies": { | ||
"@babel/helper-plugin-utils": "^7.24.8", | ||
"@babel/traverse": "^7.25.0" | ||
"@babel/helper-plugin-utils": "^7.25.7", | ||
"@babel/traverse": "^7.25.7" | ||
}, | ||
@@ -36,5 +36,5 @@ "peerDependencies": { | ||
"devDependencies": { | ||
"@babel/core": "^7.24.9", | ||
"@babel/helper-plugin-test-runner": "^7.24.7", | ||
"@babel/traverse": "^7.25.0" | ||
"@babel/core": "^7.25.7", | ||
"@babel/helper-plugin-test-runner": "^7.25.7", | ||
"@babel/traverse": "^7.25.7" | ||
}, | ||
@@ -41,0 +41,0 @@ "engines": { |
@@ -15,4 +15,10 @@ /* This file is automatically generated by scripts/generators/tsconfig.js */ | ||
"path": "../../packages/babel-helper-plugin-utils" | ||
}, | ||
{ | ||
"path": "../../packages/babel-traverse" | ||
}, | ||
{ | ||
"path": "../../packages/babel-core" | ||
} | ||
] | ||
} |
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
96477
192