Skip to content

Commit

Permalink
chore(deps): update nuxt framework to ^3.13.2 (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 16, 2024
1 parent 9b76a14 commit a5a3701
Show file tree
Hide file tree
Showing 3 changed files with 620 additions and 453 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"test:types": "nuxt-module-build prepare && nuxi prepare playground && vue-tsc --noEmit"
},
"dependencies": {
"@nuxt/kit": "^3.13.1",
"@nuxt/kit": "^3.13.2",
"ci-info": "^4.0.0",
"consola": "^3.2.3",
"create-require": "^1.1.1",
Expand Down Expand Up @@ -63,7 +63,7 @@
"@vitest/coverage-v8": "^2.1.1",
"changelogen": "^0.5.5",
"eslint": "^9.10.0",
"nuxt": "^3.13.1",
"nuxt": "^3.13.2",
"typescript": "^5.6.2",
"vitest": "^2.1.1",
"vue-tsc": "^2.1.6"
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.13.1"
"nuxt": "^3.13.2"
}
}
Loading

0 comments on commit a5a3701

Please sign in to comment.