update and cleanup packages

This commit is contained in:
jeffvli
2025-11-15 20:42:36 -08:00
parent 0de8035ca9
commit 4e9a1839eb
4 changed files with 1279 additions and 1722 deletions
+3 -3
View File
@@ -114,10 +114,10 @@ const installExtensions = async () => {
const forceDownload = !!process.env.UPGRADE_EXTENSIONS;
const extensions = ['REACT_DEVELOPER_TOOLS', 'REDUX_DEVTOOLS'];
return installer
.default(
installer
.installExtension(
extensions.map((name) => installer[name]),
forceDownload,
{ forceDownload },
)
.then((installedExtensions) => {
createLog({
@@ -32,7 +32,7 @@ input[cmdk-input] {
height: 1.2rem;
}
&[data-selected] {
&[data-selected='true'] {
background: var(--theme-colors-surface);
}
}