Browse Source

Merge pull request #7766 from nocodb/chore/executable-build-bug

Chore/executable build bug
pull/7767/head
Pranav C 7 months ago committed by GitHub
parent
commit
76c55f3e96
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 7
      scripts/pkg-executable/package.json

7
scripts/pkg-executable/package.json

@ -30,9 +30,12 @@
"@nestjs/common": "^10.3.3",
"@nestjs/core": "^10.3.3",
"express": "^4.18.3",
"nocodb": "0.204.1"
"nocodb": "0.204.2"
},
"overrides": {
"sqlite3": "5.1.7"
"sqlite3": "5.1.6"
},
"devDependencies": {
"@mapbox/node-pre-gyp": "^1.0.11"
}
}

Loading…
Cancel
Save