fix: update ts-jest, @types/jest, jest-circus for jest 30 compatibility
Co-authored-by: peter-evans <[email protected]>
This commit is contained in:
co-authored by
peter-evans
parent
dbc9777aec
commit
a7af1a9414
Vendored
+1975
-1126
File diff suppressed because it is too large
Load Diff
Generated
+3124
-15213
File diff suppressed because it is too large
Load Diff
+3
-3
@@ -40,7 +40,7 @@
|
||||
"https-proxy-agent": "^5.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/jest": "^27.0.3",
|
||||
"@types/jest": "^30.0.0",
|
||||
"@types/node": "^16.18.126",
|
||||
"@typescript-eslint/eslint-plugin": "^5.62.0",
|
||||
"@typescript-eslint/parser": "^5.62.0",
|
||||
@@ -51,10 +51,10 @@
|
||||
"eslint-plugin-jest": "^25.7.0",
|
||||
"eslint-plugin-prettier": "^5.5.5",
|
||||
"jest": "^30.2.0",
|
||||
"jest-circus": "^27.5.1",
|
||||
"jest-circus": "^30.2.0",
|
||||
"js-yaml": "^4.1.1",
|
||||
"prettier": "^3.8.1",
|
||||
"ts-jest": "^27.1.5",
|
||||
"ts-jest": "^29.4.6",
|
||||
"typescript": "^4.9.5"
|
||||
}
|
||||
}
|
||||
|
||||
+2
-1
@@ -10,7 +10,8 @@
|
||||
"declaration": true,
|
||||
"strict": true,
|
||||
"noImplicitAny": false,
|
||||
"esModuleInterop": true
|
||||
"esModuleInterop": true,
|
||||
"skipLibCheck": true
|
||||
},
|
||||
"exclude": ["__test__", "lib", "node_modules"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user