Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacicada committed Apr 19, 2024
1 parent 1318e4f commit b543e6d
Show file tree
Hide file tree
Showing 4 changed files with 2,155 additions and 3,063 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,23 +29,23 @@
"test:watch": "vitest watch"
},
"dependencies": {
"@auth/core": "^0.28.0",
"@nuxt/kit": "^3.10.3",
"@auth/core": "^0.28.2",
"@nuxt/kit": "^3.11.2",
"defu": "^6.1.4",
"pathe": "^1.1.2",
"ufo": "^1.4.0"
"ufo": "^1.5.3"
},
"devDependencies": {
"@antfu/eslint-config": "^2.8.0",
"@antfu/eslint-config": "^2.12.2",
"@nuxt/devtools": "latest",
"@nuxt/eslint-config": "^0.2.0",
"@nuxt/module-builder": "^0.5.5",
"@nuxt/schema": "^3.10.3",
"@nuxt/test-utils": "^3.11.0",
"@types/node": "^20.11.24",
"@nuxt/schema": "^3.11.2",
"@nuxt/test-utils": "^3.12.0",
"@types/node": "^20.12.5",
"changelogen": "^0.5.5",
"eslint": "^8.57.0",
"nuxt": "^3.10.3",
"vitest": "^1.3.1"
"nuxt": "^3.11.2",
"vitest": "^1.4.0"
}
}
6 changes: 3 additions & 3 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
"generate": "nuxi generate"
},
"dependencies": {
"@auth/prisma-adapter": "^1.0.16",
"@prisma/client": "^5.8.1"
"@auth/prisma-adapter": "^1.5.2",
"@prisma/client": "^5.12.1"
},
"devDependencies": {
"nuxt": "latest",
"prisma": "^5.8.1"
"prisma": "^5.12.1"
}
}
4 changes: 3 additions & 1 deletion playground/pages/sign-in.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<script setup lang="ts">
definePageMeta({
auth: true,
auth: {
unauthenticatedOnly: true,
},
})
const { data } = useAuth()
Expand Down
Loading

0 comments on commit b543e6d

Please sign in to comment.