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.3  →   ^5.0.0
@coreui/vue          ^5.0.0-rc.3  →   ^5.0.0
@coreui/vue-chartjs  ^3.0.0-rc.0  →   ^3.0.0
eslint-plugin-vue        ^9.23.0  →  ^9.24.0
vite                      ^5.2.4  →   ^5.2.6
  • Loading branch information
mrholek committed Mar 28, 2024
1 parent f9d3cb2 commit 46e9f95
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
"preview": "vite preview"
},
"dependencies": {
"@coreui/chartjs": "^4.0.0-rc.0",
"@coreui/coreui": "^5.0.0-rc.3",
"@coreui/chartjs": "^4.0.0",
"@coreui/coreui": "^5.0.0",
"@coreui/icons": "^3.0.1",
"@coreui/icons-vue": "2.0.0",
"@coreui/utils": "^2.0.2",
"@coreui/vue": "^5.0.0-rc.3",
"@coreui/vue-chartjs": "^3.0.0-rc.0",
"@coreui/vue": "^5.0.0",
"@coreui/vue-chartjs": "^3.0.0",
"@popperjs/core": "^2.11.8",
"chart.js": "^4.4.2",
"simplebar-vue": "^2.3.3",
Expand All @@ -36,9 +36,9 @@
"@vitejs/plugin-vue": "^5.0.4",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.23.0",
"eslint-plugin-vue": "^9.24.0",
"postcss": "^8.4.38",
"sass": "^1.72.0",
"vite": "^5.2.4"
"vite": "^5.2.6"
}
}

0 comments on commit 46e9f95

Please sign in to comment.