Skip to content

Commit

Permalink
fix: add missing defu dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdmlln committed May 16, 2024
1 parent df3239d commit 9840c89
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
"typecheck": "vue-tsc --noEmit && cd playground && vue-tsc --noEmit"
},
"dependencies": {
"@nuxt/kit": "^3.11.2"
"@nuxt/kit": "^3.11.2",
"defu": "^6.1.4"
},
"devDependencies": {
"@nuxt/devtools": "^1.2.0",
Expand Down

0 comments on commit 9840c89

Please sign in to comment.