Skip to content

Commit

Permalink
chore(deps): update nuxt framework to ^3.15.0 (#201)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
  • Loading branch information
renovate[bot] and danielroe authored Dec 25, 2024
1 parent 586bcd3 commit c9b94df
Show file tree
Hide file tree
Showing 3 changed files with 920 additions and 301 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"test:types": "nuxt-module-build prepare && nuxi prepare playground && vue-tsc --noEmit"
},
"dependencies": {
"@nuxt/kit": "^3.14.1592",
"@nuxt/kit": "^3.15.0",
"citty": "^0.1.6",
"consola": "^3.3.1",
"destr": "^2.0.3",
Expand All @@ -55,7 +55,7 @@
"devDependencies": {
"@nuxt/eslint-config": "^0.7.4",
"@nuxt/module-builder": "^0.8.4",
"@nuxt/schema": "^3.14.1592",
"@nuxt/schema": "^3.15.0",
"@nuxt/test-utils": "^3.15.1",
"@types/git-url-parse": "^9.0.3",
"@types/parse-git-config": "^3.0.4",
Expand All @@ -66,13 +66,13 @@
"h3": "^1.13.0",
"installed-check": "^9.3.0",
"knip": "^5.41.1",
"nuxt": "^3.14.1592",
"nuxt": "^3.15.0",
"typescript": "^5.6.3",
"unbuild": "^3.0.1",
"vitest": "^2.1.8",
"vue-tsc": "^2.1.10"
},
"engines": {
"node": "^14.18.0 || >=16.10.0"
"node": ">=18.20.5"
}
}
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"build": "nuxt build"
},
"dependencies": {
"nuxt": "^3.14.1592"
"nuxt": "^3.15.0"
}
}
Loading

0 comments on commit c9b94df

Please sign in to comment.