1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-06-16 17:33:26 +02:00

package updates

This commit is contained in:
Matthias Kretschmann 2021-11-11 07:58:49 +00:00
parent 3d4b30c00f
commit 03073d6f16
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 727 additions and 378 deletions

1081
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -38,15 +38,15 @@
"dotenv": "^10.0.0", "dotenv": "^10.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.3", "filesize": "^8.0.6",
"formik": "^2.2.9", "formik": "^2.2.9",
"gray-matter": "^4.0.3", "gray-matter": "^4.0.3",
"is-url-superb": "^6.0.0", "is-url-superb": "^6.1.0",
"js-cookie": "^3.0.1", "js-cookie": "^3.0.1",
"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.1", "next": "^12.0.3",
"query-string": "^7.0.1", "query-string": "^7.0.1",
"react": "^17.0.2", "react": "^17.0.2",
"react-chartjs-2": "^2.11.2", "react-chartjs-2": "^2.11.2",
@ -54,16 +54,16 @@
"react-data-table-component": "^6.11.7", "react-data-table-component": "^6.11.7",
"react-dom": "^17.0.2", "react-dom": "^17.0.2",
"react-dotdotdot": "^1.3.1", "react-dotdotdot": "^1.3.1",
"react-modal": "^3.14.3", "react-modal": "^3.14.4",
"react-paginate": "^7.1.3", "react-paginate": "^8.0.0",
"react-spring": "^9.3.0", "react-spring": "^9.3.0",
"react-tabs": "^3.2.2", "react-tabs": "^3.2.3",
"react-toastify": "^8.0.3", "react-toastify": "^8.1.0",
"remark": "^13.0.0", "remark": "^13.0.0",
"remark-gfm": "^1.0.0", "remark-gfm": "^1.0.0",
"remark-html": "^13.0.1", "remark-html": "^13.0.1",
"remove-markdown": "^0.3.0", "remove-markdown": "^0.3.0",
"slugify": "^1.6.1", "slugify": "^1.6.2",
"swr": "^1.0.1", "swr": "^1.0.1",
"urql": "^2.0.5", "urql": "^2.0.5",
"use-dark-mode": "^2.3.1", "use-dark-mode": "^2.3.1",
@ -85,7 +85,7 @@
"@types/lodash.omit": "^4.5.6", "@types/lodash.omit": "^4.5.6",
"@types/node": "^16.11.5", "@types/node": "^16.11.5",
"@types/react": "^17.0.32", "@types/react": "^17.0.32",
"@types/react-dom": "^17.0.10", "@types/react-dom": "^17.0.11",
"@types/react-modal": "^3.13.1", "@types/react-modal": "^3.13.1",
"@types/react-paginate": "^7.1.1", "@types/react-paginate": "^7.1.1",
"@types/react-tabs": "^2.3.3", "@types/react-tabs": "^2.3.3",
@ -98,13 +98,13 @@
"eslint-config-oceanprotocol": "^1.5.0", "eslint-config-oceanprotocol": "^1.5.0",
"eslint-config-prettier": "^8.3.0", "eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0", "eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.24.0", "eslint-plugin-react": "^7.27.0",
"eslint-plugin-react-hooks": "^4.2.0", "eslint-plugin-react-hooks": "^4.3.0",
"file-loader": "^6.2.0", "file-loader": "^6.2.0",
"husky": "^7.0.2", "husky": "^7.0.2",
"prettier": "^2.4.1", "prettier": "^2.4.1",
"pretty-quick": "^3.1.1", "pretty-quick": "^3.1.1",
"serve": "^12.0.1", "serve": "^13.0.2",
"typescript": "^4.4.4" "typescript": "^4.4.4"
}, },
"repository": { "repository": {