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
44 changes: 22 additions & 22 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": "^25.5.3",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-i18next": "^16.0.0",
"swagger-ui-dist": "^5.29.1",
"valibot": "^1.1.0",
Expand All @@ -55,8 +55,8 @@
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1",
"@types/node": "^24.7.0",
"@types/react": "19.1.16",
"@types/react-dom": "19.1.9",
"@types/react": "19.2.2",
"@types/react-dom": "19.2.1",
"@types/swagger-ui-dist": "^3.30.6",
"@vitejs/plugin-react": "^5.0.4",
"@vitest/coverage-v8": "^3.2.4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ exports[`<CompatSessionDetail> > renders a compatability session details 1`] = `
>
element.io: Unknown device
<button
aria-controls="radix-«r0»"
aria-controls="radix-_r_0_"
aria-expanded="false"
aria-haspopup="dialog"
aria-labelledby="«r3»"
aria-labelledby="_r_3_"
class="_icon-button_1pz9o_8"
data-kind="primary"
data-state="closed"
Expand Down Expand Up @@ -268,7 +268,7 @@ exports[`<CompatSessionDetail> > renders a compatability session details 1`] = `
</ul>
</section>
<button
aria-controls="radix-«r8»"
aria-controls="radix-_r_8_"
aria-expanded="false"
aria-haspopup="dialog"
class="_button_vczzf_8 _has-icon_vczzf_57 _destructive_vczzf_107"
Expand Down Expand Up @@ -326,10 +326,10 @@ exports[`<CompatSessionDetail> > renders a compatability session without an ssoL
>
abcd1234: Unknown device
<button
aria-controls="radix-«rc»"
aria-controls="radix-_r_c_"
aria-expanded="false"
aria-haspopup="dialog"
aria-labelledby="«rf»"
aria-labelledby="_r_f_"
class="_icon-button_1pz9o_8"
data-kind="primary"
data-state="closed"
Expand Down Expand Up @@ -551,7 +551,7 @@ exports[`<CompatSessionDetail> > renders a compatability session without an ssoL
</ul>
</section>
<button
aria-controls="radix-«rk»"
aria-controls="radix-_r_k_"
aria-expanded="false"
aria-haspopup="dialog"
class="_button_vczzf_8 _has-icon_vczzf_57 _destructive_vczzf_107"
Expand Down Expand Up @@ -609,10 +609,10 @@ exports[`<CompatSessionDetail> > renders a finished compatability session detail
>
element.io: Unknown device
<button
aria-controls="radix-«ro»"
aria-controls="radix-_r_o_"
aria-expanded="false"
aria-haspopup="dialog"
aria-labelledby="«rr»"
aria-labelledby="_r_r_"
class="_icon-button_1pz9o_8"
data-kind="primary"
data-state="closed"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ exports[`<OAuth2SessionDetail> > renders a finished session details 1`] = `
>
Element: Unknown device
<button
aria-controls="radix-«rc»"
aria-controls="radix-_r_c_"
aria-expanded="false"
aria-haspopup="dialog"
aria-labelledby="«rf»"
aria-labelledby="_r_f_"
class="_icon-button_1pz9o_8"
data-kind="primary"
data-state="closed"
Expand Down Expand Up @@ -340,10 +340,10 @@ exports[`<OAuth2SessionDetail> > renders session details 1`] = `
>
Element: Unknown device
<button
aria-controls="radix-«r0»"
aria-controls="radix-_r_0_"
aria-expanded="false"
aria-haspopup="dialog"
aria-labelledby="«r3»"
aria-labelledby="_r_3_"
class="_icon-button_1pz9o_8"
data-kind="primary"
data-state="closed"
Expand Down Expand Up @@ -601,7 +601,7 @@ exports[`<OAuth2SessionDetail> > renders session details 1`] = `
</ul>
</section>
<button
aria-controls="radix-«r8»"
aria-controls="radix-_r_8_"
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_6c1027"
>
<button
aria-controls="radix-«r0»"
aria-controls="radix-_r_0_"
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_6c1027"
>
<button
aria-controls="radix-«r0»"
aria-controls="radix-_r_0_"
aria-expanded="false"
aria-haspopup="dialog"
class="_button_vczzf_8 _has-icon_vczzf_57 _destructive_vczzf_107"
Expand Down
Loading
Loading