chore: bump Jest to v30

- jest: ^29.7.0 → ^30.0.0
- @types/jest: ^29.5.12 → ^30.0.0
- ts-jest: ^29.1.1 → ^29.4.6
This commit is contained in:
Daniel Kennedy
2026-01-30 09:44:29 -05:00
parent ffae274475
commit 59d7acc324
2 changed files with 1184 additions and 659 deletions
+5 -5
View File
@@ -1,6 +1,6 @@
{
"name": "root",
"private": true,
"private": true,
"scripts": {
"audit-all": "lerna run audit-moderate",
"bootstrap": "lerna exec -- npm install",
@@ -16,7 +16,7 @@
"test": "jest --testTimeout 70000"
},
"devDependencies": {
"@types/jest": "^29.5.4",
"@types/jest": "^30.0.0",
"@types/node": "^24.1.0",
"@types/signale": "^1.4.1",
"concurrently": "^6.1.0",
@@ -26,11 +26,11 @@
"eslint-plugin-jest": "^27.2.3",
"eslint-plugin-prettier": "^5.0.0",
"flow-bin": "^0.115.0",
"jest": "^29.6.4",
"jest": "^30.2.0",
"lerna": "^6.4.1",
"nx": "16.6.0",
"prettier": "^3.0.0",
"ts-jest": "^29.1.1",
"ts-jest": "^29.4.6",
"typescript": "^5.2.2"
},
"overrides": {
@@ -47,4 +47,4 @@
"uri-js": "npm:uri-js-replace@^1.0.1",
"node-fetch": "^3.3.2"
}
}
}