Browse Source

Merge pull request #7410 from nocodb/master

Master
pull/7412/head
Pranav C 8 months ago committed by GitHub
parent
commit
5121279065
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 9
      scripts/pkg-executable/package.json

9
scripts/pkg-executable/package.json

@ -27,9 +27,12 @@
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.17.3",
"nocodb": "0.202.10",
"@nestjs/common": "^10.2.10",
"@nestjs/core": "^10.2.10"
"@nestjs/core": "^10.2.10",
"express": "^4.17.3",
"nocodb": "0.202.10"
},
"overrides": {
"sqlite3": "5.1.6"
}
}

Loading…
Cancel
Save