Skip to content

Commit b0aa0e5

Browse files
committed
Dependency update
1 parent 3c97eb4 commit b0aa0e5

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

deno.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cross/kv",
3-
"version": "0.17.2",
3+
"version": "0.17.3",
44
"exports": {
55
".": "./mod.ts",
66
"./cli": "./src/cli/mod.ts"
@@ -16,13 +16,13 @@
1616
"useUnknownInCatchVariables": false
1717
},
1818
"imports": {
19-
"@cross/fs": "jsr:@cross/fs@^0.1.11",
20-
"@cross/runtime": "jsr:@cross/runtime@^1.0.0",
21-
"@cross/test": "jsr:@cross/test@^0.0.9",
22-
"@cross/utils": "jsr:@cross/utils@^0.16.0",
23-
"@std/assert": "jsr:@std/assert@^1.0.4",
24-
"@std/path": "jsr:@std/path@^1.0.4",
25-
"cbor-x": "npm:cbor-x@^1.5.9"
19+
"@cross/fs": "jsr:@cross/fs@~0.1.11",
20+
"@cross/runtime": "jsr:@cross/runtime@^1.1.0",
21+
"@cross/test": "jsr:@cross/test@~0.0.10",
22+
"@cross/utils": "jsr:@cross/utils@~0.16.0",
23+
"@std/assert": "jsr:@std/assert@~1.0.4",
24+
"@std/path": "jsr:@std/path@~1.0.4",
25+
"cbor-x": "npm:cbor-x@~1.6.0"
2626
},
2727
"publish": {
2828
"exclude": [".github", "test/*"]

0 commit comments

Comments
 (0)