Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ export default createConfigForNuxt({
"@stylistic/quotes": ["error", "double"],
"@stylistic/semi": ["error", "always"],
"import/order": "off",
"jsdoc/check-alignment": "warn",
})
.append(
// your custom flat config here...
Expand Down
35 changes: 18 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,40 +37,41 @@
"release": "npm run lint && npm run test && npm run prepack && changelogen --release && npm publish && git push --follow-tags",
"lint": "eslint .",
"test": "NUXT_SESSION_PASSWORD='7kP@G!hYvZ2#pL1mQx%3vU8c&RwT4oAs9bFnD#' vitest run",
"test:ci": "pnpm test -- --coverage --reporter=default --reporter=junit --outputFile=./junit.xml",
"test:ci": "pnpm test --coverage --reporter=default --reporter=junit --outputFile=./junit.xml",
"test:watch": "vitest watch",
"test:types": "vue-tsc --noEmit && cd playground && vue-tsc --noEmit"
},
"dependencies": {
"@nuxt/kit": "^3.16.2",
"@nuxt/kit": "^3.19.3",
"@oslojs/crypto": "^1.0.1",
"@oslojs/encoding": "^1.1.0",
"consola": "^3.4.2",
"db0": "^0.3.1",
"db0": "^0.3.4",
"drizzle-schema-checker": "^1.2.3",
"node-ipinfo": "^3.5.5",
"oslo": "^1.2.1"
"node-ipinfo": "^3.5.5"
},
"devDependencies": {
"@node-rs/argon2": "^2.0.2",
"@nuxt/devtools": "^2.3.2",
"@nuxt/eslint-config": "^1.3.0",
"@nuxt/devtools": "^2.6.5",
"@nuxt/eslint-config": "^1.9.0",
"@nuxt/module-builder": "^0.8.4",
"@nuxt/schema": "^3.16.2",
"@nuxt/test-utils": "^3.17.2",
"@types/node": "^20.17.29",
"@vitest/coverage-v8": "^3.1.1",
"better-sqlite3": "^11.9.1",
"changelogen": "^0.6.1",
"@nuxt/test-utils": "^3.20.1",
"@types/node": "^20.19.23",
"@vitest/coverage-v8": "^3.2.4",
"better-sqlite3": "^11.10.0",
"changelogen": "^0.6.2",
"citty": "^0.1.6",
"dotenv": "^16.4.7",
"dotenv": "^16.6.1",
"drizzle-orm": "^0.41.0",
"eslint": "^9.23.0",
"eslint": "^9.38.0",
"hookable": "^5.5.3",
"nuxt": "^3.16.2",
"nuxt-auth-utils": "^0.5.18",
"pkg-pr-new": "^0.0.42",
"typescript": "^5.8.2",
"vitest": "^3.1.1",
"vue-tsc": "^2.2.8"
"typescript": "^5.9.3",
"vitest": "^3.2.4",
"vue-tsc": "^2.2.12"
},
"peerDependencies": {
"nuxt-auth-utils": "^0.3.2"
Expand Down
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@iconify-json/heroicons-solid": "^1.2.1",
"@iconify-json/simple-icons": "^1.2.55",
"drizzle-kit": "^0.31.5",
"wrangler": "^4.43.0"
"wrangler": "^4.45.0"
},
"packageManager": "pnpm@10.3.0+sha256.24dd5c65d86c7d0710aba16699fbc46d74fc9acf2b419f4945207f2de9e57e23",
"pnpm": {
Expand Down
102 changes: 53 additions & 49 deletions playground/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading