Skip to content

Commit

Permalink
feat(app-service): add node-fetch package & remove cross-fetch pkg;
Browse files Browse the repository at this point in the history
  • Loading branch information
maslow committed Jun 8, 2022
1 parent c6bfc5a commit 81b926b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 20 deletions.
20 changes: 2 additions & 18 deletions packages/app-service/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/app-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
"@aws-sdk/s3-request-presigner": "^3.72.0",
"alipay-sdk": "^3.1.7",
"axios": "^0.21.1",
"cross-fetch": "^3.1.5",
"database-proxy": "^0.8.2",
"dayjs": "^1.10.7",
"dotenv": "^8.2.0",
Expand All @@ -43,6 +42,7 @@
"mongodb": "^4.1.3",
"mongodb-uri": "^0.9.7",
"multer": "^1.4.2",
"node-fetch": "^2.6.7",
"node-modules-utils": "^0.8.2",
"nodemailer": "^6.6.3",
"validator": "^13.7.0",
Expand Down Expand Up @@ -71,4 +71,4 @@
],
"delay": 1000
}
}
}

0 comments on commit 81b926b

Please sign in to comment.