Skip to content

Commit

Permalink
Fix: cacheDomainBalance, fetchDomainBalance deps
Browse files Browse the repository at this point in the history
  • Loading branch information
rdig committed Oct 24, 2024
1 parent bf20e27 commit 8a4ac3b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions amplify/backend/function/cacheDomainBalance/src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
"main": "index.js",
"license": "Apache-2.0",
"devDependencies": {
"@colony/colony-js": "^0.0.0-snapshot-69cce09-20240724101901",
"@colony/events": "^0.0.0-snapshot-20240329154314",
"@types/aws-lambda": "^8.10.92",
"cross-fetch": "^4.0.0"
"@types/aws-lambda": "^8.10.92"
},
"dependencies": {
"date-fns": "^3.6.0"
"date-fns": "^3.6.0",
"cross-fetch": "^4.0.0",
"@colony/colony-js": "^0.0.0-snapshot-69cce09-20240724101901",
"@colony/events": "^0.0.0-snapshot-20240329154314"
}
}
12 changes: 6 additions & 6 deletions amplify/backend/function/fetchDomainBalance/src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
"main": "index.js",
"license": "Apache-2.0",
"devDependencies": {
"@colony/colony-js": "^0.0.0-snapshot-69cce09-20240724101901",
"@colony/events": "0.0.0-snapshot-20240329154314",
"@types/aws-lambda": "^8.10.92",
"cross-fetch": "^4.0.0",
"ethers": "^5.1.3"
"@types/aws-lambda": "^8.10.92"
},
"dependencies": {
"date-fns": "^3.6.0"
"date-fns": "^3.6.0",
"cross-fetch": "^4.0.0",
"ethers": "^5.1.3",
"@colony/colony-js": "^0.0.0-snapshot-69cce09-20240724101901",
"@colony/events": "0.0.0-snapshot-20240329154314"
}
}

0 comments on commit 8a4ac3b

Please sign in to comment.