Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/dependabot-b0bd2eb.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'washboard-ui': patch
---

chore(deps-dev): bump `@types/uuid` from 10.0.0 to 11.0.0
2 changes: 1 addition & 1 deletion apps/washboard-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"@types/node": "^24.3.1",
"@types/react": "19.0.0",
"@types/react-dom": "19.0.0",
"@types/uuid": "^10.0.0",
"@types/uuid": "^11.0.0",
"@vitejs/plugin-react": "^5.0.2",
"@vitejs/plugin-react-swc": "^4.0.1",
"@wasmcloud/eslint-config": "workspace:^",
Expand Down
14 changes: 8 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3506,10 +3506,12 @@ __metadata:
languageName: node
linkType: hard

"@types/uuid@npm:^10.0.0":
version: 10.0.0
resolution: "@types/uuid@npm:10.0.0"
checksum: 10/e3958f8b0fe551c86c14431f5940c3470127293280830684154b91dc7eb3514aeb79fe3216968833cf79d4d1c67f580f054b5be2cd562bebf4f728913e73e944
"@types/uuid@npm:^11.0.0":
version: 11.0.0
resolution: "@types/uuid@npm:11.0.0"
dependencies:
uuid: "npm:*"
checksum: 10/9f94bd34e5d220c53cc58ea9f48a0061d3bc343e29bc33a17edc705f5e21fedda21553318151f2bc227c2b2b03727bbb536da2b82a61f84d2e1ca38abc5e5c3f
languageName: node
linkType: hard

Expand Down Expand Up @@ -11751,7 +11753,7 @@ __metadata:
languageName: node
linkType: hard

"uuid@npm:^13.0.0":
"uuid@npm:*, uuid@npm:^13.0.0":
version: 13.0.0
resolution: "uuid@npm:13.0.0"
bin:
Expand Down Expand Up @@ -11909,7 +11911,7 @@ __metadata:
"@types/node": "npm:^24.3.1"
"@types/react": "npm:19.0.0"
"@types/react-dom": "npm:19.0.0"
"@types/uuid": "npm:^10.0.0"
"@types/uuid": "npm:^11.0.0"
"@vitejs/plugin-react": "npm:^5.0.2"
"@vitejs/plugin-react-swc": "npm:^4.0.1"
"@wasmcloud/eslint-config": "workspace:^"
Expand Down
Loading