Skip to content

Commit d16d0d8

Browse files
chore(deps): react-spectrum monorepo (#1068)
* chore(deps): react-spectrum monorepo * chore(deps): sync package.json, snap --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Sean Kinread <[email protected]>
1 parent abbd915 commit d16d0d8

File tree

3 files changed

+1008
-960
lines changed

3 files changed

+1008
-960
lines changed

lib/components/Switch/__snapshots__/Switch.spec.jsx.snap

+3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ exports[`<Switch /> > should match snapshot when toggled 1`] = `
88
<input
99
checked=""
1010
role="switch"
11+
tabindex="0"
1112
type="checkbox"
1213
/>
1314
</div>
@@ -55,6 +56,7 @@ exports[`<Switch /> > should match snapshot when un-toggled 1`] = `
5556
>
5657
<input
5758
role="switch"
59+
tabindex="0"
5860
type="checkbox"
5961
/>
6062
</div>
@@ -101,6 +103,7 @@ exports[`<Switch /> > should match snapshot without props 1`] = `
101103
>
102104
<input
103105
role="switch"
106+
tabindex="0"
104107
type="checkbox"
105108
/>
106109
</div>

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"@internationalized/date": "^3.7.0",
9191
"@octokit/rest": "^21.1.1",
9292
"@popperjs/core": "^2.11.8",
93-
"@react-stately/toggle": "^3.8.1",
93+
"@react-stately/toggle": "^3.8.2",
9494
"@storybook/addon-a11y": "^8.6.4",
9595
"@storybook/addon-actions": "^8.6.4",
9696
"@storybook/addon-essentials": "^8.6.4",
@@ -146,13 +146,13 @@
146146
"prop-types": "^15.8.1",
147147
"rand-seed": "^2.1.7",
148148
"react": "^19.0.0",
149-
"react-aria": "^3.37.0",
150-
"react-aria-components": "^1.6.0",
149+
"react-aria": "^3.38.1",
150+
"react-aria-components": "^1.7.1",
151151
"react-dom": "^19.0.0",
152152
"react-focus-lock": "2.13.6",
153153
"react-intersection-observer": "^9.15.1",
154154
"react-keyed-flatten-children": "2.2.1",
155-
"react-stately": "^3.35.0",
155+
"react-stately": "^3.36.1",
156156
"react-swipeable": "^7.0.2",
157157
"rollup-plugin-visualizer": "^5.14.0",
158158
"storybook": "^8.6.4",

0 commit comments

Comments
 (0)