Move inversify and reflect-metadata to napcat-core

Transferred 'inversify' and 'reflect-metadata' dependencies from the root package.json to packages/napcat-core/package.json to better scope dependencies and improve project organization.
This commit is contained in:
手瓜一十雪 2025-11-15 16:23:03 +08:00
parent fa80441e36
commit d800466a30
2 changed files with 2 additions and 2 deletions

View File

@ -20,9 +20,7 @@
"@vitejs/plugin-react-swc": "^4.2.2",
"@vitest/ui": "^4.0.9",
"eslint": "^9.39.1",
"inversify": "^7.10.4",
"neostandard": "^0.12.2",
"reflect-metadata": "^0.2.2",
"typescript": "^5.3.0",
"vite": "^6.4.1",
"vite-plugin-cp": "^6.0.3",

View File

@ -18,6 +18,8 @@
"dependencies": {
"winston": "^3.17.0",
"json5": "^2.2.3",
"inversify": "^7.10.4",
"reflect-metadata": "^0.2.2",
"@protobuf-ts/runtime": "^2.11.1",
"ajv": "^8.13.0",
"@sinclair/typebox": "^0.34.38",