mirror of
https://github.com/oceanprotocol/commons.git
synced 2023-03-15 18:03:00 +01:00
Merge pull request #166 from oceanprotocol/fix/version-updates
fix version tags, fixed squid-js
This commit is contained in:
commit
d7f40a631b
@ -46,7 +46,7 @@ REACT_APP_BRIZO_ADDRESS="0x4aaab179035dc57b35e2ce066919048686f82972"
|
|||||||
#
|
#
|
||||||
# Connect to Spree (local with Barge)
|
# Connect to Spree (local with Barge)
|
||||||
#
|
#
|
||||||
# REACT_APP_NODE_URI="htts://localhost:8545"
|
# REACT_APP_NODE_URI="http://localhost:8545"
|
||||||
# REACT_APP_AQUARIUS_URI="http://aquarius:5000"
|
# REACT_APP_AQUARIUS_URI="http://aquarius:5000"
|
||||||
# REACT_APP_BRIZO_URI="http://localhost:8030"
|
# REACT_APP_BRIZO_URI="http://localhost:8030"
|
||||||
# REACT_APP_SECRET_STORE_URI="http://localhost:12001"
|
# REACT_APP_SECRET_STORE_URI="http://localhost:12001"
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@oceanprotocol/art": "^2.2.0",
|
"@oceanprotocol/art": "^2.2.0",
|
||||||
"@oceanprotocol/squid": "^0.6.2",
|
"@oceanprotocol/squid": "0.6.2",
|
||||||
"@oceanprotocol/typographies": "^0.1.0",
|
"@oceanprotocol/typographies": "^0.1.0",
|
||||||
"@sindresorhus/slugify": "^0.9.1",
|
"@sindresorhus/slugify": "^0.9.1",
|
||||||
"axios": "^0.19.0",
|
"axios": "^0.19.0",
|
||||||
|
@ -7,19 +7,19 @@
|
|||||||
"dependencies": [
|
"dependencies": [
|
||||||
{
|
{
|
||||||
"name": "keeper-contracts",
|
"name": "keeper-contracts",
|
||||||
"version": "~0.9.7"
|
"version": "~0.10.3"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "brizo",
|
"name": "brizo",
|
||||||
"version": "~0.3.10"
|
"version": "~0.3.12"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "aquarius",
|
"name": "aquarius",
|
||||||
"version": "~0.2.9"
|
"version": "~0.3.4"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "squid-js",
|
"name": "squid-js",
|
||||||
"version": "~0.5.17"
|
"version": "~0.6.2"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "faucet",
|
"name": "faucet",
|
||||||
|
Loading…
Reference in New Issue
Block a user