1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-06-30 05:41:41 +02:00

package updates

This commit is contained in:
Matthias Kretschmann 2022-01-31 12:50:51 +00:00
parent 1eaec10ea9
commit 105919976d
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 1845 additions and 4493 deletions

6326
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -35,7 +35,7 @@
"date-fns": "^2.28.0", "date-fns": "^2.28.0",
"decimal.js": "^10.3.1", "decimal.js": "^10.3.1",
"dom-confetti": "^0.2.2", "dom-confetti": "^0.2.2",
"dotenv": "^14.3.2", "dotenv": "^15.0.0",
"ethereum-address": "0.0.4", "ethereum-address": "0.0.4",
"ethereum-blockies": "github:MyEtherWallet/blockies", "ethereum-blockies": "github:MyEtherWallet/blockies",
"filesize": "^8.0.6", "filesize": "^8.0.6",
@ -46,7 +46,7 @@
"jwt-decode": "^3.1.2", "jwt-decode": "^3.1.2",
"lodash.debounce": "^4.0.8", "lodash.debounce": "^4.0.8",
"lodash.omit": "^4.5.0", "lodash.omit": "^4.5.0",
"next": "^12.0.8", "next": "^12.0.9",
"query-string": "^7.1.0", "query-string": "^7.1.0",
"querystring": "^0.2.1", "querystring": "^0.2.1",
"react": "^17.0.2", "react": "^17.0.2",
@ -65,22 +65,22 @@
"remark-html": "^13.0.1", "remark-html": "^13.0.1",
"remove-markdown": "^0.3.0", "remove-markdown": "^0.3.0",
"slugify": "^1.6.5", "slugify": "^1.6.5",
"swr": "^1.1.2", "swr": "^1.2.0",
"urql": "^2.0.6", "urql": "^2.1.1",
"use-dark-mode": "^2.3.1", "use-dark-mode": "^2.3.1",
"web3": "^1.6.1", "web3": "^1.6.1",
"web3modal": "^1.9.5", "web3modal": "^1.9.5",
"yup": "^0.32.11" "yup": "^0.32.11"
}, },
"devDependencies": { "devDependencies": {
"@svgr/webpack": "^6.2.0", "@svgr/webpack": "^6.2.1",
"@types/chart.js": "^2.9.35", "@types/chart.js": "^2.9.35",
"@types/d3": "^7.1.0", "@types/d3": "^7.1.0",
"@types/js-cookie": "^3.0.1", "@types/js-cookie": "^3.0.1",
"@types/loadable__component": "^5.13.1", "@types/loadable__component": "^5.13.1",
"@types/lodash.debounce": "^4.0.3", "@types/lodash.debounce": "^4.0.3",
"@types/lodash.omit": "^4.5.6", "@types/lodash.omit": "^4.5.6",
"@types/node": "^17.0.8", "@types/node": "^17.0.13",
"@types/react": "^17.0.38", "@types/react": "^17.0.38",
"@types/react-dom": "^17.0.11", "@types/react-dom": "^17.0.11",
"@types/react-modal": "^3.13.1", "@types/react-modal": "^3.13.1",