chore: dependency for pkg-executable

Signed-off-by: mertmit <mertmit99@gmail.com>
This commit is contained in:
mertmit
2023-10-20 16:06:41 +03:00
parent 66b505da02
commit 21752cf07d

View File

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