chore(build): sync Jest version across plugins (#29414)

Signed-off-by: hainenber <dotronghai96@gmail.com>
This commit is contained in:
Đỗ Trọng Hải
2024-07-10 02:20:13 +07:00
committed by GitHub
parent e749efcb97
commit 813775e719
5 changed files with 198 additions and 5182 deletions

View File

@@ -39,6 +39,6 @@
"devDependencies": {
"@babel/types": "^7.24.0",
"@types/jest": "^29.5.12",
"jest": "^26.0.1"
"jest": "^29.7.0"
}
}