Skip to content

Commit 5ebca36

Browse files
chore(deps): update dependency @vercel/analytics to ^1.6.0 (v3) (#5586)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Benjamin Canac <canacb1@gmail.com>
1 parent 9dc0a2c commit 5ebca36

File tree

4 files changed

+10
-9
lines changed

4 files changed

+10
-9
lines changed

docs/app/app.vue

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +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'
54
65
const route = useRoute()
76
const appConfig = useAppConfig()
@@ -53,8 +52,6 @@ provide('navigation', mappedNavigation)
5352
<UApp :toaster="appConfig.toaster">
5453
<NuxtLoadingIndicator color="var(--ui-primary)" :height="2" />
5554

56-
<Analytics :debug="false" />
57-
5855
<template v-if="!route.path.startsWith('/examples')">
5956
<Banner />
6057

docs/nuxt.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ export default defineNuxtConfig({
1616
'@nuxt/image',
1717
'@nuxtjs/plausible',
1818
'@vueuse/nuxt',
19+
'@vercel/analytics/nuxt/module',
1920
'nuxt-component-meta',
2021
'nuxt-og-image',
2122
'motion-v/nuxt',

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@nuxtjs/plausible": "^2.0.1",
2222
"@octokit/rest": "^22.0.1",
2323
"@rollup/plugin-yaml": "^4.1.2",
24-
"@vercel/analytics": "^1.5.0",
24+
"@vercel/analytics": "^1.6.0",
2525
"@vueuse/integrations": "^13.9.0",
2626
"@vueuse/nuxt": "^13.9.0",
2727
"ai": "^4.3.19",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)