Skip to content

Commit

Permalink
added explicit dependency for defu
Browse files Browse the repository at this point in the history
  • Loading branch information
manchenkoff committed Sep 21, 2023
1 parent ec63172 commit 5a7e3cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
"test:watch": "vitest watch"
},
"dependencies": {
"@nuxt/kit": "^3.7.3"
"@nuxt/kit": "^3.7.3",
"defu": "^6.1.2"
},
"devDependencies": {
"@nuxt/devtools": "latest",
Expand Down
1 change: 1 addition & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6386,6 +6386,7 @@ __metadata:
"@types/node": ^18.17.17
"@types/set-cookie-parser": ^2.4.3
changelogen: ^0.5.5
defu: ^6.1.2
eslint: ^8.49.0
eslint-config-prettier: ^9.0.0
eslint-plugin-prettier: ^5.0.0
Expand Down

0 comments on commit 5a7e3cb

Please sign in to comment.