Skip to content

Commit

Permalink
chore(deps): update dependency chart.js to v3.8.0 (#864)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 27, 2022
1 parent c34c16b commit e26f196
Show file tree
Hide file tree
Showing 19 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion legacy/sandboxes/bar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vue-chartjs-bar-example",
"dependencies": {
"vue": "2.6.14",
"chart.js": "3.7.1",
"chart.js": "3.8.0",
"vue-chartjs": "^4.0.0"
}
}
2 changes: 1 addition & 1 deletion legacy/sandboxes/bubble/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vue-chartjs-bubble-example",
"dependencies": {
"vue": "2.6.14",
"chart.js": "3.7.1",
"chart.js": "3.8.0",
"vue-chartjs": "^4.0.0"
}
}
2 changes: 1 addition & 1 deletion legacy/sandboxes/doughnut/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vue-chartjs-doughnut-example",
"dependencies": {
"vue": "2.6.14",
"chart.js": "3.7.1",
"chart.js": "3.8.0",
"vue-chartjs": "^4.0.0"
}
}
2 changes: 1 addition & 1 deletion legacy/sandboxes/line/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vue-chartjs-line-example",
"dependencies": {
"vue": "2.6.14",
"chart.js": "3.7.1",
"chart.js": "3.8.0",
"vue-chartjs": "^4.0.0"
}
}
2 changes: 1 addition & 1 deletion legacy/sandboxes/pie/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vue-chartjs-pie-example",
"dependencies": {
"vue": "2.6.14",
"chart.js": "3.7.1",
"chart.js": "3.8.0",
"vue-chartjs": "^4.0.0"
}
}
2 changes: 1 addition & 1 deletion legacy/sandboxes/polar-area/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vue-chartjs-polar-area-example",
"dependencies": {
"vue": "2.6.14",
"chart.js": "3.7.1",
"chart.js": "3.8.0",
"vue-chartjs": "^4.0.0"
}
}
2 changes: 1 addition & 1 deletion legacy/sandboxes/radar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vue-chartjs-radar-example",
"dependencies": {
"vue": "2.6.14",
"chart.js": "3.7.1",
"chart.js": "3.8.0",
"vue-chartjs": "^4.0.0"
}
}
2 changes: 1 addition & 1 deletion legacy/sandboxes/scatter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vue-chartjs-scatter-example",
"dependencies": {
"vue": "2.6.14",
"chart.js": "3.7.1",
"chart.js": "3.8.0",
"vue-chartjs": "^4.0.0"
}
}
2 changes: 1 addition & 1 deletion sandboxes/bar/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vue-chartjs-bar-example",
"dependencies": {
"chart.js": "3.7.1",
"chart.js": "3.8.0",
"typescript": "^4.6.2",
"vue": "^3.2.31",
"vue-chartjs": "^4.0.0"
Expand Down
2 changes: 1 addition & 1 deletion sandboxes/bubble/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vue-chartjs-bubble-example",
"dependencies": {
"chart.js": "3.7.1",
"chart.js": "3.8.0",
"typescript": "^4.6.2",
"vue": "^3.2.31",
"vue-chartjs": "^4.0.0"
Expand Down
2 changes: 1 addition & 1 deletion sandboxes/custom/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vue-chartjs-custom-example",
"dependencies": {
"chart.js": "3.7.1",
"chart.js": "3.8.0",
"typescript": "^4.6.2",
"vue": "^3.2.31",
"vue-chartjs": "^4.0.0"
Expand Down
2 changes: 1 addition & 1 deletion sandboxes/doughnut/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vue-chartjs-doughnut-example",
"dependencies": {
"chart.js": "3.7.1",
"chart.js": "3.8.0",
"typescript": "^4.6.2",
"vue": "^3.2.31",
"vue-chartjs": "^4.0.0"
Expand Down
2 changes: 1 addition & 1 deletion sandboxes/line/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vue-chartjs-line-example",
"dependencies": {
"chart.js": "3.7.1",
"chart.js": "3.8.0",
"typescript": "^4.6.2",
"vue": "^3.2.31",
"vue-chartjs": "^4.0.0"
Expand Down
2 changes: 1 addition & 1 deletion sandboxes/pie/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vue-chartjs-pie-example",
"dependencies": {
"chart.js": "3.7.1",
"chart.js": "3.8.0",
"typescript": "^4.6.2",
"vue": "^3.2.31",
"vue-chartjs": "^4.0.0"
Expand Down
2 changes: 1 addition & 1 deletion sandboxes/polar-area/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vue-chartjs-polar-area-example",
"dependencies": {
"chart.js": "3.7.1",
"chart.js": "3.8.0",
"typescript": "^4.6.2",
"vue": "^3.2.31",
"vue-chartjs": "^4.0.0"
Expand Down
2 changes: 1 addition & 1 deletion sandboxes/radar/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vue-chartjs-radar-example",
"dependencies": {
"chart.js": "3.7.1",
"chart.js": "3.8.0",
"typescript": "^4.6.2",
"vue": "^3.2.31",
"vue-chartjs": "^4.0.0"
Expand Down
2 changes: 1 addition & 1 deletion sandboxes/reactive-prop/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vue-chartjs-reactive-prop-example",
"dependencies": {
"chart.js": "3.7.1",
"chart.js": "3.8.0",
"typescript": "^4.6.2",
"vue": "^3.2.31",
"vue-chartjs": "^4.0.0"
Expand Down
2 changes: 1 addition & 1 deletion sandboxes/reactive/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vue-chartjs-reactive-example",
"dependencies": {
"chart.js": "3.7.1",
"chart.js": "3.8.0",
"typescript": "^4.6.2",
"vue": "^3.2.31",
"vue-chartjs": "^4.0.0"
Expand Down
2 changes: 1 addition & 1 deletion sandboxes/scatter/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vue-chartjs-scatter-example",
"dependencies": {
"chart.js": "3.7.1",
"chart.js": "3.8.0",
"typescript": "^4.6.2",
"vue": "^3.2.31",
"vue-chartjs": "^4.0.0"
Expand Down

0 comments on commit e26f196

Please sign in to comment.