Skip to content

Commit

Permalink
chore: modify dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
chunkai1312 committed Jul 16, 2024
1 parent 46f2d6c commit f9bd2d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fugle/trade",
"version": "2.1.0",
"version": "2.0.1",
"description": "FugleTrade API SDK for Node.js",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -35,7 +35,6 @@
"homepage": "https://github.com/fugle-dev/fugle-trade-node#readme",
"dependencies": {
"@fugle/trade-core": "^2.1.0",
"@fugle/trade-core-darwin-arm64": "^2.1.0",
"ini": "^2.0.0",
"inquirer": "^8.2.1",
"keytar": "^7.9.0",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@
minimatch "^3.0.4"
strip-json-comments "^3.1.1"

"@fugle/[email protected]", "@fugle/trade-core-darwin-arm64@^2.1.0":
"@fugle/[email protected]":
version "2.1.0"
resolved "https://registry.yarnpkg.com/@fugle/trade-core-darwin-arm64/-/trade-core-darwin-arm64-2.1.0.tgz#f36479b5d82de7682b9498f7d1dd10beee299cf6"
integrity sha512-/9NLSmXCKy/tYt5jpPwLK5Gb+Tnqm2hX6GBOxKR0kQcrozpE1L0AAUk7gRvDNdZlbgPshcKEdxCtWrkSzTHRvA==
Expand Down

0 comments on commit f9bd2d9

Please sign in to comment.