1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-12-02 05:57:29 +01:00

package updates

This commit is contained in:
Matthias Kretschmann 2020-10-28 13:48:26 +01:00
parent 7af9ac6974
commit 7e856a5eb7
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 633 additions and 1675 deletions

2272
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -22,8 +22,8 @@
"@coingecko/cryptoformat": "^0.4.2",
"@loadable/component": "5.13.1",
"@oceanprotocol/art": "^3.0.0",
"@oceanprotocol/lib": "^0.9.5",
"@oceanprotocol/react": "^0.3.11",
"@oceanprotocol/lib": "^0.9.6",
"@oceanprotocol/react": "^0.3.13",
"@oceanprotocol/typographies": "^0.1.0",
"@sindresorhus/slugify": "^1.0.0",
"@tippyjs/react": "^4.2.0",
@ -39,21 +39,21 @@
"dotenv": "^8.2.0",
"ethereum-blockies": "github:MyEtherWallet/blockies",
"filesize": "^6.1.0",
"formik": "^2.2.0",
"gatsby": "^2.24.85",
"formik": "^2.2.1",
"gatsby": "^2.24.91",
"gatsby-image": "^2.4.21",
"gatsby-plugin-google-analytics": "^2.3.19",
"gatsby-plugin-manifest": "^2.4.35",
"gatsby-plugin-manifest": "^2.4.37",
"gatsby-plugin-react-helmet": "^3.3.14",
"gatsby-plugin-remove-trailing-slashes": "^2.3.13",
"gatsby-plugin-sharp": "^2.6.43",
"gatsby-plugin-svgr": "^2.0.2",
"gatsby-plugin-webpack-size": "^1.0.0",
"gatsby-source-filesystem": "^2.3.35",
"gatsby-source-filesystem": "^2.3.37",
"gatsby-source-graphql": "^2.7.6",
"gatsby-transformer-json": "^2.4.15",
"gatsby-transformer-remark": "^2.8.46",
"gatsby-transformer-sharp": "^2.5.19",
"gatsby-transformer-remark": "^2.8.47",
"gatsby-transformer-sharp": "^2.5.20",
"intersection-observer": "^0.11.0",
"is-url-superb": "^4.0.0",
"lodash.debounce": "^4.0.8",
@ -64,7 +64,7 @@
"react-datepicker": "^3.3.0",
"react-dom": "^16.14.0",
"react-dotdotdot": "^1.3.1",
"react-dropzone": "^11.2.1",
"react-dropzone": "^11.2.2",
"react-helmet": "^6.1.0",
"react-markdown": "^5.0.2",
"react-modal": "^3.11.2",
@ -85,14 +85,14 @@
"@storybook/addon-storyshots": "^6.0.27",
"@storybook/react": "^6.0.27",
"@svgr/webpack": "^5.4.0",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/jest-dom": "^5.11.5",
"@testing-library/react": "^11.1.0",
"@types/jest": "^26.0.15",
"@types/loadable__component": "^5.13.1",
"@types/lodash.debounce": "^4.0.3",
"@types/lodash.omit": "^4.5.6",
"@types/node": "^14.14.2",
"@types/react": "^16.9.53",
"@types/node": "^14.14.5",
"@types/react": "^16.9.54",
"@types/react-datepicker": "^3.1.1",
"@types/react-helmet": "^6.1.0",
"@types/react-modal": "^3.10.6",
@ -101,13 +101,13 @@
"@types/remove-markdown": "^0.1.1",
"@types/shortid": "0.0.29",
"@types/yup": "^0.29.8",
"@typescript-eslint/eslint-plugin": "^4.5.0",
"@typescript-eslint/parser": "^4.5.0",
"@typescript-eslint/eslint-plugin": "^4.6.0",
"@typescript-eslint/parser": "^4.6.0",
"babel-loader": "^8.1.0",
"babel-preset-react-app": "^9.1.2",
"eslint": "^7.11.0",
"eslint": "^7.12.1",
"eslint-config-oceanprotocol": "^1.5.0",
"eslint-config-prettier": "^6.14.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
@ -116,7 +116,7 @@
"prettier": "^2.1.2",
"serve": "^11.3.2",
"source-map-explorer": "^2.5.0",
"typescript": "^4.0.3"
"typescript": "^4.0.5"
},
"repository": {
"type": "git",