Skip to content

Commit

Permalink
chore(deps): update nuxt framework to ^3.15.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 29, 2025
1 parent 191a474 commit 0b12cee
Show file tree
Hide file tree
Showing 3 changed files with 140 additions and 325 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.3",
"@nuxt/kit": "^3.15.4",
"citty": "^0.1.6",
"consola": "^3.3.1",
"destr": "^2.0.3",
Expand All @@ -54,7 +54,7 @@
"devDependencies": {
"@nuxt/eslint-config": "^0.7.4",
"@nuxt/module-builder": "^0.8.4",
"@nuxt/schema": "^3.15.3",
"@nuxt/schema": "^3.15.4",
"@nuxt/test-utils": "^3.15.1",
"@types/git-url-parse": "^9.0.3",
"@types/parse-git-config": "^3.0.4",
Expand All @@ -65,7 +65,7 @@
"h3": "^1.13.0",
"installed-check": "^9.3.0",
"knip": "^5.41.1",
"nuxt": "^3.15.3",
"nuxt": "^3.15.4",
"typescript": "^5.6.3",
"unbuild": "^3.0.1",
"vitest": "^3.0.0",
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.3"
"nuxt": "^3.15.4"
}
}
Loading

0 comments on commit 0b12cee

Please sign in to comment.