Skip to content

Commit

Permalink
semver ranges in more places
Browse files Browse the repository at this point in the history
  • Loading branch information
williamhorning committed Aug 14, 2024
1 parent b1a2092 commit 9706716
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions packages/bolt-discord/deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"exports": "./src/mod.ts",
"imports": {
"@jersey/lightning": "jsr:@jersey/[email protected]",
"@discordjs/core": "npm:@discordjs/[email protected]",
"@discordjs/rest": "npm:@discordjs/[email protected]",
"@discordjs/ws": "npm:@discordjs/[email protected]",
"@discordjs/core": "npm:@discordjs/core@^1.2.0",
"@discordjs/rest": "npm:@discordjs/rest@^2.3.0",
"@discordjs/ws": "npm:@discordjs/ws@^1.1.1",
"discord-api-types": "npm:[email protected]/v10"
}
}
4 changes: 2 additions & 2 deletions packages/bolt-guilded/deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"exports": "./src/mod.ts",
"imports": {
"@jersey/lightning": "jsr:@jersey/[email protected]",
"guilded.js": "npm:[email protected]",
"@guildedjs/api": "npm:@guildedjs/[email protected]"
"guilded.js": "npm:guilded.js@^0.25.0",
"@guildedjs/api": "npm:@guildedjs/api@^0.4.0"
}
}
2 changes: 1 addition & 1 deletion packages/bolt-revolt/deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.7.3",
"exports": "./src/mod.ts",
"imports": {
"@jersey/lightning": "jsr:@jersey/lightning@^0.7.3",
"@jersey/lightning": "jsr:@jersey/[email protected]",
"@jersey/rvapi": "jsr:@jersey/rvapi@^0.0.1",
"@jersey/revolt-api-types": "jsr:@jersey/revolt-api-types@^0.7.14",
"@std/ulid": "jsr:@std/ulid@^1.0.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/bolt-telegram/deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"exports": "./src/mod.ts",
"imports": {
"@jersey/lightning": "jsr:@jersey/[email protected]",
"telegramify-markdown": "npm:[email protected]",
"grammy": "npm:[email protected]",
"grammy/types": "npm:[email protected]/types"
"telegramify-markdown": "npm:telegramify-markdown@^1.2.2",
"grammy": "npm:grammy@^1.28.0",
"grammy/types": "npm:grammy@^1.28.0/types"
}
}
6 changes: 3 additions & 3 deletions packages/lightning/deno.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"include": ["./src/tests/*"]
},
"imports": {
"@denosaurs/event": "jsr:@denosaurs/[email protected]",
"@iuioiua/r2d2": "jsr:@iuioiua/[email protected]",
"@std/cli/parse-args": "jsr:@std/[email protected]/parse-args"
"@denosaurs/event": "jsr:@denosaurs/event@^2.0.2",
"@iuioiua/r2d2": "jsr:@iuioiua/r2d2@^2.1.1",
"@std/cli/parse-args": "jsr:@std/cli@^1.0.3/parse-args"
}
}

0 comments on commit 9706716

Please sign in to comment.