Skip to content

Commit

Permalink
chore(deps): update dependency @vitejs/plugin-vue to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 31, 2024
1 parent 72ac2cd commit 2c16e3c
Show file tree
Hide file tree
Showing 13 changed files with 65 additions and 35 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"@storybook/vue3": "^6.5.16",
"@swc/core": "^1.3.23",
"@swc/helpers": "^0.5.0",
"@vitejs/plugin-vue": "^4.0.0",
"@vitejs/plugin-vue": "^5.0.0",
"@vitest/coverage-c8": "^0.31.0",
"@vue/eslint-config-typescript": "^12.0.0",
"@vue/test-utils": "^2.0.0-rc.17",
Expand Down
76 changes: 53 additions & 23 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sandboxes/bar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"vue-chartjs": "^5.0.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.0.0",
"@vitejs/plugin-vue": "^5.0.0",
"typescript": "^4.9.3",
"vite": "^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
Expand Up @@ -9,7 +9,7 @@
"vue-chartjs": "^5.0.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.0.0",
"@vitejs/plugin-vue": "^5.0.0",
"typescript": "^4.9.3",
"vite": "^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
Expand Up @@ -9,7 +9,7 @@
"vue-chartjs": "^5.0.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.0.0",
"@vitejs/plugin-vue": "^5.0.0",
"typescript": "^4.9.3",
"vite": "^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
Expand Up @@ -9,7 +9,7 @@
"vue-chartjs": "^5.0.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.0.0",
"@vitejs/plugin-vue": "^5.0.0",
"typescript": "^4.9.3",
"vite": "^4.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion sandboxes/events/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"vue-chartjs": "^5.0.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.0.0",
"@vitejs/plugin-vue": "^5.0.0",
"typescript": "^4.9.3",
"vite": "^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
Expand Up @@ -9,7 +9,7 @@
"vue-chartjs": "^5.0.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.0.0",
"@vitejs/plugin-vue": "^5.0.0",
"typescript": "^4.9.3",
"vite": "^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
Expand Up @@ -9,7 +9,7 @@
"vue-chartjs": "^5.0.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.0.0",
"@vitejs/plugin-vue": "^5.0.0",
"typescript": "^4.9.3",
"vite": "^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
Expand Up @@ -9,7 +9,7 @@
"vue-chartjs": "^5.0.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.0.0",
"@vitejs/plugin-vue": "^5.0.0",
"typescript": "^4.9.3",
"vite": "^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
Expand Up @@ -9,7 +9,7 @@
"vue-chartjs": "^5.0.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.0.0",
"@vitejs/plugin-vue": "^5.0.0",
"typescript": "^4.9.3",
"vite": "^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
Expand Up @@ -9,7 +9,7 @@
"vue-chartjs": "^5.0.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.0.0",
"@vitejs/plugin-vue": "^5.0.0",
"typescript": "^4.9.3",
"vite": "^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
Expand Up @@ -9,7 +9,7 @@
"vue-chartjs": "^5.0.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.0.0",
"@vitejs/plugin-vue": "^5.0.0",
"typescript": "^4.9.3",
"vite": "^4.0.0"
}
Expand Down

0 comments on commit 2c16e3c

Please sign in to comment.