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

more package updates, lock graphql, fresh package-lock

This commit is contained in:
Matthias Kretschmann 2021-05-20 12:03:27 +02:00
parent b516e95879
commit 508564ec03
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 7665 additions and 13245 deletions

20898
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -57,8 +57,9 @@
"gatsby-source-filesystem": "^2.9.0", "gatsby-source-filesystem": "^2.9.0",
"gatsby-source-graphql": "^2.12.0", "gatsby-source-graphql": "^2.12.0",
"gatsby-transformer-json": "^2.9.0", "gatsby-transformer-json": "^2.9.0",
"gatsby-transformer-remark": "^2.14.0", "gatsby-transformer-remark": "^2.16.1",
"gatsby-transformer-sharp": "^2.12.1", "gatsby-transformer-sharp": "^2.12.1",
"graphql": "14.7.0",
"is-url-superb": "^6.0.0", "is-url-superb": "^6.0.0",
"jwt-decode": "^3.1.2", "jwt-decode": "^3.1.2",
"lodash.debounce": "^4.0.8", "lodash.debounce": "^4.0.8",
@ -86,9 +87,6 @@
"yup": "^0.32.9" "yup": "^0.32.9"
}, },
"devDependencies": { "devDependencies": {
"@storybook/addon-actions": "^6.2.9",
"@storybook/addon-storyshots": "^6.2.9",
"@storybook/react": "^6.2.9",
"@svgr/webpack": "^5.5.0", "@svgr/webpack": "^5.5.0",
"@testing-library/jest-dom": "^5.12.0", "@testing-library/jest-dom": "^5.12.0",
"@testing-library/react": "^11.2.7", "@testing-library/react": "^11.2.7",
@ -98,13 +96,13 @@
"@types/loadable__component": "^5.13.1", "@types/loadable__component": "^5.13.1",
"@types/lodash.debounce": "^4.0.3", "@types/lodash.debounce": "^4.0.3",
"@types/lodash.omit": "^4.5.6", "@types/lodash.omit": "^4.5.6",
"@types/node": "^14.17.0", "@types/node": "^15.3.1",
"@types/react": "^17.0.6", "@types/react": "^17.0.6",
"@types/react-helmet": "^6.1.1", "@types/react-helmet": "^6.1.1",
"@types/react-modal": "^3.12.0", "@types/react-modal": "^3.12.0",
"@types/react-paginate": "^6.2.2", "@types/react-paginate": "^7.1.0",
"@types/react-tabs": "^2.3.2", "@types/react-tabs": "^2.3.2",
"@types/remove-markdown": "^0.1.1", "@types/remove-markdown": "^0.3.0",
"@types/shortid": "0.0.29", "@types/shortid": "0.0.29",
"@types/yup": "^0.29.11", "@types/yup": "^0.29.11",
"@typescript-eslint/eslint-plugin": "^4.24.0", "@typescript-eslint/eslint-plugin": "^4.24.0",