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
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"@radix-ui/react-progress": "^1.1.11",
"@radix-ui/react-slot": "^1.3.0",
"@resvg/resvg-wasm": "2.6.2",
"@void/md": "0.10.11",
"@void/react": "0.10.11",
"@void/md": "0.10.12",
"@void/react": "0.10.12",
"@waaark/luge": "^0.6.20-beta",
"buffer": "^6.0.3",
"class-variance-authority": "^0.7.1",
Expand Down
24 changes: 12 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4127,9 +4127,9 @@ __metadata:
languageName: node
linkType: hard

"@void/md@npm:0.10.11":
version: 0.10.11
resolution: "@void/md@npm:0.10.11"
"@void/md@npm:0.10.12":
version: 0.10.12
resolution: "@void/md@npm:0.10.12"
dependencies:
"@shikijs/engine-javascript": "npm:^4.3.1"
"@shikijs/transformers": "npm:^4.3.1"
Expand All @@ -4145,22 +4145,22 @@ __metadata:
tinyglobby: "npm:^0.2.17"
peerDependencies:
vite: ^8.0.0
void: 0.10.11
checksum: 10c0/609a93158de79238d28bcd621838e39f47212882398705917b0f26d7d2a4910a2b0e614e84e6c1e8a08f0d5479f3d191d5c72445eb3014be249a2f4ac4086bd5
void: 0.10.12
checksum: 10c0/0167fac379d6d75c7bb709dce655eba18831927a9f1616e5c13b6aeeb2cf324246906bfa6c2ee697d259ca2108b0e372f5c942d5f768fc5d2d229833e885d4b6
languageName: node
linkType: hard

"@void/react@npm:0.10.11":
version: 0.10.11
resolution: "@void/react@npm:0.10.11"
"@void/react@npm:0.10.12":
version: 0.10.12
resolution: "@void/react@npm:0.10.12"
dependencies:
"@vitejs/plugin-react": "npm:^6.0.3"
peerDependencies:
react: ^19.0.0
react-dom: ^19.0.0
vite: ^8.0.0
void: 0.10.11
checksum: 10c0/fcd8106cb5cd90ac6de16cfc68c5bf158495939be5c6bd1789c9a723f2febb76cbe8bdf71418cf0f8184e6b1c5b8d29555edc817216c285da885db9e41c5121d
void: 0.10.12
checksum: 10c0/7cfccf479b0b22755f6e35588da8e325d2fc08073600b4902a2edf8828317a83a5593c8b2d7039ea4a59ba8c0f37fe7d5d94fa07135ae00ed4414775a75c0817
languageName: node
linkType: hard

Expand Down Expand Up @@ -8377,8 +8377,8 @@ __metadata:
"@types/postcss-functions": "npm:^4"
"@types/react": "npm:^19.0.0"
"@types/react-dom": "npm:^19.0.0"
"@void/md": "npm:0.10.11"
"@void/react": "npm:0.10.11"
"@void/md": "npm:0.10.12"
"@void/react": "npm:0.10.12"
"@waaark/luge": "npm:^0.6.20-beta"
autoprefixer: "npm:^10.5.2"
buffer: "npm:^6.0.3"
Expand Down
Loading