From 357b40eb53b59a4312376063e26dbea8a7ea0951 Mon Sep 17 00:00:00 2001 From: lehuygiang28 Date: Tue, 2 Jul 2024 12:11:28 +0700 Subject: [PATCH] fix(be): :bug: missing deps --- package.json | 1 + yarn.lock | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 9ce827a..3a78e68 100644 --- a/package.json +++ b/package.json @@ -16,6 +16,7 @@ "@ant-design/nextjs-registry": "^1.0.0", "@bull-board/api": "^5.20.5", "@bull-board/express": "^5.20.5", + "@bull-board/ui": "^5.20.5", "@faker-js/faker": "^8.4.1", "@hookform/resolvers": "^3.4.2", "@kovalenko/is-cron": "^1.0.10", diff --git a/yarn.lock b/yarn.lock index d83db6d..a4c95dc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1879,7 +1879,7 @@ __metadata: languageName: node linkType: hard -"@bull-board/ui@npm:5.20.5": +"@bull-board/ui@npm:5.20.5, @bull-board/ui@npm:^5.20.5": version: 5.20.5 resolution: "@bull-board/ui@npm:5.20.5" dependencies: @@ -5066,6 +5066,7 @@ __metadata: "@babel/core": "npm:^7.24.6" "@bull-board/api": "npm:^5.20.5" "@bull-board/express": "npm:^5.20.5" + "@bull-board/ui": "npm:^5.20.5" "@compodoc/compodoc": "npm:^1.1.25" "@faker-js/faker": "npm:^8.4.1" "@hookform/resolvers": "npm:^3.4.2"