mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-19 00:41:41 +00:00
Upgrade website dependencies (#2414)
This commit is contained in:
@@ -10,15 +10,15 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@toolwind/anchors": "^1.0.10",
|
||||
"prettier": "^3.5.3",
|
||||
"typescript": "~5.7.2",
|
||||
"vite": "^7.1.2",
|
||||
"vite-ssg": "^28.2.2"
|
||||
"prettier": "^3.8.1",
|
||||
"typescript": "~5.7.3",
|
||||
"vite": "^8.0.3",
|
||||
"vite-ssg": "^28.3.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@tailwindcss/vite": "^4.1.12",
|
||||
"@vitejs/plugin-vue": "^6.0.2",
|
||||
"tailwindcss": "^4.1.12",
|
||||
"vue": "^3.5.25"
|
||||
"@tailwindcss/vite": "^4.2.2",
|
||||
"@vitejs/plugin-vue": "^6.0.5",
|
||||
"tailwindcss": "^4.2.2",
|
||||
"vue": "^3.5.31"
|
||||
}
|
||||
}
|
||||
|
||||
1598
website/pnpm-lock.yaml
generated
1598
website/pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@@ -103,7 +103,7 @@ const socialLinks = [
|
||||
>
|
||||
<a href="#" class="flex items-center gap-3 py-2 group">
|
||||
<img
|
||||
src="/public/images/PhotonVision-Icon-BG.png"
|
||||
src="/images/PhotonVision-Icon-BG.png"
|
||||
alt="PhotonVision"
|
||||
class="w-10 h-10 group-hover:scale-110 transition-transform duration-300"
|
||||
/>
|
||||
@@ -177,7 +177,7 @@ const socialLinks = [
|
||||
>
|
||||
<span class="self-center md:self-initial mb-8 md:mb-0 md:me-12 shrink">
|
||||
<img
|
||||
src="/public/images/PhotonVision-Icon-BG.png"
|
||||
src="/images/PhotonVision-Icon-BG.png"
|
||||
alt="PhotonVision Logo"
|
||||
class="max-w-20 md:max-w-80 drop-shadow-2xl md:p-0 transition-transform duration-500"
|
||||
/>
|
||||
@@ -225,7 +225,7 @@ const socialLinks = [
|
||||
class="absolute -inset-4 bg-gradient-to-r from-primary via-brand-blue to-brand-yellow rounded-2xl blur-xl opacity-30"
|
||||
></div>
|
||||
<img
|
||||
src="/public/images/demo.png"
|
||||
src="/images/demo.png"
|
||||
alt="Demo of PhotonVision UI"
|
||||
loading="lazy"
|
||||
class="relative rounded-xl shadow-2xl border border-zinc-700/50"
|
||||
@@ -255,7 +255,7 @@ const socialLinks = [
|
||||
<section id="video" class="relative">
|
||||
<div class="relative">
|
||||
<video
|
||||
src="/public/videos/in-action.mp4"
|
||||
src="/videos/in-action.mp4"
|
||||
playsinline
|
||||
autoplay
|
||||
loop
|
||||
@@ -338,7 +338,7 @@ const socialLinks = [
|
||||
>
|
||||
<div class="flex items-center gap-4">
|
||||
<img
|
||||
src="/public/images/PhotonVision-Icon-BG.png"
|
||||
src="/images/PhotonVision-Icon-BG.png"
|
||||
class="w-12 h-12 hover:scale-110 transition-transform duration-300"
|
||||
alt="PhotonVision logo"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user