Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
atinux committed Oct 21, 2024
1 parent 92e3e2e commit 5a4ecb3
Show file tree
Hide file tree
Showing 3 changed files with 583 additions and 414 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"repository": "atinux/nuxt-auth-utils",
"license": "MIT",
"type": "module",
"packageManager": "[email protected].0",
"packageManager": "[email protected].2",
"exports": {
".": {
"types": "./dist/types.d.ts",
Expand Down Expand Up @@ -36,7 +36,7 @@
"@nuxt/kit": "^3.13.2",
"defu": "^6.1.4",
"hookable": "^5.5.3",
"ofetch": "^1.4.0",
"ofetch": "^1.4.1",
"ohash": "^1.1.4",
"pathe": "^1.1.2",
"scule": "^1.3.0",
Expand All @@ -55,20 +55,20 @@
}
},
"devDependencies": {
"@iconify-json/simple-icons": "^1.2.6",
"@iconify-json/simple-icons": "^1.2.9",
"@nuxt/devtools": "latest",
"@nuxt/eslint-config": "^0.5.7",
"@nuxt/eslint-config": "^0.6.0",
"@nuxt/module-builder": "^0.8.4",
"@nuxt/schema": "^3.13.2",
"@nuxt/test-utils": "^3.14.2",
"@nuxt/ui": "^2.18.6",
"@nuxt/ui-pro": "^1.4.3",
"@nuxt/test-utils": "^3.14.4",
"@nuxt/ui": "^2.18.7",
"@nuxt/ui-pro": "^1.4.4",
"@simplewebauthn/types": "^11.0.0",
"changelogen": "^0.5.7",
"eslint": "^9.12.0",
"eslint": "^9.13.0",
"nuxt": "^3.13.2",
"typescript": "^5.6.2",
"vitest": "^2.1.2",
"typescript": "^5.6.3",
"vitest": "^2.1.3",
"vue-tsc": "^2.1.6"
}
}
26 changes: 13 additions & 13 deletions playground/nuxt.config.ts
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
export default defineNuxtConfig({
// ssr: false,
compatibilityDate: '2024-06-17',
devServer: {
host: '127.0.0.1',
},
extends: ['@nuxt/ui-pro'],
modules: ['nuxt-auth-utils', '@nuxt/ui'],
auth: {
webAuthn: true,
},
devtools: { enabled: true },
imports: {
autoImport: true,
},
nitro: {
experimental: {
database: true,
},
},
devtools: { enabled: true },
routeRules: {
'/': {
// prerender: true,
// swr: 5,
// ssr: false,
},
},
devServer: {
host: '127.0.0.1',
},
compatibilityDate: '2024-06-17',
nitro: {
experimental: {
database: true,
},
},
auth: {
webAuthn: true,
},
})
Loading

0 comments on commit 5a4ecb3

Please sign in to comment.