Skip to content

Commit

Permalink
fix(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mkosir committed Oct 27, 2024
1 parent ec1c67b commit 997a4c0
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CI
on: push

env:
BUN_VERSION: '1.1.30'
BUN_VERSION: '1.1.33'
FILE_PATH_VERSION_INFO: ./src/common/utils/version-info.ts

jobs:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Currently supported data providers:
## Development
Requirement - [Bun v1.1.30+](https://bun.sh)
Requirement - [Bun v1.1.33+](https://bun.sh)
_Easily set up a local development environment!_
Expand Down
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@commitlint/config-conventional": "19.5.0",
"@total-typescript/ts-reset": "0.6.1",
"@types/adm-zip": "0.5.5",
"@types/bun": "1.1.11",
"@types/bun": "1.1.12",
"@typescript-eslint/eslint-plugin": "7.17.0",
"@typescript-eslint/parser": "7.17.0",
"bun-plugin-dts": "0.3.0",
Expand Down

0 comments on commit 997a4c0

Please sign in to comment.