Skip to content

Commit

Permalink
chore(deps): update nuxt framework to ^3.15.1 (#204)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 5, 2025
1 parent a3836f3 commit 4d0e2fa
Show file tree
Hide file tree
Showing 3 changed files with 201 additions and 190 deletions.
6 changes: 3 additions & 3 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.15.0",
"@nuxt/kit": "^3.15.1",
"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.15.0",
"@nuxt/schema": "^3.15.1",
"@nuxt/test-utils": "^3.15.1",
"@types/git-url-parse": "^9.0.3",
"@types/parse-git-config": "^3.0.4",
Expand All @@ -66,7 +66,7 @@
"h3": "^1.13.0",
"installed-check": "^9.3.0",
"knip": "^5.41.1",
"nuxt": "^3.15.0",
"nuxt": "^3.15.1",
"typescript": "^5.6.3",
"unbuild": "^3.0.1",
"vitest": "^2.1.8",
Expand Down
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.15.0"
"nuxt": "^3.15.1"
}
}
Loading

0 comments on commit 4d0e2fa

Please sign in to comment.