Skip to content

Commit

Permalink
fix: remove the strict need for express deps, closes #656
Browse files Browse the repository at this point in the history
  • Loading branch information
felixmosh committed Dec 5, 2023
1 parent a13e4d5 commit 8a27924
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"dependencies": {
"@bull-board/api": "5.10.1",
"@bull-board/ui": "5.10.1",
"ejs": "3.1.7",
"express": "4.17.3"
"ejs": "^3.1.7",
"express": "^4.17.3"
},
"devDependencies": {
"@types/ejs": "^3.0.6",
Expand Down

0 comments on commit 8a27924

Please sign in to comment.