Skip to content

Commit a99015e

Browse files
committed
chore: upgrade all dependencies
1 parent 0e50434 commit a99015e

File tree

4 files changed

+1396
-985
lines changed

4 files changed

+1396
-985
lines changed

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -48,29 +48,29 @@
4848
"test:watch": "vitest watch"
4949
},
5050
"dependencies": {
51-
"@nuxt/kit": "^3.13.0",
52-
"@teamhanko/hanko-elements": "1.2.0",
51+
"@nuxt/kit": "^3.15.4",
52+
"@teamhanko/hanko-elements": "1.4.0",
5353
"defu": "^6.1.4",
54-
"jose": "^5.8.0",
54+
"jose": "^5.10.0",
5555
"ufo": "^1.5.4"
5656
},
5757
"devDependencies": {
58-
"@nuxt/eslint-config": "0.6.1",
58+
"@nuxt/eslint-config": "1.1.0",
5959
"@nuxt/module-builder": "1.0.0-alpha.1",
60-
"@nuxt/schema": "3.14.159",
61-
"@nuxt/test-utils": "3.14.4",
62-
"@types/node": "22.9.0",
63-
"@vitest/coverage-v8": "2.1.5",
64-
"bumpp": "9.8.1",
65-
"eslint": "9.14.0",
66-
"h3": "1.13.0",
67-
"nuxt": "3.14.159",
68-
"playwright": "1.48.2",
69-
"vitest": "2.1.5"
60+
"@nuxt/schema": "3.15.4",
61+
"@nuxt/test-utils": "3.17.0",
62+
"@types/node": "22.13.4",
63+
"@vitest/coverage-v8": "3.0.6",
64+
"bumpp": "10.0.3",
65+
"eslint": "9.20.1",
66+
"h3": "1.15.0",
67+
"nuxt": "3.15.4",
68+
"playwright": "1.50.1",
69+
"vitest": "3.0.6"
7070
},
7171
"resolutions": {
72-
"@nuxt/kit": "3.14.159",
72+
"@nuxt/kit": "3.15.4",
7373
"@nuxtjs/hanko": "link:."
7474
},
75-
"packageManager": "pnpm@9.13.0"
75+
"packageManager": "pnpm@10.4.1"
7676
}

playground/nuxt.config.ts

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,5 @@
11
export default defineNuxtConfig({
2-
compatibilityDate: '2024-08-19',
32
modules: ['@nuxtjs/hanko'],
4-
hanko: {
5-
// You need to provide the Hanko API URL in order for it to work
6-
apiURL: '',
7-
cookieName: 'hanko',
8-
redirects: {
9-
login: '/login', // this is the default
10-
home: '/', // this is the default
11-
success: '/user', // this is a custom redirect
12-
followRedirect: true, // this can be set to false to always redirect to the success page
13-
},
14-
},
153
// Make the app look a bit nicer
164
app: {
175
head: {
@@ -24,4 +12,16 @@ export default defineNuxtConfig({
2412
],
2513
},
2614
},
15+
compatibilityDate: '2024-08-19',
16+
hanko: {
17+
// You need to provide the Hanko API URL in order for it to work
18+
apiURL: '',
19+
cookieName: 'hanko',
20+
redirects: {
21+
login: '/login', // this is the default
22+
home: '/', // this is the default
23+
success: '/user', // this is a custom redirect
24+
followRedirect: true, // this can be set to false to always redirect to the success page
25+
},
26+
},
2727
})

playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
},
1010
"devDependencies": {
1111
"@nuxtjs/hanko": "latest",
12-
"nuxt": "3.14.159"
12+
"nuxt": "3.15.4"
1313
}
1414
}

0 commit comments

Comments
 (0)