From 031d1755d9c9bed84187066144dbd716bc96b872 Mon Sep 17 00:00:00 2001 From: mrholek Date: Thu, 28 Mar 2024 14:59:17 +0100 Subject: [PATCH] chore: update dependencies and devDependencies MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit @coreui/chartjs ^4.0.0-rc.0 → ^4.0.0 @coreui/coreui ^5.0.0-rc-2 → ^5.0.0 @coreui/react ^5.0.0-rc.3 → ^5.0.0 @coreui/react-chartjs ^3.0.0-rc.0 → ^3.0.0 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 2b890af..a9bcb6e 100644 --- a/package.json +++ b/package.json @@ -22,12 +22,12 @@ "test:debug": "react-scripts --inspect-brk test --runInBand" }, "dependencies": { - "@coreui/chartjs": "^4.0.0-rc.0", - "@coreui/coreui": "^5.0.0-rc-2", + "@coreui/chartjs": "^4.0.0", + "@coreui/coreui": "^5.0.0", "@coreui/icons": "^3.0.1", "@coreui/icons-react": "^2.2.1", - "@coreui/react": "^5.0.0-rc.3", - "@coreui/react-chartjs": "^3.0.0-rc.0", + "@coreui/react": "^5.0.0", + "@coreui/react-chartjs": "^3.0.0", "@coreui/utils": "^2.0.2", "@popperjs/core": "^2.11.8", "chart.js": "^4.4.2",