Skip to content

Commit 05a3150

Browse files
chore(deps): update nuxt core to v3.17.1 (#237)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e7504a6 commit 05a3150

File tree

3 files changed

+59
-73
lines changed

3 files changed

+59
-73
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,19 +57,19 @@
5757
"devDependencies": {
5858
"@nuxt/eslint-config": "1.3.0",
5959
"@nuxt/module-builder": "1.0.1",
60-
"@nuxt/schema": "3.17.0",
60+
"@nuxt/schema": "3.17.1",
6161
"@nuxt/test-utils": "3.17.2",
6262
"@types/node": "22.15.3",
6363
"@vitest/coverage-v8": "3.1.2",
6464
"bumpp": "10.1.0",
6565
"eslint": "9.25.1",
6666
"h3": "1.15.3",
67-
"nuxt": "3.17.0",
67+
"nuxt": "3.17.1",
6868
"playwright": "1.52.0",
6969
"vitest": "3.1.2"
7070
},
7171
"resolutions": {
72-
"@nuxt/kit": "3.17.0",
72+
"@nuxt/kit": "3.17.1",
7373
"@nuxtjs/hanko": "link:."
7474
},
7575
"packageManager": "[email protected]"

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.17.0"
12+
"nuxt": "3.17.1"
1313
}
1414
}

0 commit comments

Comments
 (0)