Deps
This commit is contained in:
parent
bb4273bec1
commit
dc167b4292
3 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# syntax = docker/dockerfile:1
|
||||
|
||||
# Adjust NODE_VERSION as desired
|
||||
ARG BUN_VERSION=1.0.19
|
||||
ARG BUN_VERSION=1.0.20
|
||||
FROM oven/bun:${BUN_VERSION} as base
|
||||
|
||||
LABEL fly_launch_runtime="Bun"
|
||||
|
|
BIN
bun.lockb
BIN
bun.lockb
Binary file not shown.
|
@ -10,7 +10,7 @@
|
|||
"type": "commonjs",
|
||||
"dependencies": {
|
||||
"@sapphire/decorators": "^6.0.3",
|
||||
"@sapphire/discord.js-utilities": "7.1.3",
|
||||
"@sapphire/discord.js-utilities": "7.1.4",
|
||||
"@sapphire/framework": "^5.0.4",
|
||||
"@sapphire/plugin-logger": "^4.0.1",
|
||||
"@sapphire/utilities": "^3.14.0",
|
||||
|
@ -21,7 +21,7 @@
|
|||
"replicate": "^0.25.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@flydotio/dockerfile": "^0.4.11",
|
||||
"@flydotio/dockerfile": "0.5.0",
|
||||
"@sapphire/cli": "^1.9.1",
|
||||
"@sapphire/prettier-config": "^2.0.0",
|
||||
"@sapphire/ts-config": "^5.0.0",
|
||||
|
|
Loading…
Add table
Reference in a new issue