1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00

npm package cleanups

This commit is contained in:
Bogdan Fazakas 2023-05-09 09:27:31 +03:00
parent 884d2bdea7
commit b2cf7cddee
2 changed files with 2 additions and 10 deletions

6
package-lock.json generated
View File

@ -10,14 +10,10 @@
"license": "Apache-2.0",
"dependencies": {
"@oceanprotocol/contracts": "^1.1.8",
"bignumber.js": "^9.1.0",
"cross-fetch": "^3.1.5",
"crypto-js": "^4.1.1",
"decimal.js": "^10.4.1",
"ethers": "^5.7.2",
"web3": "^1.8.0",
"web3-core": "^1.8.1",
"web3-eth-contract": "^1.8.1"
"ethers": "^5.7.2"
},
"devDependencies": {
"@truffle/hdwallet-provider": "^2.0.14",

View File

@ -54,14 +54,10 @@
},
"dependencies": {
"@oceanprotocol/contracts": "^1.1.8",
"bignumber.js": "^9.1.0",
"cross-fetch": "^3.1.5",
"crypto-js": "^4.1.1",
"decimal.js": "^10.4.1",
"ethers": "^5.7.2",
"web3": "^1.8.0",
"web3-core": "^1.8.1",
"web3-eth-contract": "^1.8.1"
"ethers": "^5.7.2"
},
"devDependencies": {
"@truffle/hdwallet-provider": "^2.0.14",