Skip to content

Commit 5a4ecb3

Browse files
committed
chore: update deps
1 parent 92e3e2e commit 5a4ecb3

File tree

3 files changed

+583
-414
lines changed

3 files changed

+583
-414
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"repository": "atinux/nuxt-auth-utils",
66
"license": "MIT",
77
"type": "module",
8-
"packageManager": "[email protected].0",
8+
"packageManager": "[email protected].2",
99
"exports": {
1010
".": {
1111
"types": "./dist/types.d.ts",
@@ -36,7 +36,7 @@
3636
"@nuxt/kit": "^3.13.2",
3737
"defu": "^6.1.4",
3838
"hookable": "^5.5.3",
39-
"ofetch": "^1.4.0",
39+
"ofetch": "^1.4.1",
4040
"ohash": "^1.1.4",
4141
"pathe": "^1.1.2",
4242
"scule": "^1.3.0",
@@ -55,20 +55,20 @@
5555
}
5656
},
5757
"devDependencies": {
58-
"@iconify-json/simple-icons": "^1.2.6",
58+
"@iconify-json/simple-icons": "^1.2.9",
5959
"@nuxt/devtools": "latest",
60-
"@nuxt/eslint-config": "^0.5.7",
60+
"@nuxt/eslint-config": "^0.6.0",
6161
"@nuxt/module-builder": "^0.8.4",
6262
"@nuxt/schema": "^3.13.2",
63-
"@nuxt/test-utils": "^3.14.2",
64-
"@nuxt/ui": "^2.18.6",
65-
"@nuxt/ui-pro": "^1.4.3",
63+
"@nuxt/test-utils": "^3.14.4",
64+
"@nuxt/ui": "^2.18.7",
65+
"@nuxt/ui-pro": "^1.4.4",
6666
"@simplewebauthn/types": "^11.0.0",
6767
"changelogen": "^0.5.7",
68-
"eslint": "^9.12.0",
68+
"eslint": "^9.13.0",
6969
"nuxt": "^3.13.2",
70-
"typescript": "^5.6.2",
71-
"vitest": "^2.1.2",
70+
"typescript": "^5.6.3",
71+
"vitest": "^2.1.3",
7272
"vue-tsc": "^2.1.6"
7373
}
7474
}

playground/nuxt.config.ts

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
export default defineNuxtConfig({
22
// ssr: false,
3-
compatibilityDate: '2024-06-17',
4-
devServer: {
5-
host: '127.0.0.1',
6-
},
73
extends: ['@nuxt/ui-pro'],
84
modules: ['nuxt-auth-utils', '@nuxt/ui'],
9-
auth: {
10-
webAuthn: true,
11-
},
12-
devtools: { enabled: true },
135
imports: {
146
autoImport: true,
157
},
16-
nitro: {
17-
experimental: {
18-
database: true,
19-
},
20-
},
8+
devtools: { enabled: true },
219
routeRules: {
2210
'/': {
2311
// prerender: true,
2412
// swr: 5,
2513
// ssr: false,
2614
},
2715
},
16+
devServer: {
17+
host: '127.0.0.1',
18+
},
19+
compatibilityDate: '2024-06-17',
20+
nitro: {
21+
experimental: {
22+
database: true,
23+
},
24+
},
25+
auth: {
26+
webAuthn: true,
27+
},
2828
})

0 commit comments

Comments
 (0)