Skip to content

Commit 40e8213

Browse files
fix(deps): update jest monorepo to v30
1 parent 3fa18a6 commit 40e8213

File tree

4 files changed

+1243
-772
lines changed

4 files changed

+1243
-772
lines changed

frontends/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@faker-js/faker": "^10.0.0",
2323
"@testing-library/react": "^16.3.0",
2424
"enforce-unique": "^1.3.0",
25-
"jest": "^29.7.0",
25+
"jest": "^30.0.0",
2626
"jest-when": "^3.7.0",
2727
"lodash": "^4.17.21",
2828
"ol-test-utilities": "0.0.0"

frontends/main/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"@testing-library/jest-dom": "^6.4.8",
4949
"@testing-library/react": "^16.3.0",
5050
"@testing-library/user-event": "^14.5.2",
51-
"@types/jest": "^29.5.12",
51+
"@types/jest": "^30.0.0",
5252
"@types/lodash": "^4.17.7",
5353
"@types/node": "^22.0.0",
5454
"@types/react": "^19.2.7",
@@ -58,7 +58,7 @@
5858
"eslint": "8.57.1",
5959
"eslint-config-next": "^14.2.7",
6060
"http-proxy-middleware": "^3.0.0",
61-
"jest": "^29.7.0",
61+
"jest": "^30.0.0",
6262
"jest-extended": "^7.0.0",
6363
"jest-next-dynamic-ts": "^0.1.1",
6464
"next-router-mock": "^1.0.2",

frontends/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@testing-library/react": "^16.3.0",
4343
"@testing-library/user-event": "^14.5.2",
4444
"@types/css-mediaquery": "^0.1.1",
45-
"@types/jest": "^29.5.2",
45+
"@types/jest": "^30.0.0",
4646
"@types/jest-when": "^3.5.2",
4747
"@types/react-infinite-scroller": "^1.2.3",
4848
"@typescript-eslint/eslint-plugin": "^8.0.0",
@@ -59,8 +59,8 @@
5959
"eslint-plugin-react-hooks": "^5.0.0",
6060
"eslint-plugin-styled-components-a11y": "^2.1.35",
6161
"eslint-plugin-testing-library": "^7.0.0",
62-
"jest": "^29.7.0",
63-
"jest-environment-jsdom": "^29.5.0",
62+
"jest": "^30.0.0",
63+
"jest-environment-jsdom": "^30.0.0",
6464
"jest-extended": "^7.0.0",
6565
"jest-fail-on-console": "^3.3.1",
6666
"jest-watch-typeahead": "^3.0.1",
@@ -75,6 +75,6 @@
7575
"typescript": "^5.4.3"
7676
},
7777
"dependencies": {
78-
"@jest/environment": "^29.7.0"
78+
"@jest/environment": "^30.0.0"
7979
}
8080
}

0 commit comments

Comments
 (0)