Skip to content

Commit c9b94df

Browse files
chore(deps): update nuxt framework to ^3.15.0 (#201)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Daniel Roe <daniel@roe.dev>
1 parent 586bcd3 commit c9b94df

File tree

3 files changed

+920
-301
lines changed

3 files changed

+920
-301
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"test:types": "nuxt-module-build prepare && nuxi prepare playground && vue-tsc --noEmit"
3838
},
3939
"dependencies": {
40-
"@nuxt/kit": "^3.14.1592",
40+
"@nuxt/kit": "^3.15.0",
4141
"citty": "^0.1.6",
4242
"consola": "^3.3.1",
4343
"destr": "^2.0.3",
@@ -55,7 +55,7 @@
5555
"devDependencies": {
5656
"@nuxt/eslint-config": "^0.7.4",
5757
"@nuxt/module-builder": "^0.8.4",
58-
"@nuxt/schema": "^3.14.1592",
58+
"@nuxt/schema": "^3.15.0",
5959
"@nuxt/test-utils": "^3.15.1",
6060
"@types/git-url-parse": "^9.0.3",
6161
"@types/parse-git-config": "^3.0.4",
@@ -66,13 +66,13 @@
6666
"h3": "^1.13.0",
6767
"installed-check": "^9.3.0",
6868
"knip": "^5.41.1",
69-
"nuxt": "^3.14.1592",
69+
"nuxt": "^3.15.0",
7070
"typescript": "^5.6.3",
7171
"unbuild": "^3.0.1",
7272
"vitest": "^2.1.8",
7373
"vue-tsc": "^2.1.10"
7474
},
7575
"engines": {
76-
"node": "^14.18.0 || >=16.10.0"
76+
"node": ">=18.20.5"
7777
}
7878
}

playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
"build": "nuxt build"
66
},
77
"dependencies": {
8-
"nuxt": "^3.14.1592"
8+
"nuxt": "^3.15.0"
99
}
1010
}

0 commit comments

Comments
 (0)