1
0
mirror of https://github.com/oceanprotocol/react.git synced 2025-02-14 21:10:38 +01:00

package updates

This commit is contained in:
Matthias Kretschmann 2020-07-18 03:01:42 +02:00
parent afd439b17f
commit 7a515d8a74
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 1374 additions and 392 deletions

1744
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -28,10 +28,10 @@
"dependencies": { "dependencies": {
"@oceanprotocol/contracts": "^0.2.3", "@oceanprotocol/contracts": "^0.2.3",
"@oceanprotocol/lib": "^0.1.6", "@oceanprotocol/lib": "^0.1.6",
"@walletconnect/web3-provider": "^1.0.15", "@walletconnect/web3-provider": "^1.0.16",
"axios": "^0.19.2", "axios": "^0.19.2",
"react": "^16.9.41", "react": "^16.9.41",
"web3": "^1.2.9", "web3": "^1.2.10",
"web3modal": "^1.7.0" "web3modal": "^1.7.0"
}, },
"devDependencies": { "devDependencies": {
@ -47,7 +47,7 @@
"eslint-plugin-react": "^7.20.3", "eslint-plugin-react": "^7.20.3",
"prettier": "^2.0.5", "prettier": "^2.0.5",
"release-it": "^13.6.4", "release-it": "^13.6.4",
"typescript": "^3.9.6" "typescript": "^3.9.7"
}, },
"peerDependencies": { "peerDependencies": {
"react": ">=16.8.0" "react": ">=16.8.0"