Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency @vercel/speed-insights to v1.2.0 #31

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions app/_components/car-posts/CarPosts.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -659,9 +659,9 @@ export default function CarPostsFeed({
</div>

<div className='flex my-1 lg:my-4 items-center'>
<img src='estim_down.svg' alt='estimation haute' className='h-6 w-6' />
<img src='estim_ok.svg' alt='estimation haute' className='h-6 w-6' />
<img src='estim_up.svg' alt='estimation haute' className='h-6 w-6' />
<img src='/estim_down.svg' alt='estimation haute' className='h-6 w-6' />
<img src='/estim_ok.svg' alt='estimation haute' className='h-6 w-6' />
<img src='/estim_up.svg' alt='estimation haute' className='h-6 w-6' />
<span className='text-black text-opacity-80 italic lg:text-base text-xs'>
Prix par rapport à la moyenne du marché
</span>
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1473,8 +1473,8 @@ __metadata:
linkType: hard

"@vercel/speed-insights@npm:^1.0.10":
version: 1.0.14
resolution: "@vercel/speed-insights@npm:1.0.14"
version: 1.2.0
resolution: "@vercel/speed-insights@npm:1.2.0"
peerDependencies:
"@sveltejs/kit": ^1 || ^2
next: ">= 13"
Expand All @@ -1495,7 +1495,7 @@ __metadata:
optional: true
vue-router:
optional: true
checksum: 10c0/c67007e87377cf579ec0fa1c0919a165a0b414c80ab418cb59e269f1b35d458cdc267e14643a5740bcc1ef9fb957b7e521dc097894f54cf5ce4e436b8acc075c
checksum: 10c0/2fb4c4a46330949182d6f63691c51310b636fc3cc464bde3c0f24f100b712c3c4ec57a9fedcd6dc3cc75951064b3295b3cb616c80ff7179fbe310cd4314fffaa
languageName: node
linkType: hard

Expand Down
Loading