Skip to content

Commit 8d0a014

Browse files
chore(deps): update vercel (v4) (#5581)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Benjamin Canac <canacb1@gmail.com>
1 parent 5c4e56a commit 8d0a014

File tree

5 files changed

+20
-24
lines changed

5 files changed

+20
-24
lines changed

docs/app/app.vue

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
<script setup lang="ts">
22
import { withoutTrailingSlash } from 'ufo'
33
import colors from 'tailwindcss/colors'
4-
import { Analytics } from '@vercel/analytics/nuxt'
5-
import { SpeedInsights } from '@vercel/speed-insights/nuxt'
64
75
const route = useRoute()
86
const appConfig = useAppConfig()
@@ -53,9 +51,6 @@ provide('navigation', rootNavigation)
5351
<UApp :toaster="appConfig.toaster">
5452
<NuxtLoadingIndicator color="var(--ui-primary)" :height="2" />
5553

56-
<Analytics :debug="false" />
57-
<SpeedInsights :debug="false" />
58-
5954
<div :class="[route.path.startsWith('/docs/') && 'root']">
6055
<template v-if="!route.path.startsWith('/examples')">
6156
<Banner />

docs/nuxt.config.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ export default defineNuxtConfig({
1111
'@nuxtjs/plausible',
1212
'@nuxtjs/mcp-toolkit',
1313
'@vueuse/nuxt',
14+
'@vercel/analytics/nuxt/module',
15+
'@vercel/speed-insights/nuxt/module',
1416
'nuxt-component-meta',
1517
'nuxt-og-image',
1618
'motion-v/nuxt',

docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
"@octokit/rest": "^22.0.1",
2626
"@regle/core": "^1.11.0",
2727
"@regle/rules": "^1.11.0",
28-
"@vercel/analytics": "^1.5.0",
29-
"@vercel/speed-insights": "^1.2.0",
28+
"@vercel/analytics": "^1.6.0",
29+
"@vercel/speed-insights": "^1.3.0",
3030
"@vueuse/integrations": "^13.9.0",
3131
"@vueuse/nuxt": "^13.9.0",
3232
"ai": "^5.0.105",

pnpm-lock.yaml

Lines changed: 16 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

renovate.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,6 @@
3030
"vaul-vue"
3131
]
3232
},
33-
{
34-
"groupName": "vercel",
35-
"matchPackageNames": [
36-
"@vercel/analytics",
37-
"@vercel/speed-insights"
38-
]
39-
},
4033
{
4134
"groupName": "vite",
4235
"matchPackageNames": [

0 commit comments

Comments
 (0)