Skip to content

Commit

Permalink
chore(deps): update nuxt framework
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 22, 2024
1 parent c8eff9c commit 5239dd3
Show file tree
Hide file tree
Showing 3 changed files with 2,126 additions and 2,128 deletions.
6 changes: 3 additions & 3 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.11.2",
"@nuxt/kit": "^3.13.0",
"ci-info": "^4.0.0",
"consola": "^3.2.3",
"create-require": "^1.1.1",
Expand All @@ -55,13 +55,13 @@
},
"devDependencies": {
"@nuxt/module-builder": "^0.6.0",
"@nuxt/test-utils": "^3.12.1",
"@nuxt/test-utils": "^3.14.1",
"@types/git-url-parse": "^9.0.3",
"@types/parse-git-config": "^3.0.4",
"@vitest/coverage-v8": "^1.6.0",
"changelogen": "^0.5.5",
"eslint": "^9.2.0",
"nuxt": "^3.11.2",
"nuxt": "^3.13.0",
"typescript": "^5.4.5",
"vitest": "^1.6.0",
"vue-tsc": "^2.0.16",
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.11.2"
"nuxt": "^3.13.0"
}
}
Loading

0 comments on commit 5239dd3

Please sign in to comment.