Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 21 additions & 21 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
"classnames": "^2.5.1",
"date-fns": "^4.1.0",
"i18next": "^24.2.3",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-i18next": "^15.4.1",
"swagger-ui-dist": "^5.20.1",
"valibot": "^1.0.0",
Expand All @@ -59,8 +59,8 @@
"@testing-library/react": "^16.2.0",
"@testing-library/user-event": "^14.6.1",
"@types/node": "^22.13.17",
"@types/react": "19.0.12",
"@types/react-dom": "19.0.4",
"@types/react": "19.1.0",
"@types/react-dom": "19.1.1",
"@types/swagger-ui-dist": "^3.30.5",
"@vitejs/plugin-react": "^4.3.4",
"@vitest/coverage-v8": "^3.1.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ exports[`<CompatSessionDetail> > renders a compatability session details 1`] = `
</ul>
</section>
<button
aria-controls="radix-:r0:"
aria-controls="radix-«r0»"
aria-expanded="false"
aria-haspopup="dialog"
class="_button_vczzf_8 _has-icon_vczzf_57 _destructive_vczzf_107"
Expand Down Expand Up @@ -503,7 +503,7 @@ exports[`<CompatSessionDetail> > renders a compatability session without an ssoL
</ul>
</section>
<button
aria-controls="radix-:r3:"
aria-controls="radix-«r3»"
aria-expanded="false"
aria-haspopup="dialog"
class="_button_vczzf_8 _has-icon_vczzf_57 _destructive_vczzf_107"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ exports[`<OAuth2SessionDetail> > renders session details 1`] = `
</ul>
</section>
<button
aria-controls="radix-:r0:"
aria-controls="radix-«r0»"
aria-expanded="false"
aria-haspopup="dialog"
class="_button_vczzf_8 _has-icon_vczzf_57 _destructive_vczzf_107"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ exports[`<CompatSession /> > renders an active session 1`] = `
class="_action_e2909e"
>
<button
aria-controls="radix-:r0:"
aria-controls="radix-«r0»"
aria-expanded="false"
aria-haspopup="dialog"
class="_button_vczzf_8 _has-icon_vczzf_57 _destructive_vczzf_107"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ exports[`<OAuth2Session /> > renders an active session 1`] = `
class="_action_e2909e"
>
<button
aria-controls="radix-:r0:"
aria-controls="radix-«r0»"
aria-expanded="false"
aria-haspopup="dialog"
class="_button_vczzf_8 _has-icon_vczzf_57 _destructive_vczzf_107"
Expand Down
Loading
Loading