1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-12-02 05:57:29 +01:00

minor package updates

This commit is contained in:
Matthias Kretschmann 2021-10-18 12:43:34 +01:00
parent f951910dc2
commit 18fec31c09
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 8038 additions and 537 deletions

8538
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{
"name": "@oceanprotocol/market",
"description": "Data marketplace for ocean.",
"description": "🧜‍♀️ THE Data Market for Ocean Protocol.",
"version": "1.0.0",
"license": "Apache-2.0",
"homepage": "https://market.oceanprotocol.com",
@ -30,18 +30,17 @@
"@sindresorhus/slugify": "^2.1.0",
"@tippyjs/react": "^4.2.5",
"@urql/introspection": "^0.3.0",
"@walletconnect/web3-provider": "^1.6.5",
"axios": "^0.21.1",
"@walletconnect/web3-provider": "^1.6.6",
"axios": "^0.23.0",
"chart.js": "^2.9.4",
"classnames": "^2.3.1",
"cross-fetch": "^3.1.4",
"date-fns": "^2.23.0",
"date-fns": "^2.25.0",
"decimal.js": "^10.3.1",
"dom-confetti": "^0.2.2",
"dotenv": "^10.0.0",
"ethereum-address": "0.0.4",
"ethereum-blockies": "github:MyEtherWallet/blockies",
"filesize": "^6.3.0",
"filesize": "^8.0.3",
"formik": "^2.2.9",
"gatsby": "^2.32.13",
"gatsby-image": "^2.9.0",
@ -61,11 +60,11 @@
"graphql": "14.7.0",
"graphql-schema-typescript": "^1.5.2",
"is-url-superb": "^6.0.0",
"js-cookie": "^3.0.0",
"js-cookie": "^3.0.1",
"jwt-decode": "^3.1.2",
"lodash.debounce": "^4.0.8",
"lodash.omit": "^4.5.0",
"query-string": "^7.0.0",
"query-string": "^7.0.1",
"react": "^17.0.2",
"react-chartjs-2": "^2.11.2",
"react-clipboard.js": "^2.0.16",
@ -74,20 +73,20 @@
"react-dotdotdot": "^1.3.1",
"react-helmet": "^6.1.0",
"react-markdown": "^6.0.2",
"react-modal": "^3.14.2",
"react-modal": "^3.14.3",
"react-paginate": "^7.1.3",
"react-spring": "^9.2.1",
"react-spring": "^9.3.0",
"react-tabs": "^3.2.2",
"react-toastify": "^7.0.4",
"remove-markdown": "^0.3.0",
"shortid": "^2.2.16",
"slugify": "^1.5.3",
"slugify": "^1.6.1",
"swr": "^0.5.6",
"urql": "^2.0.3",
"urql": "^2.0.5",
"use-dark-mode": "^2.3.1",
"web3": "^1.5.2",
"web3": "^1.6.0",
"web3modal": "^1.9.4",
"yup": "^0.32.9"
"yup": "^0.32.11"
},
"devDependencies": {
"@graphql-codegen/cli": "1.21.6",
@ -120,12 +119,12 @@
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"husky": "^6.0.0",
"prettier": "^2.3.0",
"pretty-quick": "^3.1.0",
"serve": "^11.3.2",
"husky": "^7.0.2",
"prettier": "^2.4.1",
"pretty-quick": "^3.1.1",
"serve": "^12.0.1",
"source-map-explorer": "^2.5.2",
"typescript": "^4.3.2"
"typescript": "^4.4.4"
},
"repository": {
"type": "git",