Skip to content

Commit

Permalink
fix: runtime package dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
guidiaz committed Aug 25, 2023
1 parent 7e136cc commit 000d5c0
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,29 +93,29 @@
},
"homepage": "https://github.com/witnet/web3-jsonrpc-gateway#readme",
"devDependencies": {
"body-parser": "1.19.0",
"jest": "^27.0.1",
"prettier-standard": "^16.4.1",
"tslint": "^6.1.3",
"typescript": "^5.1.3",
"yarn": "^1.22.19"
},
"dependencies": {
"@celo-tools/celo-ethers-wrapper": "~0.1.1",
"@celo/contractkit": "~2.0.0",
"@reef-defi/evm-provider": "~1.0.10",
"@types/cors": "^2.8.10",
"@types/express": "^4.17.11",
"@types/node": "^20.3.1",
"body-parser": "1.19.0",
"cors": "2.8.5",
"cross-env": "7.0.3",
"dotenv": "^10.0.0",
"ethers": "~5.2.0",
"express": "~4.17.1",
"graphql": "^14.6.0",
"graphql-request": "^5.0.0",
"js-conflux-sdk": "2.0.0",
"json-rpc-2.0": "~0.2.16",
"dotenv": "^10.0.0",
"jest": "^27.0.1",
"prettier-standard": "^16.4.1",
"tslint": "^6.1.3",
"typescript": "^5.1.3"
},
"dependencies": {
"cross-env": "7.0.3",
"yarn": "^1.22.19",
"winston": "~3.7.2"
}
}

0 comments on commit 000d5c0

Please sign in to comment.