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-03 19:36:06 +02:00
parent 12d3b2f0a0
commit a13a54d514
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 322 additions and 307 deletions

605
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -38,7 +38,7 @@
"filesize": "^6.1.0",
"formik": "^2.1.5",
"formik-persist": "^1.1.0",
"gatsby": "^2.24.15",
"gatsby": "^2.24.24",
"gatsby-image": "^2.4.14",
"gatsby-plugin-manifest": "^2.4.21",
"gatsby-plugin-react-helmet": "^3.3.10",
@ -55,7 +55,7 @@
"is-url-superb": "^4.0.0",
"query-string": "^6.13.1",
"react": "^16.13.1",
"react-data-table-component": "^6.9.8",
"react-data-table-component": "^6.11.0",
"react-datepicker": "^3.1.3",
"react-dom": "^16.13.1",
"react-dotdotdot": "^1.3.1",
@ -75,33 +75,33 @@
"devDependencies": {
"@babel/core": "^7.11.0",
"@babel/preset-typescript": "^7.10.1",
"@storybook/addon-actions": "^6.0.0-rc.20",
"@storybook/addon-storyshots": "^6.0.0-rc.20",
"@storybook/react": "^6.0.0-rc.20",
"@storybook/addon-actions": "^6.0.0-rc.24",
"@storybook/addon-storyshots": "^6.0.0-rc.24",
"@storybook/react": "^6.0.0-rc.24",
"@svgr/webpack": "^5.4.0",
"@testing-library/jest-dom": "^5.11.2",
"@testing-library/react": "^10.4.7",
"@types/jest": "^26.0.8",
"@types/loadable__component": "^5.13.0",
"@types/node": "^14.0.27",
"@types/react": "^16.9.43",
"@types/react-datepicker": "^3.1.0",
"@types/react": "^16.9.44",
"@types/react-datepicker": "^3.1.1",
"@types/react-helmet": "^6.0.0",
"@types/react-paginate": "^6.2.1",
"@types/react-tabs": "^2.3.2",
"@types/shortid": "0.0.29",
"@types/yup": "^0.29.3",
"@typescript-eslint/eslint-plugin": "^3.7.1",
"@typescript-eslint/parser": "^3.7.1",
"@types/yup": "^0.29.4",
"@typescript-eslint/eslint-plugin": "^3.8.0",
"@typescript-eslint/parser": "^3.8.0",
"babel-loader": "^8.1.0",
"babel-preset-react-app": "^9.1.2",
"eslint": "^7.4.0",
"eslint": "^7.6.0",
"eslint-config-oceanprotocol": "^1.5.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.20.5",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.2.1",
"jest": "^26.2.2",
"prettier": "^2.0.5",
"serve": "^11.3.2",
"source-map-explorer": "^2.4.2",