Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"@types/selfsigned": "^2.1.0",
"@types/tar-stream": "^2.2.3",
"@typescript/native-preview": "beta",
"@vitest/coverage-v8": "^4.1.8",
"@vitest/coverage-v8": "4.1.9",
Comment thread
fengmk2 marked this conversation as resolved.
"busboy": "^1.6.0",
"cross-env": "^10.1.0",
"iconv-lite": "^0.7.0",
Expand All @@ -99,9 +99,9 @@
"tshy": "^4.0.0",
"tshy-after": "^1.4.1",
"typescript": "^6.0.0",
"vite": "npm:@voidzero-dev/vite-plus-core@^0.1.24",
"vite-plus": "^0.1.24",
"vitest": "npm:@voidzero-dev/vite-plus-test@^0.1.24"
"vite": "npm:@voidzero-dev/vite-plus-core@^0.2.0",
"vite-plus": "^0.2.0",
"vitest": "4.1.9"
Comment thread
fengmk2 marked this conversation as resolved.
Comment on lines +102 to +104
},
"tshy": {
"exports": {
Expand Down
Loading
Loading