Skip to content

Commit

Permalink
chore(deps): update dependency vite to v5.2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 5, 2024
1 parent 634f76f commit c93f6b3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/sveltekit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"tslib": "^2.4.1",
"typescript": "^5.0.0",
"typia": "^6.0.6",
"vite": "^5.0.3"
"vite": "^5.2.11"
},
"type": "module",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/vite-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
"ts-patch": "^3.1.2",
"typescript": "^5.4.5",
"typia": "^6.0.6",
"vite": "^5.2.0"
"vite": "^5.2.11"
}
}
2 changes: 1 addition & 1 deletion examples/vite-vanilla/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"prepare": "ts-patch install && typia patch"
},
"devDependencies": {
"vite": "^5.0.4",
"vite": "^5.2.11",
"vite-plugin-inspect": "^0.8.1",
"ts-node": "^10.9.2",
"ts-patch": "^3.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/unplugin-typia/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"peerDependencies": {
"esbuild": "*",
"rollup": "^3",
"vite": ">=3",
"vite": ">=5.2.11",
"webpack": "^4 || ^5"
},
"peerDependenciesMeta": {
Expand Down

0 comments on commit c93f6b3

Please sign in to comment.