Skip to content

Commit

Permalink
chore(deps): update dependency vite to v5 [security]
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 9, 2024
1 parent 53bfca8 commit 66eaf17
Show file tree
Hide file tree
Showing 5 changed files with 184 additions and 344 deletions.
2 changes: 1 addition & 1 deletion apps/static/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@halyard/reset": "workspace:*",
"@halyard/tsconfig": "workspace:*",
"handlebars": "latest",
"vite": "^4.0.0",
"vite": "^5.0.0",
"tsx": "^4.7.1"
}
}
2 changes: 1 addition & 1 deletion apps/vue2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"prism-themes": "^1.0.0",
"prismjs": "^1.10.0",
"surge": "^0.23.1",
"vite": "^4.0.0",
"vite": "^5.0.0",
"vue-analytics": "^5.8.0",
"vue-eslint-parser": "^9.1.0",
"vue-template-compiler": "^2.5.16"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"turbo": "^1.10.0",
"turbo-ignore": "^1.0.0",
"typescript": "^5.0.0",
"vite": "^4.0.0",
"vite": "^5.0.0",
"vitest": "latest"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"postcss": "^8.4.21",
"react": "18.2.0",
"tailwindcss": "^3.2.4",
"vite": "^4.0.0"
"vite": "^5.0.0"
}
}
Loading

0 comments on commit 66eaf17

Please sign in to comment.