Skip to content

Commit

Permalink
fix(docs): attempt to fix build error on vercel
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewcourtice committed Jun 15, 2022
1 parent 9d808aa commit a0b23d8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,8 @@
"devDependencies": {
"dotenv": "^16.0.1",
"vitepress": "^1.0.0-alpha.2"
},
"dependencies": {
"@vueuse/core": "^8.6.0"
}
}
3 changes: 2 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -807,6 +807,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@harlem/docs@workspace:docs"
dependencies:
"@vueuse/core": ^8.6.0
dotenv: ^16.0.1
vitepress: ^1.0.0-alpha.2
languageName: unknown
Expand Down Expand Up @@ -3211,7 +3212,7 @@ __metadata:
languageName: node
linkType: hard

"@vueuse/core@npm:^8.5.0":
"@vueuse/core@npm:^8.5.0, @vueuse/core@npm:^8.6.0":
version: 8.6.0
resolution: "@vueuse/core@npm:8.6.0"
dependencies:
Expand Down

0 comments on commit a0b23d8

Please sign in to comment.