Skip to content

Commit 1653898

Browse files
authored
build(deps): bump the react group across 1 directory with 4 updates (#4331)
2 parents ef006ed + abb743c commit 1653898

File tree

7 files changed

+86
-86
lines changed

7 files changed

+86
-86
lines changed

frontend/package-lock.json

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

frontend/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
"classnames": "^2.5.1",
3232
"date-fns": "^4.1.0",
3333
"i18next": "^24.2.3",
34-
"react": "^19.0.0",
35-
"react-dom": "^19.0.0",
34+
"react": "^19.1.0",
35+
"react-dom": "^19.1.0",
3636
"react-i18next": "^15.4.1",
3737
"swagger-ui-dist": "^5.20.1",
3838
"valibot": "^1.0.0",
@@ -59,8 +59,8 @@
5959
"@testing-library/react": "^16.2.0",
6060
"@testing-library/user-event": "^14.6.1",
6161
"@types/node": "^22.13.17",
62-
"@types/react": "19.0.12",
63-
"@types/react-dom": "19.0.4",
62+
"@types/react": "19.1.0",
63+
"@types/react-dom": "19.1.1",
6464
"@types/swagger-ui-dist": "^3.30.5",
6565
"@vitejs/plugin-react": "^4.3.4",
6666
"@vitest/coverage-v8": "^3.1.1",

frontend/src/components/SessionDetail/__snapshots__/CompatSessionDetail.test.tsx.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ exports[`<CompatSessionDetail> > renders a compatability session details 1`] = `
238238
</ul>
239239
</section>
240240
<button
241-
aria-controls="radix-:r0:"
241+
aria-controls="radix-«r0»"
242242
aria-expanded="false"
243243
aria-haspopup="dialog"
244244
class="_button_vczzf_8 _has-icon_vczzf_57 _destructive_vczzf_107"
@@ -503,7 +503,7 @@ exports[`<CompatSessionDetail> > renders a compatability session without an ssoL
503503
</ul>
504504
</section>
505505
<button
506-
aria-controls="radix-:r3:"
506+
aria-controls="radix-«r3»"
507507
aria-expanded="false"
508508
aria-haspopup="dialog"
509509
class="_button_vczzf_8 _has-icon_vczzf_57 _destructive_vczzf_107"

frontend/src/components/SessionDetail/__snapshots__/OAuth2SessionDetail.test.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ exports[`<OAuth2SessionDetail> > renders session details 1`] = `
537537
</ul>
538538
</section>
539539
<button
540-
aria-controls="radix-:r0:"
540+
aria-controls="radix-«r0»"
541541
aria-expanded="false"
542542
aria-haspopup="dialog"
543543
class="_button_vczzf_8 _has-icon_vczzf_57 _destructive_vczzf_107"

frontend/src/components/__snapshots__/CompatSession.test.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ exports[`<CompatSession /> > renders an active session 1`] = `
162162
class="_action_e2909e"
163163
>
164164
<button
165-
aria-controls="radix-:r0:"
165+
aria-controls="radix-«r0»"
166166
aria-expanded="false"
167167
aria-haspopup="dialog"
168168
class="_button_vczzf_8 _has-icon_vczzf_57 _destructive_vczzf_107"

frontend/src/components/__snapshots__/OAuth2Session.test.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ exports[`<OAuth2Session /> > renders an active session 1`] = `
156156
class="_action_e2909e"
157157
>
158158
<button
159-
aria-controls="radix-:r0:"
159+
aria-controls="radix-«r0»"
160160
aria-expanded="false"
161161
aria-haspopup="dialog"
162162
class="_button_vczzf_8 _has-icon_vczzf_57 _destructive_vczzf_107"

0 commit comments

Comments
 (0)