Skip to content

Commit

Permalink
Merge pull request #869 from rocket-admin/backend_rework_agent_docker…
Browse files Browse the repository at this point in the history
…file

Added ibm_db dependency in rocketadmin agent
  • Loading branch information
Artuomka authored Oct 22, 2024
2 parents 974c067 + 485f02b commit e9fcb7c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
11 changes: 10 additions & 1 deletion rocketadmin-agent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@
"private": true,
"license": "UNLICENSED",
"type": "module",
"packageExtensions": {
"ibm_db": {
"dependencies": {
"node-gyp": "^10.2.0"
}
}
},
"scripts": {
"prebuild": "rimraf dist",
"build": "nest build",
Expand Down Expand Up @@ -34,7 +41,6 @@
"argon2": "^0.41.1",
"crypto-js": "^4.2.0",
"get-port": "^7.1.0",
"ibm_db": "^3.2.4",
"knex": "3.1.0",
"mongodb": "^6.9.0",
"mysql2": "^3.11.3",
Expand All @@ -49,6 +55,9 @@
"winston": "^3.14.2",
"yarn": "^1.22.22"
},
"optionalDependencies": {
"ibm_db": "^3.2.4"
},
"devDependencies": {
"@nestjs/cli": "^10.4.5",
"@nestjs/schematics": "^10.1.4",
Expand Down
3 changes: 3 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11483,6 +11483,9 @@ __metadata:
typescript: ^5.6.2
winston: ^3.14.2
yarn: ^1.22.22
dependenciesMeta:
ibm_db:
optional: true
languageName: unknown
linkType: soft

Expand Down

0 comments on commit e9fcb7c

Please sign in to comment.