Skip to content

Commit

Permalink
fix: add missing dependencies for pnpm/bazel
Browse files Browse the repository at this point in the history
  • Loading branch information
loopingz committed Jun 30, 2023
1 parent 56c4dee commit 1ec04a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/async/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
],
"dependencies": {
"@webda/core": "^3.0.2",
"axios": "^1.1.3"
"axios": "^1.1.3",
"node-cron": "^3.0.2"
},
"devDependencies": {
"@types/node": "14.6.0",
Expand Down
1 change: 1 addition & 0 deletions packages/shell/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
"glob": "^10.0.0",
"is-in-subnet": "^4.0.1",
"json-stable-stringify": "^1.0.1",
"jsonpath": "^1.1.1",
"merge": "^2.1.1",
"mime-types": "^2.1.31",
"nodejs-websocket": "^1.7.2",
Expand Down

0 comments on commit 1ec04a3

Please sign in to comment.