Skip to content

Commit

Permalink
chore(deps): update dependency vite to ^6.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 27, 2025
1 parent 33847f0 commit f113aab
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.8.1",
"typescript": "~5.7.2",
"typia": "^7.6.0",
"vite": "^6.0.2"
"vite": "^6.0.11"
},
"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.7.2",
"typia": "^7.6.0",
"vite": "^6.0.2"
"vite": "^6.0.11"
}
}
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.7.2",
"typia": "^7.6.0",
"vite": "^6.0.2",
"vite": "^6.0.11",
"vite-plugin-inspect": "^0.10.3"
}
}
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.3",
"rollup": "^4.28.0",
"ts-patch": "^3.2.1",
"vite": "^6.0.2",
"vite": "^6.0.11",
"vitest": "^2.1.8"
},
"access": "public"
Expand Down

0 comments on commit f113aab

Please sign in to comment.