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 Nov 3, 2024
1 parent 2a72856 commit 27d990c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.33'
BUN_VERSION: '1.1.34'
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.33+](https://bun.sh)
Requirement - [Bun v1.1.34+](https://bun.sh)
_Easily set up a local development environment!_
Expand Down
Binary file modified bun.lockb
Binary file not shown.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,17 +40,17 @@
"cac": "6.7.14",
"chalk": "5.3.0",
"date-fns": "4.1.0",
"ora": "8.1.0"
"ora": "8.1.1"
},
"devDependencies": {
"@commitlint/cli": "19.5.0",
"@commitlint/config-conventional": "19.5.0",
"@eslint/js": "^9.13.0",
"@eslint/js": "^9.14.0",
"@total-typescript/ts-reset": "0.6.1",
"@types/adm-zip": "0.5.6",
"@types/bun": "1.1.12",
"@types/bun": "1.1.13",
"bun-plugin-dts": "0.3.0",
"eslint": "9.13.0",
"eslint": "9.14.0",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-typescript": "3.6.3",
"eslint-plugin-import": "2.31.0",
Expand Down

0 comments on commit 27d990c

Please sign in to comment.