From b543e6d664462daa474d9c5865850e8e3d997f45 Mon Sep 17 00:00:00 2001 From: lucacicada <100947658+lucacicada@users.noreply.github.com> Date: Fri, 19 Apr 2024 12:22:15 +0200 Subject: [PATCH] Update deps --- package.json | 18 +- playground/package.json | 6 +- playground/pages/sign-in.vue | 4 +- pnpm-lock.yaml | 5190 ++++++++++++++-------------------- 4 files changed, 2155 insertions(+), 3063 deletions(-) diff --git a/package.json b/package.json index cbe0161..e84d9f9 100644 --- a/package.json +++ b/package.json @@ -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" } } \ No newline at end of file diff --git a/playground/package.json b/playground/package.json index ad1dc4c..1d2021a 100644 --- a/playground/package.json +++ b/playground/package.json @@ -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" } } diff --git a/playground/pages/sign-in.vue b/playground/pages/sign-in.vue index ca7d1a7..6a68699 100644 --- a/playground/pages/sign-in.vue +++ b/playground/pages/sign-in.vue @@ -1,6 +1,8 @@