Skip to content

Commit

Permalink
Merge pull request #256 from element-hq/quenting/radix-update
Browse files Browse the repository at this point in the history
Update production dependencies
  • Loading branch information
sandhose authored Oct 2, 2024
2 parents fc5b989 + 3b930fc commit 335885e
Show file tree
Hide file tree
Showing 4 changed files with 74 additions and 187 deletions.
20 changes: 8 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,16 +102,16 @@
"vitest": "^2.0.0"
},
"dependencies": {
"@floating-ui/react": "^0.26.9",
"@radix-ui/react-context-menu": "^2.1.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@floating-ui/react": "^0.26.24",
"@radix-ui/react-context-menu": "^2.2.1",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-form": "^0.1.0",
"@radix-ui/react-progress": "^1.0.3",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"classnames": "^2.3.2",
"@radix-ui/react-progress": "^1.1.0",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"classnames": "^2.5.1",
"ts-xor": "^1.3.0",
"vaul": "^0.9.0"
"vaul": "^1.0.0"
},
"peerDependencies": {
"@fontsource/inconsolata": "^5",
Expand All @@ -124,9 +124,5 @@
"@types/react": {
"optional": true
}
},
"resolutions": {
"jackspeak": "2.3.6",
"@radix-ui/react-id": "1.1.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ exports[`ReleaseAnnouncement > renders 1`] = `
aria-describedby=":r1:"
aria-labelledby=":r0:"
class="_content_219739"
data-floating-ui-focusable=""
id=":r2:"
role="dialog"
style="position: absolute; left: 0px; top: 0px; transform: translate(16px, 50px);"
Expand Down Expand Up @@ -62,6 +63,7 @@ exports[`ReleaseAnnouncement > renders the component at the bottom of the trigge
aria-describedby=":rd:"
aria-labelledby=":rc:"
class="_content_219739"
data-floating-ui-focusable=""
id=":re:"
role="dialog"
style="position: absolute; left: 0px; top: 0px; transform: translate(50px, 16px);"
Expand Down Expand Up @@ -119,6 +121,7 @@ exports[`ReleaseAnnouncement > renders with a long label header and description
aria-describedby=":r7:"
aria-labelledby=":r6:"
class="_content_219739"
data-floating-ui-focusable=""
id=":r8:"
role="dialog"
style="position: absolute; left: 0px; top: 0px; transform: translate(16px, 50px);"
Expand Down Expand Up @@ -176,6 +179,7 @@ exports[`ReleaseAnnouncement > renders without an arrow 1`] = `
aria-describedby=":rn:"
aria-labelledby=":rm:"
class="_content_219739"
data-floating-ui-focusable=""
id=":ro:"
role="dialog"
style="position: absolute; left: 0px; top: 0px; transform: translate(16px, 50px);"
Expand Down
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ export default defineConfig({
"@radix-ui/react-context-menu",
"@radix-ui/react-dropdown-menu",
"@radix-ui/react-form",
"@radix-ui/react-progress",
"@radix-ui/react-separator",
"@radix-ui/react-slot",
"@radix-ui/react-tooltip",
// This is a regex as we import sub-paths from the design tokens package and never the root one
/^@vector-im\/compound-design-tokens\/.*/,
],
Expand Down
Loading

0 comments on commit 335885e

Please sign in to comment.