Remove unused dependancy

This commit is contained in:
Adw8 2025-01-27 18:52:16 +05:30
parent da2d490814
commit 77f38148f1
2 changed files with 0 additions and 8 deletions

7
package-lock.json generated
View File

@ -16,7 +16,6 @@
"openai": "^4.77.0",
"react": "^18",
"react-dom": "^18",
"sqlite": "^4.0.25",
"sqlite3": "^5.1.7",
"typeorm": "^0.3.12"
},
@ -6496,12 +6495,6 @@
"license": "BSD-3-Clause",
"optional": true
},
"node_modules/sqlite": {
"version": "4.2.1",
"resolved": "https://registry.npmjs.org/sqlite/-/sqlite-4.2.1.tgz",
"integrity": "sha512-Tll0Ndvnwkuv5Hn6WIbh26rZiYQORuH1t5m/or9LUpSmDmmyFG89G9fKrSeugMPxwmEIXoVxqTun4LbizTs4uw==",
"license": "MIT"
},
"node_modules/sqlite3": {
"version": "5.1.7",
"resolved": "https://registry.npmjs.org/sqlite3/-/sqlite3-5.1.7.tgz",

View File

@ -17,7 +17,6 @@
"openai": "^4.77.0",
"react": "^18",
"react-dom": "^18",
"sqlite": "^4.0.25",
"sqlite3": "^5.1.7",
"typeorm": "^0.3.12"
},