Skip to content

Commit

Permalink
chore: update dependencies and devDependencies
Browse files Browse the repository at this point in the history
@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
vite                        ^5.2.2  →  ^5.2.6
  • Loading branch information
mrholek committed Mar 28, 2024
1 parent 49af407 commit 9b759a0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
"start": "vite"
},
"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",
Expand All @@ -49,6 +49,6 @@
"postcss": "^8.4.38",
"prettier": "3.2.5",
"sass": "^1.72.0",
"vite": "^5.2.2"
"vite": "^5.2.6"
}
}

0 comments on commit 9b759a0

Please sign in to comment.