Skip to content

Commit 64e6e38

Browse files
committed
Dependency update
1 parent dfb3f38 commit 64e6e38

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.gitignore

+6-1
Original file line numberDiff line numberDiff line change
@@ -107,4 +107,9 @@ dist
107107
.vscode
108108

109109
# Deno
110-
deno.lock
110+
deno.lock
111+
112+
# Node/Bun meta files
113+
.npmrc
114+
package-lock.json
115+
package.json

deno.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@cross/fs": "jsr:@cross/fs@^0.0.8",
1313
"@cross/runtime": "jsr:@cross/runtime@^1.0.0",
1414
"@cross/test": "jsr:@cross/test@^0.0.9",
15-
"@cross/utils": "jsr:@cross/utils@^0.9.2",
15+
"@cross/utils": "jsr:@cross/utils@^0.9.4",
1616
"@std/assert": "jsr:@std/assert@^0.221.0",
1717
"@std/path": "jsr:@std/path@^0.221.0"
1818
},

korv.ts

-1
This file was deleted.

0 commit comments

Comments
 (0)