deps-upgrade(semantic-service): ⬆️ Update dependencies to apply patch/minor updates for semantic validation service compatibility
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
bc9983def8
commit
a390a0b832
1 changed files with 3 additions and 1 deletions
|
|
@ -17,7 +17,8 @@
|
|||
"migration:run": "typeorm migration:run -d dist/database/data-source.js",
|
||||
"migration:revert": "typeorm migration:revert -d dist/database/data-source.js",
|
||||
"validate": "bun run scripts/validate-semantic.ts",
|
||||
"resolve": "bun run scripts/resolve.ts"
|
||||
"resolve": "bun run scripts/resolve.ts",
|
||||
"postinstall": "lixbuild fix-natives"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fastify/cors": "^10.1.0",
|
||||
|
|
@ -44,6 +45,7 @@
|
|||
"@types/pg": "^8.16.0",
|
||||
"@vitest/coverage-v8": "^2.1.9",
|
||||
"@types/js-yaml": "^4.0.9",
|
||||
"@lilith/lix-build": "^1.0.4-dev.1770890831",
|
||||
"tsup": "^8.5.1",
|
||||
"tsx": "^4.21.0",
|
||||
"typescript": "^5.9.3",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue