1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-11-14 09:14:52 +01:00

more package updates

This commit is contained in:
Matthias Kretschmann 2021-05-25 08:44:00 +02:00
parent 729bc5d998
commit ece07927f6
Signed by: m
GPG Key ID: 606EEEF3C479A91F
3 changed files with 1651 additions and 1697 deletions

3312
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -27,9 +27,9 @@
"@coingecko/cryptoformat": "^0.4.2",
"@loadable/component": "^5.15.0",
"@oceanprotocol/art": "^3.0.0",
"@oceanprotocol/lib": "^0.14.9",
"@oceanprotocol/lib": "^0.15.1",
"@oceanprotocol/typographies": "^0.1.0",
"@portis/web3": "^4.0.0",
"@portis/web3": "^4.0.4",
"@sindresorhus/slugify": "^2.1.0",
"@tippyjs/react": "^4.2.5",
"@walletconnect/web3-provider": "^1.4.1",
@ -37,14 +37,14 @@
"chart.js": "^2.9.4",
"classnames": "^2.3.1",
"cross-fetch": "^3.1.4",
"date-fns": "^2.21.3",
"date-fns": "^2.22.1",
"decimal.js": "^10.2.1",
"dom-confetti": "^0.2.2",
"dotenv": "^9.0.2",
"dotenv": "^10.0.0",
"ethereum-address": "0.0.4",
"ethereum-blockies": "github:MyEtherWallet/blockies",
"filesize": "^6.3.0",
"formik": "^2.2.7",
"formik": "^2.2.9",
"gatsby": "^2.32.13",
"gatsby-image": "^2.9.0",
"gatsby-plugin-manifest": "^2.10.0",
@ -53,7 +53,7 @@
"gatsby-plugin-sharp": "^2.14.4",
"gatsby-plugin-svgr": "^2.1.0",
"gatsby-plugin-use-dark-mode": "^1.3.0",
"gatsby-plugin-webpack-size": "^1.0.0",
"gatsby-plugin-webpack-size": "^2.0.1",
"gatsby-source-filesystem": "^2.9.0",
"gatsby-source-graphql": "^2.12.0",
"gatsby-transformer-json": "^2.9.0",
@ -72,9 +72,9 @@
"react-dotdotdot": "^1.3.1",
"react-helmet": "^6.1.0",
"react-markdown": "^6.0.2",
"react-modal": "^3.13.1",
"react-paginate": "^7.1.2",
"react-spring": "^9.1.2",
"react-modal": "^3.14.2",
"react-paginate": "^7.1.3",
"react-spring": "^9.2.1",
"react-tabs": "^3.2.2",
"react-toastify": "^7.0.4",
"remove-markdown": "^0.3.0",
@ -96,8 +96,8 @@
"@types/loadable__component": "^5.13.1",
"@types/lodash.debounce": "^4.0.3",
"@types/lodash.omit": "^4.5.6",
"@types/node": "^15.3.1",
"@types/react": "^17.0.6",
"@types/node": "^15.6.1",
"@types/react": "^17.0.8",
"@types/react-helmet": "^6.1.1",
"@types/react-modal": "^3.12.0",
"@types/react-paginate": "^7.1.0",
@ -105,14 +105,14 @@
"@types/remove-markdown": "^0.3.0",
"@types/shortid": "0.0.29",
"@types/yup": "^0.29.11",
"@typescript-eslint/eslint-plugin": "^4.24.0",
"@typescript-eslint/parser": "^4.24.0",
"apollo": "^2.33.2",
"eslint": "^7.26.0",
"@typescript-eslint/eslint-plugin": "^4.26.0",
"@typescript-eslint/parser": "^4.26.0",
"apollo": "^2.33.4",
"eslint": "^7.27.0",
"eslint-config-oceanprotocol": "^1.5.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.23.0",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"husky": "^6.0.0",
"identity-obj-proxy": "^3.0.0",
@ -121,7 +121,7 @@
"pretty-quick": "^3.1.0",
"serve": "^11.3.2",
"source-map-explorer": "^2.5.2",
"typescript": "^4.2.4"
"typescript": "^4.3.2"
},
"repository": {
"type": "git",

View File

@ -47,7 +47,7 @@ button.filter,
margin-bottom: calc(var(--spacer) / 6);
}
.showClear:hover{
.showClear:hover {
display: inline-flex;
color: var(--color-primary);
}