Skip to content

Commit

Permalink
chore(deps): update dependency vite to ^5.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 18, 2024
1 parent ca1f37b commit 492c187
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.6.3",
"typescript": "~5.5.4",
"typia": "^6.9.0",
"vite": "^5.4.1"
"vite": "^5.4.6"
},
"type": "module",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/vite-hono/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"ts-patch": "^3.2.1",
"typescript": "~5.5.4",
"typia": "^6.9.0",
"vite": "^5.4.1"
"vite": "^5.4.6"
}
}
2 changes: 1 addition & 1 deletion examples/vite-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"ts-patch": "^3.2.1",
"typescript": "~5.5.4",
"typia": "^6.9.0",
"vite": "^5.4.1",
"vite": "^5.4.6",
"vite-plugin-inspect": "^0.8.7"
}
}
2 changes: 1 addition & 1 deletion packages/unplugin-typia/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"eslint-plugin-format": "^0.1.2",
"rollup": "^4.20.0",
"ts-patch": "^3.2.1",
"vite": "^5.4.1",
"vite": "^5.4.6",
"vitest": "^2.0.5"
},
"access": "public"
Expand Down

0 comments on commit 492c187

Please sign in to comment.