فهرست منبع

📦 build(deps): add @types/bcrypt dependency

- add @types/bcrypt@^6.0.0 to devDependencies for type checking
- update pnpm-lock.yaml with new dependency resolution
yourname 4 ماه پیش
والد
کامیت
3d6328c878
2فایلهای تغییر یافته به همراه11 افزوده شده و 0 حذف شده
  1. 1 0
      package.json
  2. 10 0
      pnpm-lock.yaml

+ 1 - 0
package.json

@@ -83,6 +83,7 @@
   },
   "devDependencies": {
     "@tailwindcss/vite": "^4.1.11",
+    "@types/bcrypt": "^6.0.0",
     "@types/debug": "^4.1.12",
     "@types/node": "^24.0.10",
     "@types/react": "^19.1.8",

+ 10 - 0
pnpm-lock.yaml

@@ -216,6 +216,9 @@ importers:
       '@tailwindcss/vite':
         specifier: ^4.1.11
         version: 4.1.11(vite@7.0.6(@types/node@24.1.0)(jiti@2.5.1)(lightningcss@1.30.1)(tsx@4.20.3)(yaml@2.8.0))
+      '@types/bcrypt':
+        specifier: ^6.0.0
+        version: 6.0.0
       '@types/debug':
         specifier: ^4.1.12
         version: 4.1.12
@@ -1540,6 +1543,9 @@ packages:
     peerDependencies:
       react: ^18 || ^19
 
+  '@types/bcrypt@6.0.0':
+    resolution: {integrity: sha512-/oJGukuH3D2+D+3H4JWLaAsJ/ji86dhRidzZ/Od7H/i8g+aCmvkeCc6Ni/f9uxGLSQVCRZkX2/lqEFG2BvWtlQ==}
+
   '@types/d3-array@3.2.1':
     resolution: {integrity: sha512-Y2Jn2idRrLzUfAKV2LyRImR+y4oa2AntrgID95SHJxuMUrkNXmanDSed71sRNZysveJVt1hLLemQZIady0FpEg==}
 
@@ -4169,6 +4175,10 @@ snapshots:
       '@tanstack/query-core': 5.83.0
       react: 19.1.0
 
+  '@types/bcrypt@6.0.0':
+    dependencies:
+      '@types/node': 24.1.0
+
   '@types/d3-array@3.2.1': {}
 
   '@types/d3-color@3.1.3': {}