Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Barbapapazes/gavarnie
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: eb5660e048a5759138d00af3a63637f1193c2397
Choose a base ref
..
head repository: Barbapapazes/gavarnie
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 9758acc103ba99ebd8eed30c4ac765943f111ae1
Choose a head ref
Showing with 1,168 additions and 1,605 deletions.
  1. +2 −2 package.json
  2. +1,166 −1,601 pnpm-lock.yaml
  3. +0 −2 server/api/me.patch.ts
  4. 0 {app → shared}/utils/validators.ts
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@
"@nuxt/ui-pro": "^1.4.4",
"@nuxthub/core": "^0.8.3",
"drizzle-orm": "^0.35.3",
"nuxt": "^3.13.2",
"nuxt": "^3.14.159",
"nuxt-auth-utils": "^0.5.0",
"nuxt-security": "2.0.0-rc.9",
"resend": "^4.0.0",
@@ -38,5 +38,5 @@
"typescript": "^5.6.3",
"wrangler": "^3.83.0"
},
"packageManager": "pnpm@9.14.2"
"packageManager": "pnpm@9.14.3"
}
Loading