mirror of
https://github.com/zkldi/Tachi.git
synced 2026-09-22 23:18:05 +03:00
fix: bun.lock
This commit is contained in:
@@ -218,23 +218,7 @@
|
||||
"vitest": "catalog:",
|
||||
},
|
||||
},
|
||||
"typescript/db-migration-engine": {
|
||||
"name": "tachi-db-migration-engine",
|
||||
"version": "1.0.0",
|
||||
"dependencies": {
|
||||
"kysely": "catalog:",
|
||||
"pg": "catalog:",
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "catalog:",
|
||||
"@types/pg": "catalog:",
|
||||
"@typescript/native-preview": "catalog:",
|
||||
"eslint-config-tachi": "workspace:*",
|
||||
"ts-node": "catalog:",
|
||||
"typescript": "catalog:",
|
||||
},
|
||||
},
|
||||
"typescript/db-migration-engine-cli": {
|
||||
"typescript/db-cli": {
|
||||
"name": "tachi-db-migration-engine-cli",
|
||||
"version": "1.0.0",
|
||||
"bin": {
|
||||
@@ -253,6 +237,22 @@
|
||||
"typescript": "catalog:",
|
||||
},
|
||||
},
|
||||
"typescript/db-migration-engine": {
|
||||
"name": "tachi-db-migration-engine",
|
||||
"version": "1.0.0",
|
||||
"dependencies": {
|
||||
"kysely": "catalog:",
|
||||
"pg": "catalog:",
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "catalog:",
|
||||
"@types/pg": "catalog:",
|
||||
"@typescript/native-preview": "catalog:",
|
||||
"eslint-config-tachi": "workspace:*",
|
||||
"ts-node": "catalog:",
|
||||
"typescript": "catalog:",
|
||||
},
|
||||
},
|
||||
"typescript/docs-autogen-scripts": {
|
||||
"name": "tachi-autogen-docs",
|
||||
"version": "1.0.0",
|
||||
@@ -3221,7 +3221,7 @@
|
||||
|
||||
"tachi-db-migration-engine": ["tachi-db-migration-engine@workspace:typescript/db-migration-engine"],
|
||||
|
||||
"tachi-db-migration-engine-cli": ["tachi-db-migration-engine-cli@workspace:typescript/db-migration-engine-cli"],
|
||||
"tachi-db-migration-engine-cli": ["tachi-db-migration-engine-cli@workspace:typescript/db-cli"],
|
||||
|
||||
"tachi-github-bot": ["tachi-github-bot@workspace:typescript/github-bot"],
|
||||
|
||||
|
||||
Reference in New Issue
Block a user