Skip to content

Commit c29661c

Browse files
fix(deps): update void to v0.10.5 (#482)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e83a020 commit c29661c

2 files changed

Lines changed: 14 additions & 14 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"@radix-ui/react-popover": "^1.1.18",
2323
"@radix-ui/react-progress": "^1.1.11",
2424
"@radix-ui/react-slot": "^1.3.0",
25-
"@void/md": "0.10.4",
26-
"@void/react": "0.10.4",
25+
"@void/md": "0.10.5",
26+
"@void/react": "0.10.5",
2727
"@waaark/luge": "^0.6.20-beta",
2828
"buffer": "^6.0.3",
2929
"class-variance-authority": "^0.7.1",

yarn.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3554,9 +3554,9 @@ __metadata:
35543554
languageName: node
35553555
linkType: hard
35563556

3557-
"@void/md@npm:0.10.4":
3558-
version: 0.10.4
3559-
resolution: "@void/md@npm:0.10.4"
3557+
"@void/md@npm:0.10.5":
3558+
version: 0.10.5
3559+
resolution: "@void/md@npm:0.10.5"
35603560
dependencies:
35613561
"@shikijs/engine-javascript": "npm:^4.0.2"
35623562
"@shikijs/transformers": "npm:^4.0.2"
@@ -3572,22 +3572,22 @@ __metadata:
35723572
tinyglobby: "npm:^0.2.16"
35733573
peerDependencies:
35743574
vite: ^8.0.0
3575-
void: 0.10.4
3576-
checksum: 10c0/3b335229ab43dd26cc3334ea3c22e0cf21bf4041fde8f809e5182a98a7e033c514fde6b6eab90ebd654edf243b1f7e8c92d52277efae56acb3901427042fd446
3575+
void: 0.10.5
3576+
checksum: 10c0/48f6db7c5d43d3cf5173754934052af21c4cda197c59c1c4bc02c4d1c1631c665c222552ea9a33c51b803321ab94d34ea7e2fe4b648b3f2dab4165cc9a8d1830
35773577
languageName: node
35783578
linkType: hard
35793579

3580-
"@void/react@npm:0.10.4":
3581-
version: 0.10.4
3582-
resolution: "@void/react@npm:0.10.4"
3580+
"@void/react@npm:0.10.5":
3581+
version: 0.10.5
3582+
resolution: "@void/react@npm:0.10.5"
35833583
dependencies:
35843584
"@vitejs/plugin-react": "npm:^6.0.1"
35853585
peerDependencies:
35863586
react: ^19.0.0
35873587
react-dom: ^19.0.0
35883588
vite: ^8.0.0
3589-
void: 0.10.4
3590-
checksum: 10c0/1070c84005f4a77c7c5762708678c2a876a10259b30172a7b6abc29ca2b66d56ed51a0e29a9f49ae11c8bb8c7ef1b1f1552a9af22a4a8c706a2b0ea326d49efc
3589+
void: 0.10.5
3590+
checksum: 10c0/1dfb8b89cb1b4ec4910854123dd9c04dba46bbfcb5c9ac8b80fe033e85b01796f1a1688f9eb1bf5e79656e3eed9aea08051088b48a2675ed2ae7dd1303f0eee1
35913591
languageName: node
35923592
linkType: hard
35933593

@@ -6963,8 +6963,8 @@ __metadata:
69636963
"@types/postcss-functions": "npm:^4"
69646964
"@types/react": "npm:^19.0.0"
69656965
"@types/react-dom": "npm:^19.0.0"
6966-
"@void/md": "npm:0.10.4"
6967-
"@void/react": "npm:0.10.4"
6966+
"@void/md": "npm:0.10.5"
6967+
"@void/react": "npm:0.10.5"
69686968
"@waaark/luge": "npm:^0.6.20-beta"
69696969
autoprefixer: "npm:^10.5.2"
69706970
buffer: "npm:^6.0.3"

0 commit comments

Comments
 (0)