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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 198 additions and 5182 deletions

File diff suppressed because it is too large Load Diff

View File

@ -322,7 +322,7 @@
"jest-environment-jsdom": "^29.7.0",
"jest-enzyme": "^7.1.2",
"jest-html-reporter": "^3.10.2",
"jest-websocket-mock": "^2.2.0",
"jest-websocket-mock": "^2.5.0",
"jsdom": "^24.0.0",
"lerna": "^6.6.2",
"less": "^4.2.0",

View File

@ -12,7 +12,7 @@
"@airbnb/config-babel": "^2.0.1",
"@babel/cli": "^7.16.0",
"@types/jest": "^26.0.4",
"jest": "^26.6.3",
"jest": "^29.7.0",
"rimraf": "^3.0.2",
"typescript": "^4.1.2"
},

View File

@ -36,7 +36,7 @@
"devDependencies": {
"@babel/cli": "^7.16.0",
"@types/jest": "^26.0.4",
"jest": "^26.6.3",
"jest": "^29.7.0",
"rimraf": "^3.0.2",
"typescript": "^4.1.2"
}

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"
}
}