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

package updates (#1191)

Notable updates:

* ocean.js v1.0.0-next.28
* @walletconnect/web3-provider v1.7.5
* @portis/web3 v4.0.7
* urql v2.2.0
* web3 v1.7.1
* npm audit fix
This commit is contained in:
Matthias Kretschmann 2022-03-16 12:56:09 +00:00 committed by GitHub
parent 822cec3753
commit ecad0ebb50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1230 additions and 706 deletions

1902
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -21,20 +21,20 @@
"@coingecko/cryptoformat": "^0.4.4",
"@loadable/component": "^5.15.2",
"@oceanprotocol/art": "^3.2.0",
"@oceanprotocol/lib": "^1.0.0-next.27",
"@oceanprotocol/lib": "^1.0.0-next.28",
"@oceanprotocol/typographies": "^0.1.0",
"@portis/web3": "^4.0.6",
"@portis/web3": "^4.0.7",
"@tippyjs/react": "^4.2.6",
"@walletconnect/web3-provider": "^1.7.1",
"axios": "^0.25.0",
"@walletconnect/web3-provider": "^1.7.5",
"axios": "^0.26.1",
"bignumber.js": "^9.0.2",
"chart.js": "^3.7.0",
"chart.js": "^3.7.1",
"classnames": "^2.3.1",
"date-fns": "^2.28.0",
"decimal.js": "^10.3.1",
"dom-confetti": "^0.2.2",
"dotenv": "^15.0.0",
"filesize": "^8.0.6",
"dotenv": "^16.0.0",
"filesize": "^8.0.7",
"formik": "^2.2.9",
"gray-matter": "^4.0.3",
"is-url-superb": "^6.1.0",
@ -44,7 +44,7 @@
"lodash.omit": "^4.5.0",
"myetherwallet-blockies": "^0.1.1",
"next": "^12.1.0",
"query-string": "^7.1.0",
"query-string": "^7.1.1",
"react": "^17.0.2",
"react-chartjs-2": "^4.0.1",
"react-clipboard.js": "^2.0.16",
@ -52,8 +52,8 @@
"react-dom": "^17.0.2",
"react-dotdotdot": "^1.3.1",
"react-modal": "^3.14.4",
"react-paginate": "^8.1.0",
"react-spring": "^9.4.2",
"react-paginate": "^8.1.2",
"react-spring": "^9.4.4",
"react-tabs": "^3.2.3",
"react-toastify": "^8.1.0",
"remark": "^13.0.0",
@ -61,10 +61,10 @@
"remark-html": "^13.0.1",
"remove-markdown": "^0.3.0",
"slugify": "^1.6.5",
"swr": "^1.2.0",
"urql": "^2.1.1",
"swr": "^1.2.2",
"urql": "^2.2.0",
"use-dark-mode": "^2.3.1",
"web3": "^1.6.1",
"web3": "^1.7.1",
"web3modal": "^1.9.5",
"yup": "^0.32.11"
},
@ -84,8 +84,8 @@
"@types/react-tabs": "^2.3.4",
"@types/remove-markdown": "^0.3.1",
"@types/yup": "^0.29.11",
"@typescript-eslint/eslint-plugin": "^5.9.1",
"@typescript-eslint/parser": "^5.9.1",
"@typescript-eslint/eslint-plugin": "^5.15.0",
"@typescript-eslint/parser": "^5.15.0",
"apollo": "^2.33.9",
"eslint": "^7.27.0",
"eslint-config-oceanprotocol": "^1.5.0",
@ -96,11 +96,11 @@
"file-loader": "^6.2.0",
"https-browserify": "^1.0.0",
"husky": "^7.0.4",
"prettier": "^2.5.1",
"prettier": "^2.6.0",
"pretty-quick": "^3.1.3",
"process": "^0.11.10",
"serve": "^13.0.2",
"stream-http": "^2.8.3",
"stream-http": "^3.2.0",
"typescript": "^4.5.4"
},
"repository": {