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-08-05 10:14:50 +02:00
parent a13a54d514
commit 5c312e4784
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 963 additions and 662 deletions

1604
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -5,7 +5,7 @@
"license": "Apache-2.0",
"homepage": "https://oceanprotocol.com",
"scripts": {
"start": "gatsby clean && gatsby develop --host 0.0.0.0",
"start": "gatsby develop --host 0.0.0.0",
"build": "gatsby clean && gatsby build",
"serve": "serve -s public/",
"jest": "NODE_ENV=test jest -c tests/unit/jest.config.js",
@ -21,8 +21,7 @@
"dependencies": {
"@loadable/component": "^5.13.1",
"@oceanprotocol/art": "^3.0.0",
"@oceanprotocol/lib": "^0.1.10",
"@oceanprotocol/react": "^0.0.30",
"@oceanprotocol/react": "^0.0.31",
"@oceanprotocol/typographies": "^0.1.0",
"@sindresorhus/slugify": "^1.0.0",
"@tippyjs/react": "^4.1.0",
@ -38,7 +37,7 @@
"filesize": "^6.1.0",
"formik": "^2.1.5",
"formik-persist": "^1.1.0",
"gatsby": "^2.24.24",
"gatsby": "^2.24.27",
"gatsby-image": "^2.4.14",
"gatsby-plugin-manifest": "^2.4.21",
"gatsby-plugin-react-helmet": "^3.3.10",
@ -70,23 +69,23 @@
"shortid": "^2.2.15",
"slugify": "^1.4.5",
"swr": "^0.3.0",
"yup": "^0.29.2"
"yup": "^0.29.3"
},
"devDependencies": {
"@babel/core": "^7.11.0",
"@babel/core": "^7.11.1",
"@babel/preset-typescript": "^7.10.1",
"@storybook/addon-actions": "^6.0.0-rc.24",
"@storybook/addon-storyshots": "^6.0.0-rc.24",
"@storybook/react": "^6.0.0-rc.24",
"@storybook/addon-actions": "^6.0.0-rc.26",
"@storybook/addon-storyshots": "^6.0.0-rc.26",
"@storybook/react": "^6.0.0-rc.26",
"@svgr/webpack": "^5.4.0",
"@testing-library/jest-dom": "^5.11.2",
"@testing-library/react": "^10.4.7",
"@testing-library/react": "^10.4.8",
"@types/jest": "^26.0.8",
"@types/loadable__component": "^5.13.0",
"@types/node": "^14.0.27",
"@types/react": "^16.9.44",
"@types/react-datepicker": "^3.1.1",
"@types/react-helmet": "^6.0.0",
"@types/react-helmet": "^6.1.0",
"@types/react-paginate": "^6.2.1",
"@types/react-tabs": "^2.3.2",
"@types/shortid": "0.0.29",