Skip to content

Commit b885f3a

Browse files
committed
chore: fixed version constraints
1 parent d8cce3b commit b885f3a

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

deno.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
"@std/json": "jsr:@std/json@^1",
77
"@std/path": "jsr:@std/path@^1",
88
"@std/toml": "jsr:@std/toml@^1",
9-
"@stdext/assert": "jsr:@stdext/assert",
10-
"@stdext/crypto": "jsr:@stdext/crypto",
11-
"@stdext/encoding": "jsr:@stdext/encoding",
12-
"@stdext/http": "jsr:@stdext/http",
13-
"@stdext/json": "jsr:@stdext/json",
14-
"@stdext/lexer": "jsr:@stdext/lexer",
15-
"@stdext/types": "jsr:@stdext/types"
9+
"@stdext/assert": "jsr:@stdext/assert@^0",
10+
"@stdext/crypto": "jsr:@stdext/crypto@^0",
11+
"@stdext/encoding": "jsr:@stdext/encoding@^0",
12+
"@stdext/http": "jsr:@stdext/http@^0",
13+
"@stdext/json": "jsr:@stdext/json@^0",
14+
"@stdext/lexer": "jsr:@stdext/lexer@^0",
15+
"@stdext/types": "jsr:@stdext/types@^0"
1616
},
1717
"tasks": {
1818
"check": "deno task format:check && deno lint && deno check **/*.ts",

0 commit comments

Comments
 (0)