Skip to content

Commit

Permalink
chore(deps): update dependency uuid to v10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 22, 2024
1 parent 7bc58c9 commit 89ffe9c
Show file tree
Hide file tree
Showing 3 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 @@ -26,6 +26,6 @@
},
"type": "module",
"dependencies": {
"uuid": "^9.0.1"
"uuid": "^10.0.0"
}
}
2 changes: 1 addition & 1 deletion examples/vite-hono/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"hono": "^4.4.8",
"uuid": "^9.0.1"
"uuid": "^10.0.0"
},
"devDependencies": {
"@hono/typia-validator": "^0.0.5",
Expand Down
4 changes: 2 additions & 2 deletions examples/vite-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"uuid": "^9.0.1"
"uuid": "^10.0.0"
},
"devDependencies": {
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@types/uuid": "^9.0.8",
"@types/uuid": "^10.0.0",
"@vitejs/plugin-react": "^4.3.1",
"ts-patch": "^3.2.1",
"typescript": "~5.5.3",
Expand Down

0 comments on commit 89ffe9c

Please sign in to comment.