ci: fix
This commit is contained in:
parent
89fcfcc50b
commit
d32ec9bd52
2 changed files with 3 additions and 1 deletions
1
bun.lock
1
bun.lock
|
|
@ -53,6 +53,7 @@
|
||||||
"@types/node": "24.7.1",
|
"@types/node": "24.7.1",
|
||||||
"drizzle-kit": "0.30.5",
|
"drizzle-kit": "0.30.5",
|
||||||
"mysql2": "3.14.4",
|
"mysql2": "3.14.4",
|
||||||
|
"typescript": "catalog:",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
"packages/console/function": {
|
"packages/console/function": {
|
||||||
|
|
|
||||||
|
|
@ -35,6 +35,7 @@
|
||||||
"@types/bun": "1.3.0",
|
"@types/bun": "1.3.0",
|
||||||
"@types/node": "24.7.1",
|
"@types/node": "24.7.1",
|
||||||
"drizzle-kit": "0.30.5",
|
"drizzle-kit": "0.30.5",
|
||||||
"mysql2": "3.14.4"
|
"mysql2": "3.14.4",
|
||||||
|
"typescript": "catalog:"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue