Skip to content

Commit

Permalink
chore: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards1230 committed May 13, 2024
1 parent 8e7bbe3 commit 295a8fb
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 7 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: Build and Push Docker Image
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]

jobs:
deploy-docker:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

data/
downloads/
bin

# Logs

Expand Down
Binary file modified bun.lockb
Binary file not shown.
Binary file removed libro
Binary file not shown.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"scripts": {
"start": "bun run cli.ts",
"service": "bun run service.ts",
"build:cli": "bun build ./cli.ts --compile --minify --sourcemap --outfile libro",
"build:cli": "bun build ./cli.ts --compile --minify --sourcemap --outfile bin/libro",
"build:docker": "docker build . -t jedwards1230/libro:latest",
"push:cli": "npm publish",
"push:docker": "docker push jedwards1230/libro:latest"
Expand All @@ -30,10 +30,10 @@
"typescript": "^5.4.5"
},
"dependencies": {
"@inquirer/confirm": "^3.1.5",
"@inquirer/input": "^2.1.5",
"@inquirer/password": "^2.1.5",
"@inquirer/select": "^2.3.1",
"@inquirer/confirm": "^3.1.6",
"@inquirer/input": "^2.1.6",
"@inquirer/password": "^2.1.6",
"@inquirer/select": "^2.3.2",
"jszip": "^3.10.1",
"winston": "^3.13.0",
"yargs": "^17.7.2"
Expand Down

0 comments on commit 295a8fb

Please sign in to comment.