Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/rec' into rec-release
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions committed Sep 18, 2024
2 parents a353455 + fd4f3fb commit 1548f2a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 21 deletions.
17 changes: 0 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions packages/cli-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
"@types/negotiator": "^0.6.3",
"@types/react": "^18.2.19",
"@types/react-dom": "^18.2.7",
"@types/uuid": "^10.0.0",
"autoprefixer": "^10.4.20",
"base32-encode": "^2.0.0",
"client-only": "^0.0.1",
Expand All @@ -69,7 +68,6 @@
"server-only": "^0.0.1",
"superjson": "^2.0.0",
"tailwind-merge": "^2.0.0",
"uuid": "^10.0.0",
"zod": "^3.23.8"
}
}
4 changes: 2 additions & 2 deletions packages/cli-app/src/app/plugins/plugin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { Button } from "@nextui-org/button"
import { Spinner } from "@nextui-org/spinner"
import { Tooltip } from "@nextui-org/tooltip"

import { PluginsContentDr } from "./content.dr"
import { PluginDr } from "./plugin.dr"

type TPlugins = RouterOutputs["plugins"]["getPlugins"]
type TPlugin = TPlugins["plugins"][number]
Expand All @@ -26,7 +26,7 @@ export default function Plugin({
}: {
plugin: TPlugin
ssrConfiguration: RouterOutputs["configuration"]["getConfiguration"]
dictionary: TDictionary<typeof PluginsContentDr>
dictionary: TDictionary<typeof PluginDr>
isLoading?: boolean
}) {
const utils = trpc.useUtils()
Expand Down

0 comments on commit 1548f2a

Please sign in to comment.