@@ -206,7 +206,7 @@ const nuxtAuthExamplePage = `<template>
206206<script setup lang="ts">
207207definePageMeta({ middleware: 'auth' })
208208
209- const { data, signOut } = useSession ()
209+ const { data, signOut } = useAuth ()
210210</script>
211211`
212212
@@ -359,12 +359,12 @@ export const moduleConfigs: Record<Modules, ModuleConfig> = {
359359 dependencies : [
360360 {
361361 name : "prisma" ,
362- version : "^4.11.0 " ,
362+ version : "^5.4.1 " ,
363363 isDev : true
364364 } ,
365365 {
366366 name : "@prisma/client" ,
367- version : "^4.11.0 " ,
367+ version : "^5.4.1 " ,
368368 isDev : false
369369 }
370370 ] ,
@@ -407,12 +407,12 @@ export const moduleConfigs: Record<Modules, ModuleConfig> = {
407407 dependencies : [
408408 {
409409 name : "@sidebase/nuxt-auth" ,
410- version : "^0.4.4 " ,
410+ version : "^0.5.0 " ,
411411 isDev : true
412412 } ,
413413 {
414414 name : "next-auth" ,
415- version : "^4.18.8 " ,
415+ version : "4.21.1 " ,
416416 isDev : false
417417 }
418418 ] ,
@@ -444,19 +444,19 @@ export const moduleConfigs: Record<Modules, ModuleConfig> = {
444444 description : "Build end-to-end typesafe APIs in Nuxt applications. See more: https://trpc.io/" ,
445445 dependencies : [ {
446446 name : "@trpc/server" ,
447- version : "^10.12 .0" ,
447+ version : "^10.40 .0" ,
448448 isDev : false
449449 } , {
450450 name : "@trpc/client" ,
451- version : "^10.12 .0" ,
451+ version : "^10.40 .0" ,
452452 isDev : false
453453 } , {
454454 name : "trpc-nuxt" ,
455- version : "^0.7.0 " ,
455+ version : "^0.10.12 " ,
456456 isDev : false
457457 } , {
458458 name : "zod" ,
459- version : "^3.21.2 " ,
459+ version : "^3.22.4 " ,
460460 isDev : false
461461 } , {
462462 name : "superjson" ,
@@ -509,7 +509,7 @@ export const moduleConfigs: Record<Modules, ModuleConfig> = {
509509 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/" ,
510510 dependencies : [ {
511511 name : "@nuxtjs/tailwindcss" ,
512- version : "^6.4 .0" ,
512+ version : "^6.8 .0" ,
513513 isDev : true
514514 } ] ,
515515 nuxtConfig : {
@@ -529,12 +529,12 @@ export const moduleConfigs: Record<Modules, ModuleConfig> = {
529529 humanReadableName : "Naive UI" ,
530530 description : "A Vue 3 Component Library. Complete, Customizable, Uses TypeScript, Fast. See more: https://www.naiveui.com/" ,
531531 dependencies : [ {
532- name : "@huntersofbook/naive-ui- nuxt" ,
533- version : "^0.7 .1" ,
532+ name : "@bg-dev/ nuxt-naiveui " ,
533+ version : "^1.5 .1" ,
534534 isDev : true
535535 } ] ,
536536 nuxtConfig : {
537- modules : [ "@huntersofbook/naive-ui- nuxt" ] ,
537+ modules : [ "@bg-dev/ nuxt-naiveui " ] ,
538538 } ,
539539 files : [ ] ,
540540 tasksPostInstall : [ ] ,
0 commit comments