mirror of
https://github.com/Fishwaldo/mouthpiece.git
synced 2025-03-15 11:31:32 +00:00
chore: bump @coreui/vue-chartjs from 2.0.0 to 2.0.1 in /frontend
Bumps [@coreui/vue-chartjs](https://github.com/coreui/coreui-vue) from 2.0.0 to 2.0.1. - [Release notes](https://github.com/coreui/coreui-vue/releases) - [Changelog](https://github.com/coreui/coreui-vue/blob/v2.0.1/CHANGELOG.md) - [Commits](https://github.com/coreui/coreui-vue/compare/v2.0.0...v2.0.1) --- updated-dependencies: - dependency-name: "@coreui/vue-chartjs" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
bed30fbe8d
commit
b0641f4f49
2 changed files with 10 additions and 7 deletions
15
frontend/package-lock.json
generated
15
frontend/package-lock.json
generated
|
@ -15,7 +15,7 @@
|
|||
"@coreui/icons-vue": "2.0.0",
|
||||
"@coreui/utils": "^1.3.1",
|
||||
"@coreui/vue": "^4.1.0",
|
||||
"@coreui/vue-chartjs": "2.0.0",
|
||||
"@coreui/vue-chartjs": "2.0.1",
|
||||
"@vuelidate/core": "^2.0.0-alpha.44",
|
||||
"@vuelidate/validators": "^2.0.0-alpha.31",
|
||||
"axios": "^0.27.2",
|
||||
|
@ -1777,12 +1777,13 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@coreui/vue-chartjs": {
|
||||
"version": "2.0.0",
|
||||
"license": "MIT",
|
||||
"version": "2.0.1",
|
||||
"resolved": "https://registry.npmjs.org/@coreui/vue-chartjs/-/vue-chartjs-2.0.1.tgz",
|
||||
"integrity": "sha512-HUMIO4YM8q63AgkbwxQG3TI+BlhzCTZKs/A+wG3FMLR8do5VPk5r3t1kaluV62reZP21jqXE0SPIU1if9a7YkQ==",
|
||||
"peerDependencies": {
|
||||
"@coreui/chartjs": "^3.0.0",
|
||||
"chart.js": "^3.4.1",
|
||||
"vue": "^3.2.20"
|
||||
"chart.js": "^3.7.0",
|
||||
"vue": "^3.2.21"
|
||||
}
|
||||
},
|
||||
"node_modules/@cypress/request": {
|
||||
|
@ -17935,7 +17936,9 @@
|
|||
"requires": {}
|
||||
},
|
||||
"@coreui/vue-chartjs": {
|
||||
"version": "2.0.0",
|
||||
"version": "2.0.1",
|
||||
"resolved": "https://registry.npmjs.org/@coreui/vue-chartjs/-/vue-chartjs-2.0.1.tgz",
|
||||
"integrity": "sha512-HUMIO4YM8q63AgkbwxQG3TI+BlhzCTZKs/A+wG3FMLR8do5VPk5r3t1kaluV62reZP21jqXE0SPIU1if9a7YkQ==",
|
||||
"requires": {}
|
||||
},
|
||||
"@cypress/request": {
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
"@coreui/icons-vue": "2.0.0",
|
||||
"@coreui/utils": "^1.3.1",
|
||||
"@coreui/vue": "^4.1.0",
|
||||
"@coreui/vue-chartjs": "2.0.0",
|
||||
"@coreui/vue-chartjs": "2.0.1",
|
||||
"@vuelidate/core": "^2.0.0-alpha.44",
|
||||
"@vuelidate/validators": "^2.0.0-alpha.31",
|
||||
"axios": "^0.27.2",
|
||||
|
|
Loading…
Add table
Reference in a new issue