chore(deps-dev): update jest requirement from ^30.0.5 to ^30.2.0 in /superset-frontend/plugins/plugin-chart-pivot-table (#35392)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-10-10 10:48:01 -07:00
committed by GitHub
parent 412587ad41
commit de0bd37a66
2 changed files with 394 additions and 294 deletions

View File

@@ -39,6 +39,6 @@
"devDependencies": {
"@babel/types": "^7.28.4",
"@types/jest": "^29.5.12",
"jest": "^30.0.5"
"jest": "^30.2.0"
}
}