mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-06-15 20:25:23 +02:00
chore(website): fix CI failed
This commit is contained in:
@@ -39,7 +39,6 @@ export function CallToAction() {
|
|||||||
{t("callToAction.des")}
|
{t("callToAction.des")}
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
{/* @ts-expect-error */}
|
|
||||||
<Button className="mt-10 rounded-full" asChild>
|
<Button className="mt-10 rounded-full" asChild>
|
||||||
<Link
|
<Link
|
||||||
href={linkT("docs.install")}
|
href={linkT("docs.install")}
|
||||||
|
|||||||
@@ -202,7 +202,6 @@ export function Header() {
|
|||||||
</span>
|
</span>
|
||||||
<HeartIcon className="animate-heartbeat size-4 fill-red-600 text-red-500 " />
|
<HeartIcon className="animate-heartbeat size-4 fill-red-600 text-red-500 " />
|
||||||
</Link>
|
</Link>
|
||||||
{/* @ts-expect-error */}
|
|
||||||
<Button
|
<Button
|
||||||
className="rounded-full bg-[#5965F2] hover:bg-[#4A55E0]"
|
className="rounded-full bg-[#5965F2] hover:bg-[#4A55E0]"
|
||||||
asChild
|
asChild
|
||||||
|
|||||||
@@ -125,7 +125,6 @@ export function Hero() {
|
|||||||
Discord
|
Discord
|
||||||
</Link>
|
</Link>
|
||||||
</Button> */}
|
</Button> */}
|
||||||
{/* @ts-expect-error */}
|
|
||||||
<Button className="rounded-xl" asChild>
|
<Button className="rounded-xl" asChild>
|
||||||
<Link
|
<Link
|
||||||
href="https://github.com/dokploy/dokploy"
|
href="https://github.com/dokploy/dokploy"
|
||||||
|
|||||||
@@ -46,7 +46,6 @@ const Button = React.forwardRef<HTMLButtonElement, ButtonProps>(
|
|||||||
({ className, variant, size, asChild = false, ...props }, ref) => {
|
({ className, variant, size, asChild = false, ...props }, ref) => {
|
||||||
const Comp = asChild ? Slot : "button";
|
const Comp = asChild ? Slot : "button";
|
||||||
return (
|
return (
|
||||||
// @ts-expect-error
|
|
||||||
<Comp
|
<Comp
|
||||||
className={cn(buttonVariants({ variant, size, className }))}
|
className={cn(buttonVariants({ variant, size, className }))}
|
||||||
ref={ref}
|
ref={ref}
|
||||||
|
|||||||
@@ -17,8 +17,6 @@
|
|||||||
"@radix-ui/react-select": "^2.0.0",
|
"@radix-ui/react-select": "^2.0.0",
|
||||||
"@radix-ui/react-slot": "^1.0.2",
|
"@radix-ui/react-slot": "^1.0.2",
|
||||||
"@types/node": "20.4.6",
|
"@types/node": "20.4.6",
|
||||||
"@types/react": "18.2.18",
|
|
||||||
"@types/react-dom": "18.2.7",
|
|
||||||
"autoprefixer": "^10.4.12",
|
"autoprefixer": "^10.4.12",
|
||||||
"class-variance-authority": "^0.7.0",
|
"class-variance-authority": "^0.7.0",
|
||||||
"clsx": "^2.1.0",
|
"clsx": "^2.1.0",
|
||||||
@@ -36,6 +34,8 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@biomejs/biome": "1.7.0",
|
"@biomejs/biome": "1.7.0",
|
||||||
|
"@types/react": "18.3.5",
|
||||||
|
"@types/react-dom": "18.3.0",
|
||||||
"eslint": "8.45.0",
|
"eslint": "8.45.0",
|
||||||
"eslint-config-next": "13.4.16",
|
"eslint-config-next": "13.4.16",
|
||||||
"prettier": "^3.0.1",
|
"prettier": "^3.0.1",
|
||||||
|
|||||||
@@ -45,5 +45,9 @@
|
|||||||
},
|
},
|
||||||
"commitlint": {
|
"commitlint": {
|
||||||
"extends": ["@commitlint/config-conventional"]
|
"extends": ["@commitlint/config-conventional"]
|
||||||
|
},
|
||||||
|
"resolutions": {
|
||||||
|
"@types/react": "18.3.5",
|
||||||
|
"@types/react-dom": "18.3.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
1752
pnpm-lock.yaml
generated
1752
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user