Skip to content

Commit d2870a9

Browse files
committed
chore: bump
1 parent 8ae28b8 commit d2870a9

File tree

2 files changed

+36
-1
lines changed

2 files changed

+36
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "create-elysiajs",
33
"type": "commonjs",
4-
"version": "1.5.6",
4+
"version": "1.6.0",
55
"description": "Scaffolding your Elysia project with the environment with easy!",
66
"author": "kravetsone",
77
"repository": {

src/deps.ts

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,78 @@
11
export const dependencies = {
22
"elysia": "^1.3.21",
3+
34
"typescript": "^5.9.2",
5+
46
"@types/bun": "^1.2.21",
7+
58
"@biomejs/biome": "^2.2.3",
9+
610
"eslint": "^9.35.0",
11+
712
"eslint-plugin-drizzle": "^0.2.3",
13+
814
"prisma": "^6.15.0",
15+
916
"@prisma/client": "^6.15.0",
17+
1018
"drizzle-orm": "^0.44.5",
19+
1120
"drizzle-kit": "^0.31.4",
21+
1222
"pg": "^8.16.3",
23+
1324
"@types/pg": "^8.15.5",
25+
1426
"postgres": "^3.4.7",
27+
1528
"mysql2": "^3.14.4",
29+
1630
husky: "^9.1.7",
31+
1732
"@elysiajs/bearer": "^1.3.0",
33+
1834
"@elysiajs/cors": "^1.3.3",
35+
1936
"@elysiajs/html": "^1.3.1",
37+
2038
"@kitajs/ts-html-plugin": "^4.1.2",
39+
2140
"@elysiajs/jwt": "^1.3.3",
41+
2242
"@elysiajs/server-timing": "^1.3.0",
43+
2344
"@elysiajs/static": "^1.3.0",
45+
2446
"@elysiajs/swagger": "^1.3.1",
47+
2548
"elysia-autoload": "^1.7.0",
49+
2650
"@bogeychan/elysia-logger": "^0.1.10",
51+
2752
"@antfu/eslint-config": "^5.2.2",
53+
2854
"@gramio/init-data": "^0.0.5",
55+
2956
"elysia-oauth2": "^2.1.0",
57+
3058
"arctic": "^3.7.0",
59+
3160
"env-var": "^7.5.0",
61+
3262
"posthog-node": "^5.8.2",
63+
3364
jobify: "^0.1.6",
65+
3466
"ioredis": "^5.7.0",
3567

3668
"@verrou/core": "^0.5.1",
69+
3770
"@aws-sdk/client-s3": "^3.882.0",
3871

3972
"@elysiajs/eden": "^1.3.3",
73+
4074
"ioredis-mock": "^8.9.0",
75+
4176
"@electric-sql/pglite": "^0.3.7",
4277

4378
"gramio": "^0.4.10",

0 commit comments

Comments
 (0)