chore: Update modules deps (#9286)

This commit is contained in:
Adrien de Peretti
2024-09-26 11:14:35 +05:30
committed by GitHub
parent 11d8264062
commit e096feb7d5
518 changed files with 1115 additions and 957 deletions
+1 -1
View File
@@ -24,7 +24,7 @@
"jest": "^29.7.0",
"nodemon": "^2.0.20",
"rimraf": "^3.0.2",
"typescript": "^4.1.3"
"typescript": "^5.6.2"
},
"scripts": {
"start": "nodemon --watch plugins/ --watch src/ --exec node src/index.js",
+2 -2
View File
@@ -6,8 +6,8 @@
"esModuleInterop": true,
"declarationMap": true,
"declaration": true,
"module": "commonjs",
"moduleResolution": "node",
"module": "Node16",
"moduleResolution": "Node16",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"sourceMap": false,