Skip to content

Commit b078d5c

Browse files
chore(deps): update all non-major dependencies (#713)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Hugo Richard <hugo.richard@vercel.com>
1 parent a1269a4 commit b078d5c

13 files changed

Lines changed: 1540 additions & 1061 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,9 @@ out
9292
.nuxt
9393
dist
9494

95+
# Vercel CLI (linked project metadata + local prebuilt output, e.g. Nuxt nitro preset)
96+
.vercel/
97+
9598
# Gatsby files
9699
.cache/
97100
# Comment in the public line in if your project uses Gatsby and not Next.js

apps/base/nuxt.config.ts

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,12 @@ export default defineNuxtConfig({
2828
modules: [
2929
'@nuxt/image',
3030
'nuxt-build-cache',
31-
'nuxt-visitors',
31+
'@vercel/analytics',
32+
'@vercel/speed-insights',
3233
'@vueuse/nuxt',
3334
'motion-v/nuxt',
3435
],
3536

36-
nitro: {
37-
experimental: {
38-
websocket: true
39-
}
40-
},
41-
4237
experimental: {
4338
viewTransition: true,
4439
},

apps/base/package.json

Lines changed: 16 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -8,32 +8,31 @@
88
"lint": "eslint .",
99
"lint:fix": "eslint --fix ."
1010
},
11-
"packageManager": "pnpm@10.30.3",
11+
"packageManager": "pnpm@10.33.0",
1212
"dependencies": {
1313
"@iconify-json/heroicons": "^1.2.3",
14-
"@iconify-json/lucide": "^1.2.95",
15-
"@iconify-json/simple-icons": "^1.2.72",
16-
"@nuxt/content": "^3.12.0",
14+
"@iconify-json/lucide": "^1.2.102",
15+
"@iconify-json/simple-icons": "^1.2.77",
16+
"@nuxt/content": "3.11.2",
1717
"@nuxt/image": "^2.0.0",
1818
"@nuxt/scripts": "^0.13.2",
19-
"@nuxt/ui": "^4.5.1",
20-
"@nuxthub/core": "^0.10.6",
21-
"@vercel/analytics": "^1.6.1",
22-
"@vercel/speed-insights": "^1.3.1",
19+
"@nuxt/ui": "^4.6.1",
20+
"@nuxthub/core": "^0.10.7",
21+
"@vercel/analytics": "^2.0.0",
22+
"@vercel/speed-insights": "^2.0.0",
2323
"@vueuse/core": "^14.2.1",
2424
"@vueuse/nuxt": "^14.2.1",
25-
"dotenv": "^17.3.1",
25+
"dotenv": "^17.4.1",
2626
"iron-webcrypto": "^2.0.0",
27-
"motion-plus-vue": "^1.8.0",
27+
"motion-plus-vue": "^1.8.1",
2828
"motion-v": "^1.10.3",
29-
"nuxt": "4.3.1",
30-
"nuxt-visitors": "^1.2.2",
31-
"vue": "^3.5.29",
29+
"nuxt": "4.4.2",
30+
"vue": "^3.5.32",
3231
"vue-sonner": "^2.0.9",
3332
"zod": "^4.3.6",
34-
"@nuxtjs/mdc": "^0.20.1",
35-
"botid": "^1.5.10",
36-
"shaders": "^2.3.75",
37-
"tailwindcss": "^4.2.1"
33+
"@nuxtjs/mdc": "^0.21.1",
34+
"botid": "^1.5.11",
35+
"shaders": "^2.5.93",
36+
"tailwindcss": "^4.2.2"
3837
}
3938
}

apps/lp/app/app.vue

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
<script setup lang="ts">
2-
import { SpeedInsights } from '@vercel/speed-insights/nuxt'
3-
import { Analytics } from '@vercel/analytics/nuxt'
42
import colors from 'tailwindcss/colors'
53
import { Toaster } from 'vue-sonner'
64
import 'vue-sonner/style.css'
@@ -85,8 +83,6 @@ useSeoMeta({
8583
<Html lang="en">
8684
<Body class="overscroll-y-none selection:bg-primary overflow-x-hidden selection:text-inverted">
8785
<NuxtLoadingIndicator color="#FFF" />
88-
<SpeedInsights />
89-
<Analytics />
9086
<UApp :tooltip="{ delayDuration: 0 }">
9187
<NuxtLayout>
9288
<NuxtPage />

apps/lp/app/pages/index.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ defineOgImage({ url: ogImage })
2020

2121
<template>
2222
<div v-if="page" class="relative flex flex-col gap-4 overflow-hidden">
23-
<div id="visitors" class="absolute" />
2423
<LandingHero :title="page.hero.title" :description="page.hero.description" :links="page.hero.links" />
2524

2625
<div class="relative">

apps/lp/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,14 @@
1616
"deploy": "nuxthub deploy"
1717
},
1818
"dependencies": {
19+
"@shelve/base": "workspace:*",
1920
"docus": "https://pkg.pr.new/docus@061666a",
2021
"@number-flow/vue": "^0.5.0",
2122
"@nuxtjs/seo": "^3.4.0",
22-
"@vercel/speed-insights": "^1.3.1",
23-
"better-sqlite3": "^12.6.2",
23+
"better-sqlite3": "^12.8.0",
2424
"nuxt-build-cache": "^0.1.1",
2525
"nuxt-llms": "^0.2.0",
26+
"tailwindcss": "^4.2.2",
2627
"vue-router": "^4.6.4"
2728
},
2829
"devDependencies": {

apps/shelve/app/app.vue

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
<script setup lang="ts">
2-
import { SpeedInsights } from '@vercel/speed-insights/nuxt'
3-
import { Analytics } from '@vercel/analytics/nuxt'
42
import { MotionGlobalConfig } from 'motion-v'
53
import { Toaster } from 'vue-sonner'
64
import 'vue-sonner/style.css'
@@ -19,8 +17,6 @@ watch(reduceMotion, (value) => {
1917
<template>
2018
<Html lang="en">
2119
<Body class="overscroll-y-none selection:bg-primary relative overflow-x-hidden selection:text-inverted">
22-
<SpeedInsights />
23-
<Analytics />
2420
<ShelveMeta title="Application" />
2521
<MotionConfig :reduce-motion="reduceMotion ? 'always' : 'never'">
2622
<UApp :tooltip="{ delayDuration: 0 }">

apps/shelve/package.json

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,23 +18,25 @@
1818
"db:migrate": "nuxt db migrate"
1919
},
2020
"dependencies": {
21+
"@shelve/base": "workspace:*",
2122
"@vue-email/components": "^0.0.21",
2223
"@vue-email/render": "^0.0.9",
2324
"blakejs": "^1.2.1",
24-
"drizzle-kit": "^0.31.9",
25-
"drizzle-orm": "^0.45.1",
25+
"drizzle-kit": "^0.31.10",
26+
"drizzle-orm": "^0.45.2",
2627
"jsonwebtoken": "^9.0.3",
27-
"libsodium-wrappers": "^0.8.2",
28+
"libsodium-wrappers": "^0.8.3",
2829
"nuxt-auth-utils": "^0.5.29",
2930
"nuxt-build-cache": "^0.1.1",
30-
"postgres": "^3.4.8",
31-
"@electric-sql/pglite": "^0.3.15",
32-
"resend": "^6.9.3",
31+
"postgres": "^3.4.9",
32+
"@electric-sql/pglite": "^0.3.16",
33+
"resend": "^6.10.0",
34+
"tailwindcss": "^4.2.2",
3335
"tweetnacl": "^1.0.3",
3436
"vue-router": "^4.6.4"
3537
},
3638
"devDependencies": {
37-
"@nuxt/devtools": "^3.2.2",
39+
"@nuxt/devtools": "^3.2.4",
3840
"@types/jsonwebtoken": "^9.0.10",
3941
"@types/libsodium-wrappers": "^0.8.2"
4042
}

apps/vault/app/app.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<script setup lang="ts">
2-
import { Analytics } from '@vercel/analytics/nuxt'
32
import { motion } from 'motion-v'
43
import { Toaster } from 'vue-sonner'
54
import 'vue-sonner/style.css'
@@ -34,7 +33,6 @@ useSeoMeta({
3433
<template>
3534
<Html lang="en">
3635
<Body class="flex h-full flex-col">
37-
<Analytics />
3836
<ShelveMeta
3937
:default-og-image="false"
4038
title="Vault by Shelve - Secure Secret Sharing Platform"

apps/vault/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
"typecheck": "tsc --noEmit"
1515
},
1616
"dependencies": {
17-
"@upstash/redis": "^1.36.3"
17+
"@shelve/base": "workspace:*",
18+
"@upstash/redis": "^1.37.0",
19+
"tailwindcss": "^4.2.2"
1820
}
1921
}

0 commit comments

Comments
 (0)