Skip to content

Commit

Permalink
build: fix missing peer dep dependency in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Chilfish committed May 12, 2024
1 parent 331dffc commit 0e0074a
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 49 deletions.
3 changes: 2 additions & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
},
"peerDependencies": {
"axios": "^1.6.8",
"p-queue": "^8.0.1"
"p-queue": "^8.0.1",
"p-timeout": "^6.1.2"
},
"devDependencies": {
"@bg-dev/nuxt-naiveui": "^1.13.2",
Expand Down
81 changes: 33 additions & 48 deletions pnpm-lock.yaml

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

0 comments on commit 0e0074a

Please sign in to comment.