Skip to content

Commit

Permalink
Merge pull request #744 from rocket-admin/arm64
Browse files Browse the repository at this point in the history
arm64 support
  • Loading branch information
gugu authored Jul 22, 2024
2 parents 250365e + f42108a commit 7cb1ea3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@
"get-port": "7.1.0",
"google-auth-library": "^9.8.0",
"helmet": "7.1.0",
"ibm_db": "^3.2.4",
"ip-range-check": "0.2.0",
"json2csv": "^5.0.7",
"jsonwebtoken": "^9.0.2",
Expand Down Expand Up @@ -114,6 +113,9 @@
"validator": "^13.11.0",
"winston": "3.13.0"
},
"optionalDependencies": {
"ibm_db": "^3.2.4"
},
"devDependencies": {
"@ava/typescript": "^4.1.0",
"@nestjs/cli": "^10.3.2",
Expand Down
3 changes: 3 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3484,6 +3484,9 @@ __metadata:
uuid: ^9.0.1
validator: ^13.11.0
winston: 3.13.0
dependenciesMeta:
ibm_db:
optional: true
languageName: unknown
linkType: soft

Expand Down

0 comments on commit 7cb1ea3

Please sign in to comment.