@@ -206,7 +206,7 @@ const nuxtAuthExamplePage = `<template>
206
206
<script setup lang="ts">
207
207
definePageMeta({ middleware: 'auth' })
208
208
209
- const { data, signOut } = useSession ()
209
+ const { data, signOut } = useAuth ()
210
210
</script>
211
211
`
212
212
@@ -359,12 +359,12 @@ export const moduleConfigs: Record<Modules, ModuleConfig> = {
359
359
dependencies : [
360
360
{
361
361
name : "prisma" ,
362
- version : "^4.11.0 " ,
362
+ version : "^5.4.1 " ,
363
363
isDev : true
364
364
} ,
365
365
{
366
366
name : "@prisma/client" ,
367
- version : "^4.11.0 " ,
367
+ version : "^5.4.1 " ,
368
368
isDev : false
369
369
}
370
370
] ,
@@ -407,12 +407,12 @@ export const moduleConfigs: Record<Modules, ModuleConfig> = {
407
407
dependencies : [
408
408
{
409
409
name : "@sidebase/nuxt-auth" ,
410
- version : "^0.4.4 " ,
410
+ version : "^0.5.0 " ,
411
411
isDev : true
412
412
} ,
413
413
{
414
414
name : "next-auth" ,
415
- version : "^4.18.8 " ,
415
+ version : "4.21.1 " ,
416
416
isDev : false
417
417
}
418
418
] ,
@@ -444,19 +444,19 @@ export const moduleConfigs: Record<Modules, ModuleConfig> = {
444
444
description : "Build end-to-end typesafe APIs in Nuxt applications. See more: https://trpc.io/" ,
445
445
dependencies : [ {
446
446
name : "@trpc/server" ,
447
- version : "^10.12 .0" ,
447
+ version : "^10.40 .0" ,
448
448
isDev : false
449
449
} , {
450
450
name : "@trpc/client" ,
451
- version : "^10.12 .0" ,
451
+ version : "^10.40 .0" ,
452
452
isDev : false
453
453
} , {
454
454
name : "trpc-nuxt" ,
455
- version : "^0.7.0 " ,
455
+ version : "^0.10.12 " ,
456
456
isDev : false
457
457
} , {
458
458
name : "zod" ,
459
- version : "^3.21.2 " ,
459
+ version : "^3.22.4 " ,
460
460
isDev : false
461
461
} , {
462
462
name : "superjson" ,
@@ -509,7 +509,7 @@ export const moduleConfigs: Record<Modules, ModuleConfig> = {
509
509
description : "A utility-first CSS framework packed with classes that can be composed to build any design, directly in your markup. See more: https://tailwindcss.com/" ,
510
510
dependencies : [ {
511
511
name : "@nuxtjs/tailwindcss" ,
512
- version : "^6.4 .0" ,
512
+ version : "^6.8 .0" ,
513
513
isDev : true
514
514
} ] ,
515
515
nuxtConfig : {
@@ -529,12 +529,12 @@ export const moduleConfigs: Record<Modules, ModuleConfig> = {
529
529
humanReadableName : "Naive UI" ,
530
530
description : "A Vue 3 Component Library. Complete, Customizable, Uses TypeScript, Fast. See more: https://www.naiveui.com/" ,
531
531
dependencies : [ {
532
- name : "@huntersofbook/naive-ui- nuxt" ,
533
- version : "^0.7 .1" ,
532
+ name : "@bg-dev/ nuxt-naiveui " ,
533
+ version : "^1.5 .1" ,
534
534
isDev : true
535
535
} ] ,
536
536
nuxtConfig : {
537
- modules : [ "@huntersofbook/naive-ui- nuxt" ] ,
537
+ modules : [ "@bg-dev/ nuxt-naiveui " ] ,
538
538
} ,
539
539
files : [ ] ,
540
540
tasksPostInstall : [ ] ,
0 commit comments