Skip to content

Commit

Permalink
chore: bump depends
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyhalight committed Feb 15, 2025
1 parent c6f86bf commit db331d3
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
Binary file modified bun.lockb
Binary file not shown.
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 1.x (unreleased)

## Workspace

- Bump depends

# 1.0.4

## Lib
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@
"@sinclair/typebox-codegen": "^0.10.5",
"@types/bun": "latest",
"@types/eslint__js": "^8.42.3",
"eslint": "^9.17.0",
"eslint-plugin-oxlint": "0.15.8",
"eslint": "^9.20.1",
"eslint-plugin-oxlint": "0.15.10",
"husky": "^9.1.7",
"oxlint": "^0.15.4",
"oxlint": "^0.15.10",
"tsc-alias": "^1.8.10",
"tsc-esm-fix": "^3.1.2",
"typedoc": "^0.27.6",
"typedoc": "^0.27.7",
"typedoc-plugin-include-example": "^2.0.2",
"typedoc-plugin-rename-defaults": "^0.7.2",
"typescript-eslint": "^8.19.0"
"typescript-eslint": "^8.24.0"
},
"peerDependencies": {
"typescript": "^5.6.2"
"typescript": "^5.7.3"
},
"exports": {
".": {
Expand Down

0 comments on commit db331d3

Please sign in to comment.