Quellcode durchsuchen

📦 build(geo-areas): 移除未使用的依赖模块

- 从 package.json 中移除 @d8d/auth-module、@d8d/user-module 和 @d8d/file-module 依赖
- 同步更新 pnpm-lock.yaml 文件中的依赖锁定信息
- 清理项目依赖以优化构建体积和安装速度
yourname vor 1 Monat
Ursprung
Commit
9e4b631aa9
2 geänderte Dateien mit 0 neuen und 12 gelöschten Zeilen
  1. 0 3
      packages/geo-areas/package.json
  2. 0 9
      pnpm-lock.yaml

+ 0 - 3
packages/geo-areas/package.json

@@ -53,9 +53,6 @@
     "test:typecheck": "tsc --noEmit"
   },
   "dependencies": {
-    "@d8d/auth-module": "workspace:*",
-    "@d8d/user-module": "workspace:*",
-    "@d8d/file-module": "workspace:*",
     "@d8d/core-module": "workspace:*",
     "@d8d/shared-types": "workspace:*",
     "@d8d/shared-utils": "workspace:*",

+ 0 - 9
pnpm-lock.yaml

@@ -3110,15 +3110,9 @@ importers:
 
   packages/geo-areas:
     dependencies:
-      '@d8d/auth-module':
-        specifier: workspace:*
-        version: link:../auth-module
       '@d8d/core-module':
         specifier: workspace:*
         version: link:../core-module
-      '@d8d/file-module':
-        specifier: workspace:*
-        version: link:../file-module
       '@d8d/shared-crud':
         specifier: workspace:*
         version: link:../shared-crud
@@ -3128,9 +3122,6 @@ importers:
       '@d8d/shared-utils':
         specifier: workspace:*
         version: link:../shared-utils
-      '@d8d/user-module':
-        specifier: workspace:*
-        version: link:../user-module
       '@hono/zod-openapi':
         specifier: 1.0.2
         version: 1.0.2(hono@4.8.5)(zod@4.1.12)