chore: Update package.json dependencies for CommonProject

This commit is contained in:
Simon Larsen
2024-07-24 19:10:40 -06:00
parent 34ca901007
commit 07973e85a3
35 changed files with 71 additions and 0 deletions

View File

@@ -10,6 +10,7 @@
"license": "Apache-2.0",
"dependencies": {
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"CommonServer": "file:../CommonServer",
"ejs": "^3.1.10",
"ts-node": "^10.9.1"
@@ -63,6 +64,7 @@
"axios": "^1.6.2",
"bullmq": "^3.6.6",
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"cron-parser": "^4.8.1",

View File

@@ -17,6 +17,7 @@
"license": "Apache-2.0",
"dependencies": {
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"CommonServer": "file:../CommonServer",
"ejs": "^3.1.10",
"ts-node": "^10.9.1"