Skip to content

Commit

Permalink
Update dependency vite to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 16, 2024
1 parent ef0d48b commit 3057474
Show file tree
Hide file tree
Showing 6 changed files with 86 additions and 29 deletions.
2 changes: 1 addition & 1 deletion apps/inkbeard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"npm-run-all2": "^7.0.1",
"start-server-and-test": "^2.0.9",
"typescript": "5.2.2",
"vite": "^5.4.11",
"vite": "^6.0.3",
"vitest": "^2.1.8",
"vue-tsc": "^2.1.10"
},
Expand Down
2 changes: 1 addition & 1 deletion apps/ui-library/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"msw": "^2.6.9",
"msw-storybook-addon": "^2.0.4",
"storybook": "^8.4.7",
"vite": "^5.4.11"
"vite": "^6.0.3"
},
"resolutions": {
"jackspeak": "4.0.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/budget-it/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"npm-run-all2": "^7.0.1",
"start-server-and-test": "^2.0.9",
"typescript": "5.2.2",
"vite": "^5.4.11",
"vite": "^6.0.3",
"vitest": "^2.1.8",
"vue": "^3.5.13",
"vue-chartjs": "^5.3.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/icon-memory/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"npm-run-all2": "^7.0.1",
"start-server-and-test": "^2.0.9",
"typescript": "5.2.2",
"vite": "^5.4.11",
"vite": "^6.0.3",
"vitest": "^2.1.8",
"vue": "^3.5.13",
"vue-tsc": "^2.1.10"
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@vue/test-utils": "^2.4.6",
"@vue/tsconfig": "^0.7.0",
"typescript": "5.2.2",
"vite": "^5.4.11",
"vite": "^6.0.3",
"vitest": "^2.1.8"
}
}
105 changes: 81 additions & 24 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3057474

Please sign in to comment.