Skip to content

Commit

Permalink
Added version contraints for packages
Browse files Browse the repository at this point in the history
  • Loading branch information
halvardssm committed Oct 15, 2024
1 parent 4646cce commit 614475c
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
"@std/json": "jsr:@std/json@^1",
"@std/path": "jsr:@std/path@^1",
"@std/toml": "jsr:@std/toml@^1",
"@stdext/assert": "jsr:@stdext/assert",
"@stdext/collections": "jsr:@stdext/collections",
"@stdext/crypto": "jsr:@stdext/crypto",
"@stdext/database": "jsr:@stdext/database",
"@stdext/encoding": "jsr:@stdext/encoding",
"@stdext/http": "jsr:@stdext/http",
"@stdext/json": "jsr:@stdext/json",
"@stdext/lexer": "jsr:@stdext/lexer",
"@stdext/types": "jsr:@stdext/types"
"@stdext/assert": "jsr:@stdext/assert@^0",
"@stdext/collections": "jsr:@stdext/collections@^0",
"@stdext/crypto": "jsr:@stdext/crypto@^0",
"@stdext/database": "jsr:@stdext/database@^0",
"@stdext/encoding": "jsr:@stdext/encoding@^0",
"@stdext/http": "jsr:@stdext/http@^0",
"@stdext/json": "jsr:@stdext/json@^0",
"@stdext/lexer": "jsr:@stdext/lexer@^0",
"@stdext/types": "jsr:@stdext/types@^0"
},
"tasks": {
"check": "deno task format:check && deno lint && deno check **/*.ts",
Expand Down

0 comments on commit 614475c

Please sign in to comment.