File tree Expand file tree Collapse file tree 5 files changed +162
-2270
lines changed Expand file tree Collapse file tree 5 files changed +162
-2270
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ module.exports = {
2424 "class-methods-use-this" : 0 ,
2525 "import/extensions" : 0 ,
2626 "import/no-extraneous-dependencies" : [
27- "error " ,
27+ "off " ,
2828 { devDependencies : [ "**/*.test.ts" ] } ,
2929 ] ,
3030 "import/no-unresolved" : 0 ,
@@ -47,10 +47,10 @@ module.exports = {
4747 } ,
4848 overrides : [
4949 {
50- files : [ ' **/*.test.ts' ] ,
50+ files : [ " **/*.test.ts" ] ,
5151 rules : {
52- ' @typescript-eslint/no-unused-vars' : ' off'
53- }
54- }
55- ]
52+ " @typescript-eslint/no-unused-vars" : " off" ,
53+ } ,
54+ } ,
55+ ] ,
5656} ;
Original file line number Diff line number Diff line change 9797 "langsmith" : " ^0.3.67" ,
9898 "mariadb" : " ^3.4.0" ,
9999 "mem0ai" : " ^2.1.8" ,
100- "mongodb" : " ^6.17 .0" ,
100+ "mongodb" : " ^6.20 .0" ,
101101 "pg" : " ^8.11.0" ,
102102 "pickleparser" : " ^0.2.1" ,
103103 "prisma" : " ^4.11.0" ,
104104 "readline" : " ^1.3.0" ,
105105 "redis" : " ^4.6.13" ,
106106 "sqlite3" : " ^5.1.4" ,
107- "typeorm" : " ^0.3.20" ,
108107 "typesense" : " ^1.5.3" ,
109108 "uuid" : " ^10.0.0" ,
110109 "voy-search" : " 0.6.2" ,
129128 "eslint-plugin-prettier" : " ^4.2.1" ,
130129 "eslint-plugin-unused-imports" : " ^3.0.0" ,
131130 "prettier" : " ^2.8.3" ,
131+ "reflect-metadata" : " ^0.2.2" ,
132132 "tsx" : " ^3.12.3" ,
133+ "typeorm" : " ^0.3.20" ,
133134 "typescript" : " ~5.1.6"
134135 }
135136}
Original file line number Diff line number Diff line change 208208 "puppeteer" : " ^22.0.0" ,
209209 "pyodide" : " ^0.26.2" ,
210210 "redis" : " ^4.6.6" ,
211+ "reflect-metadata" : " ^0.2.2" ,
211212 "release-it" : " ^18.1.2" ,
212213 "replicate" : " ^1.0.1" ,
213214 "rollup" : " ^3.19.1" ,
Original file line number Diff line number Diff line change 5454 "dotenv" : " ^16.0.3" ,
5555 "lint-staged" : " ^13.1.1" ,
5656 "prettier" : " ^2.8.3" ,
57+ "reflect-metadata" : " ^0.2.2" ,
5758 "semver" : " ^7.5.4" ,
5859 "turbo" : " ^2.5.4" ,
60+ "typeorm" : " ^0.3.20" ,
5961 "typescript" : " ~5.8.3"
6062 },
6163 "resolutions" : {
You canβt perform that action at this time.
0 commit comments