Skip to content

Commit

Permalink
chore: bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
kravetsone committed Sep 20, 2024
1 parent e1f743c commit 5920060
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
Binary file modified bun.lockb
Binary file not shown.
Binary file modified example/bun.lockb
Binary file not shown.
6 changes: 3 additions & 3 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"module": "index.ts",
"type": "module",
"devDependencies": {
"@types/bun": "latest",
"esbuild-plugin-autoload": "^0.1.2",
"@types/bun": "^1.1.9",
"esbuild-plugin-autoload": "^0.2.1",
"elysia-autoload": "link:elysia-autoload"
},
"peerDependencies": {
"typescript": "^5.4.5"
"typescript": "^5.6.2"
}
}
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "elysia-autoload",
"version": "1.3.1",
"version": "1.4.0",
"author": "kravetsone",
"type": "module",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -33,13 +33,13 @@
},
"files": ["dist"],
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@elysiajs/eden": "^1.1.0",
"@elysiajs/swagger": "^1.1.0",
"@types/bun": "^1.1.6",
"elysia": "^1.1.2",
"pkgroll": "^2.1.1",
"typescript": "^5.5.3"
"@biomejs/biome": "1.9.2",
"@elysiajs/eden": "^1.1.3",
"@elysiajs/swagger": "^1.1.1",
"@types/bun": "^1.1.9",
"elysia": "^1.1.13",
"pkgroll": "^2.5.0",
"typescript": "^5.6.2"
},
"peerDependencies": {
"elysia": "^1.1.0"
Expand Down

0 comments on commit 5920060

Please sign in to comment.