Skip to content

Commit

Permalink
chore(deps): Pin Deno dependency versions for Molt (#62)
Browse files Browse the repository at this point in the history
That's because Molt doesn't update specified packages with ambiguous specifies.
  • Loading branch information
5ouma committed Jun 4, 2024
1 parent 438d820 commit 4a43330
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
12 changes: 6 additions & 6 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
"test": "deno test --allow-read --allow-write"
},
"imports": {
"@libs/xml": "jsr:@libs/xml@^5.0.2",
"@std/assert": "jsr:@std/assert@^0.225.2",
"@std/cli": "jsr:@std/cli@^0.224.2",
"@std/path": "jsr:@std/path@^0.225.1",
"@std/toml": "jsr:@std/toml@^0.224.0",
"@wok/case": "jsr:@wok/case@^1.0.1"
"@libs/xml": "jsr:@libs/[email protected]",
"@std/assert": "jsr:@std/[email protected]",
"@std/cli": "jsr:@std/[email protected]",
"@std/path": "jsr:@std/[email protected]",
"@std/toml": "jsr:@std/[email protected]",
"@wok/case": "jsr:@wok/[email protected]"
}
}
28 changes: 14 additions & 14 deletions deno.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
"packages": {
"specifiers": {
"jsr:@libs/typing@2": "jsr:@libs/[email protected]",
"jsr:@libs/xml@^5.0.2": "jsr:@libs/[email protected]",
"jsr:@std/assert@^0.225.2": "jsr:@std/[email protected]",
"jsr:@std/cli@^0.224.2": "jsr:@std/[email protected]",
"jsr:@std/collections@^0.224.0": "jsr:@std/[email protected]",
"jsr:@std/internal@^0.225.1": "jsr:@std/[email protected]",
"jsr:@std/path@^0.225.1": "jsr:@std/[email protected]",
"jsr:@std/toml@^0.224.0": "jsr:@std/[email protected]",
"jsr:@wok/case@^1.0.1": "jsr:@wok/[email protected]"
"jsr:@libs/[email protected]": "jsr:@libs/[email protected]",
"jsr:@std/[email protected]": "jsr:@std/[email protected]",
"jsr:@std/[email protected]": "jsr:@std/[email protected]",
"jsr:@std/[email protected]": "jsr:@std/[email protected]",
"jsr:@std/[email protected]": "jsr:@std/[email protected]",
"jsr:@std/[email protected]": "jsr:@std/[email protected]",
"jsr:@std/[email protected]": "jsr:@std/[email protected]",
"jsr:@wok/[email protected]": "jsr:@wok/[email protected]"
},
"jsr": {
"@libs/[email protected]": {
Expand Down Expand Up @@ -60,12 +60,12 @@
"remote": {},
"workspace": {
"dependencies": [
"jsr:@libs/xml@^5.0.2",
"jsr:@std/assert@^0.225.2",
"jsr:@std/cli@^0.224.2",
"jsr:@std/path@^0.225.1",
"jsr:@std/toml@^0.224.0",
"jsr:@wok/case@^1.0.1"
"jsr:@libs/[email protected]",
"jsr:@std/[email protected]",
"jsr:@std/[email protected]",
"jsr:@std/[email protected]",
"jsr:@std/[email protected]",
"jsr:@wok/[email protected]"
]
}
}

0 comments on commit 4a43330

Please sign in to comment.