chore: dependency for pkg-executable

Signed-off-by: mertmit <mertmit99@gmail.com>
This commit is contained in:
mertmit
2023-10-20 16:10:37 +03:00
parent 36f1eefaa0
commit d7c78c94bf

View File

@@ -28,6 +28,8 @@
"license": "ISC",
"dependencies": {
"express": "^4.17.1",
"nocodb": "0.111.0"
"nocodb": "0.202.5",
"@nestjs/common": "^10.2.1",
"@nestjs/core": "^10.2.1"
}
}