Skip to content

Commit 0ac432f

Browse files
committed
Update dependencies
1 parent ec54a5f commit 0ac432f

File tree

4 files changed

+716
-1435
lines changed

4 files changed

+716
-1435
lines changed

backend/poetry.lock

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/__tests__/unit/pages/Modal.test.tsx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,10 +112,11 @@ describe('Dialog Component', () => {
112112
expect(onClose).toHaveBeenCalledTimes(1)
113113
})
114114

115-
it('manages body overflow style correctly', () => {
115+
it('manages body overflow style correctly', async () => {
116116
const { unmount } = renderModal()
117-
118-
expect(document.body.style.overflow).toBe('hidden')
117+
await waitFor(() => {
118+
expect(document.body.style.overflow).toBe('hidden')
119+
})
119120

120121
unmount()
121122

frontend/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
},
2020
"dependencies": {
2121
"@apollo/client": "^3.13.5",
22-
"@ark-ui/react": "^5.2.0",
23-
"@chakra-ui/react": "^3.13.0",
22+
"@ark-ui/react": "^5.3.1",
23+
"@chakra-ui/react": "^3.14.2",
2424
"@emotion/react": "^11.14.0",
2525
"@emotion/styled": "^11.14.0",
2626
"@fortawesome/fontawesome-svg-core": "^6.7.2",
@@ -67,8 +67,8 @@
6767
"@types/react": "^19.0.12",
6868
"@types/react-dom": "^19.0.4",
6969
"@types/react-gtm-module": "^2.0.4",
70-
"@typescript-eslint/eslint-plugin": "^8.27.0",
71-
"@typescript-eslint/parser": "^8.27.0",
70+
"@typescript-eslint/eslint-plugin": "^8.28.0",
71+
"@typescript-eslint/parser": "^8.28.0",
7272
"@vitejs/plugin-react": "^4.3.4",
7373
"autoprefixer": "^10.4.21",
7474
"eslint": "^9.23.0",
@@ -77,7 +77,7 @@
7777
"eslint-plugin-import": "^2.31.0",
7878
"eslint-plugin-jest": "^28.11.0",
7979
"eslint-plugin-jsx-a11y": "^6.10.2",
80-
"eslint-plugin-prettier": "^5.2.4",
80+
"eslint-plugin-prettier": "^5.2.5",
8181
"eslint-plugin-react": "^7.37.4",
8282
"eslint-plugin-react-hooks": "^5.2.0",
8383
"globals": "^16.0.0",
@@ -93,7 +93,7 @@
9393
"ts-jest": "^29.3.0",
9494
"ts-node": "^10.9.2",
9595
"typescript": "~5.8.2",
96-
"typescript-eslint": "^8.27.0",
96+
"typescript-eslint": "^8.28.0",
9797
"util": "^0.12.5",
9898
"vite": "^6.2.3",
9999
"vite-plugin-environment": "^1.1.3",

0 commit comments

Comments
 (0)