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-07-06 11:27:51 +02:00
parent 2c5fb9bd40
commit 014676422c
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 2451 additions and 2780 deletions

5187
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -19,39 +19,39 @@
"storybook:build": "build-storybook -c .storybook -o public/storybook"
},
"dependencies": {
"@loadable/component": "^5.13.0",
"@loadable/component": "^5.13.1",
"@now/node": "^1.7.1",
"@oceanprotocol/art": "^3.0.0",
"@oceanprotocol/react": "0.0.11",
"@oceanprotocol/squid": "^2.2.0",
"@oceanprotocol/typographies": "^0.1.0",
"@sindresorhus/slugify": "^1.0.0",
"@tippyjs/react": "^4.0.5",
"@tippyjs/react": "^4.1.0",
"@types/classnames": "^2.2.10",
"axios": "^0.19.2",
"classnames": "^2.2.6",
"date-fns": "^2.14.0",
"dotenv": "^8.2.0",
"filesize": "^6.1.0",
"gatsby": "^2.23.12",
"gatsby-image": "^2.4.9",
"gatsby-plugin-manifest": "^2.4.14",
"gatsby-plugin-react-helmet": "^3.3.6",
"gatsby-plugin-remove-trailing-slashes": "^2.3.7",
"gatsby-plugin-sharp": "^2.6.14",
"gatsby": "^2.23.21",
"gatsby-image": "^2.4.12",
"gatsby-plugin-manifest": "^2.4.17",
"gatsby-plugin-react-helmet": "^3.3.9",
"gatsby-plugin-remove-trailing-slashes": "^2.3.10",
"gatsby-plugin-sharp": "^2.6.18",
"gatsby-plugin-svgr": "^2.0.2",
"gatsby-plugin-webpack-size": "^1.0.0",
"gatsby-source-filesystem": "^2.3.14",
"gatsby-source-graphql": "^2.5.7",
"gatsby-transformer-json": "^2.4.7",
"gatsby-transformer-remark": "^2.8.20",
"gatsby-transformer-sharp": "^2.5.7",
"gatsby-source-filesystem": "^2.3.18",
"gatsby-source-graphql": "^2.6.1",
"gatsby-transformer-json": "^2.4.10",
"gatsby-transformer-remark": "^2.8.23",
"gatsby-transformer-sharp": "^2.5.10",
"intersection-observer": "^0.11.0",
"is-url-superb": "^4.0.0",
"numeral": "^2.0.6",
"query-string": "^6.13.1",
"react": "^16.13.1",
"react-data-table-component": "^6.9.3",
"react-data-table-component": "^6.9.6",
"react-datepicker": "^3.0.0",
"react-dom": "^16.13.1",
"react-dotdotdot": "^1.3.1",
@ -62,7 +62,7 @@
"react-paginate": "^6.3.2",
"react-rating": "^2.0.5",
"react-responsive-modal": "^5.0.2",
"react-toastify": "^6.0.6",
"react-toastify": "^6.0.8",
"shortid": "^2.2.15",
"slugify": "^1.4.4",
"web3connect": "^1.0.0-beta.33"
@ -70,12 +70,12 @@
"devDependencies": {
"@babel/core": "^7.10.3",
"@babel/preset-typescript": "^7.10.1",
"@storybook/addon-actions": "^6.0.0-beta.37",
"@storybook/addon-storyshots": "^6.0.0-beta.37",
"@storybook/react": "^6.0.0-beta.37",
"@storybook/addon-actions": "^6.0.0-beta.43",
"@storybook/addon-storyshots": "^6.0.0-beta.43",
"@storybook/react": "^6.0.0-beta.43",
"@svgr/webpack": "^5.4.0",
"@testing-library/jest-dom": "^5.11.0",
"@testing-library/react": "^10.4.3",
"@testing-library/react": "^10.4.4",
"@types/jest": "^26.0.3",
"@types/node": "^14.0.14",
"@types/numeral": "^0.0.28",
@ -90,11 +90,11 @@
"babel-loader": "^8.1.0",
"babel-preset-react-app": "^9.1.2",
"electron": "^9.0.5",
"eslint": "^7.3.1",
"eslint": "^7.4.0",
"eslint-config-oceanprotocol": "^1.5.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.20.2",
"eslint-plugin-react": "^7.20.3",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.1.0",
"node-mocks-http": "^1.8.1",
@ -102,7 +102,7 @@
"react-test-renderer": "^16.13.1",
"serve": "^11.3.2",
"source-map-explorer": "^2.4.2",
"typescript": "^3.9.5"
"typescript": "^3.9.6"
},
"repository": {
"type": "git",