1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-06-20 11:23:24 +02:00

package updates

This commit is contained in:
Matthias Kretschmann 2020-09-08 13:41:14 +02:00
parent c8d3565d21
commit 6865fae4a8
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 489 additions and 754 deletions

1205
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -19,11 +19,11 @@
"storybook:build": "build-storybook -c .storybook -o public/storybook"
},
"dependencies": {
"@coingecko/cryptoformat": "^0.3.8",
"@coingecko/cryptoformat": "^0.4.0",
"@loadable/component": "^5.13.1",
"@oceanprotocol/art": "^3.0.0",
"@oceanprotocol/lib": "^0.1.16",
"@oceanprotocol/react": "^0.0.40",
"@oceanprotocol/lib": "^0.2.1",
"@oceanprotocol/react": "^0.0.41",
"@oceanprotocol/typographies": "^0.1.0",
"@sindresorhus/slugify": "^1.0.0",
"@tippyjs/react": "^4.1.0",
@ -39,18 +39,18 @@
"ethereum-blockies": "github:MyEtherWallet/blockies",
"filesize": "^6.1.0",
"formik": "^2.1.5",
"gatsby": "^2.24.53",
"gatsby-image": "^2.4.16",
"gatsby-plugin-manifest": "^2.4.27",
"gatsby": "^2.24.54",
"gatsby-image": "^2.4.17",
"gatsby-plugin-manifest": "^2.4.28",
"gatsby-plugin-react-helmet": "^3.3.10",
"gatsby-plugin-remove-trailing-slashes": "^2.3.11",
"gatsby-plugin-sharp": "^2.6.31",
"gatsby-plugin-sharp": "^2.6.32",
"gatsby-plugin-svgr": "^2.0.2",
"gatsby-plugin-webpack-size": "^1.0.0",
"gatsby-source-filesystem": "^2.3.27",
"gatsby-source-filesystem": "^2.3.28",
"gatsby-source-graphql": "^2.7.2",
"gatsby-transformer-json": "^2.4.11",
"gatsby-transformer-remark": "^2.8.32",
"gatsby-transformer-remark": "^2.8.33",
"gatsby-transformer-sharp": "^2.5.14",
"intersection-observer": "^0.11.0",
"is-url-superb": "^4.0.0",
@ -58,37 +58,37 @@
"lodash.omit": "^4.5.0",
"query-string": "^6.13.1",
"react": "^16.13.1",
"react-data-table-component": "^6.11.2",
"react-data-table-component": "^6.11.3",
"react-datepicker": "^3.1.3",
"react-dom": "^16.13.1",
"react-dotdotdot": "^1.3.1",
"react-dropzone": "^11.0.3",
"react-helmet": "^6.1.0",
"react-markdown": "^4.3.1",
"react-paginate": "^6.3.2",
"react-paginate": "^6.4.0",
"react-responsive-modal": "^5.1.0",
"react-spring": "^8.0.27",
"react-tabs": "^3.1.1",
"react-toastify": "^6.0.8",
"shortid": "^2.2.15",
"slugify": "^1.4.5",
"swr": "^0.3.1",
"swr": "^0.3.2",
"yup": "^0.29.3"
},
"devDependencies": {
"@babel/core": "^7.11.5",
"@babel/core": "^7.11.6",
"@babel/preset-typescript": "^7.10.1",
"@storybook/addon-actions": "^6.0.21",
"@storybook/addon-storyshots": "^6.0.21",
"@storybook/react": "^6.0.21",
"@svgr/webpack": "^5.4.0",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^10.4.9",
"@types/jest": "^26.0.12",
"@testing-library/react": "^11.0.2",
"@types/jest": "^26.0.13",
"@types/loadable__component": "^5.13.0",
"@types/lodash.debounce": "^4.0.3",
"@types/lodash.omit": "^4.5.6",
"@types/node": "^14.6.2",
"@types/node": "^14.6.4",
"@types/react": "^16.9.49",
"@types/react-datepicker": "^3.1.1",
"@types/react-helmet": "^6.1.0",
@ -96,11 +96,11 @@
"@types/react-tabs": "^2.3.2",
"@types/shortid": "0.0.29",
"@types/yup": "^0.29.6",
"@typescript-eslint/eslint-plugin": "^4.0.1",
"@typescript-eslint/parser": "^4.0.1",
"@typescript-eslint/eslint-plugin": "^4.1.0",
"@typescript-eslint/parser": "^4.1.0",
"babel-loader": "^8.1.0",
"babel-preset-react-app": "^9.1.2",
"eslint": "^7.8.0",
"eslint": "^7.8.1",
"eslint-config-oceanprotocol": "^1.5.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.4",