Skip to content

Commit 7982388

Browse files
committed
update to jest 22
1 parent 78f09b8 commit 7982388

File tree

2 files changed

+1223
-400
lines changed

2 files changed

+1223
-400
lines changed

frontend/package.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@
238238
"@types/glob": "7.x",
239239
"@types/immutable": "3.x",
240240
"@types/jasmine": "2.8.x",
241-
"@types/jest": "21.x",
241+
"@types/jest": "22.x",
242242
"@types/json-schema": "^7.0.7",
243243
"@types/lodash-es": "4.17.x",
244244
"@types/node": "22.x",
@@ -280,8 +280,8 @@
280280
"i18next-parser": "^9.3.0",
281281
"i18next-pseudo": "^2.2.0",
282282
"jasmine-core": "2.x",
283-
"jest": "21.x",
284-
"jest-cli": "21.x",
283+
"jest": "22.x",
284+
"jest-cli": "22.x",
285285
"jest-junit": "^11.1.0",
286286
"jest-resolve": "^26.4.0",
287287
"jest-transform-graphql": "^2.1.0",
@@ -305,7 +305,7 @@
305305
"sass-loader": "^10.1.1",
306306
"style-loader": "^2.0.0",
307307
"thread-loader": "^4.0.4",
308-
"ts-jest": "21.x",
308+
"ts-jest": "22.x",
309309
"ts-node": "10.9.2",
310310
"typescript": "5.7.2",
311311
"val-loader": "^6.0.0",
@@ -320,13 +320,11 @@
320320
"resolutions": {
321321
"@types/react-router": "^5.1.20",
322322
"@types/react-router-dom": "5.3.x",
323-
"@types/jest": "21.x",
324323
"hosted-git-info": "^3.0.8",
325324
"jquery": "3.5.1",
326325
"lodash-es": "^4.17.21",
327326
"minimist": "1.2.5",
328327
"ua-parser-js": "^0.7.24",
329-
"jest": "21.x",
330328
"glob-parent": "^5.1.2",
331329
"postcss": "^8.2.13",
332330
"async": "^3.2.5"

0 commit comments

Comments
 (0)