1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-11-26 19:49:26 +01:00

package updates

This commit is contained in:
Matthias Kretschmann 2021-02-23 16:19:31 +01:00
parent 884132aa19
commit 34ce7d72a5
Signed by: m
GPG Key ID: 606EEEF3C479A91F
3 changed files with 674 additions and 784 deletions

View File

@ -3,9 +3,7 @@
"extends": [
"oceanprotocol",
"oceanprotocol/react",
"plugin:prettier/recommended",
"prettier/react",
"prettier/standard"
"plugin:prettier/recommended"
],
"plugins": ["prettier"],
"rules": {

1454
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -19,12 +19,12 @@
"@oceanprotocol/art": "^3.0.0",
"axios": "^0.21.1",
"classnames": "^2.2.6",
"gatsby": "2.32.3",
"gatsby": "^2.32.4",
"gatsby-image": "^2.11.0",
"gatsby-plugin-catch-links": "^2.10.0",
"gatsby-plugin-manifest": "^2.12.0",
"gatsby-plugin-offline": "^3.10.0",
"gatsby-plugin-react-helmet": "^3.9.0",
"gatsby-plugin-offline": "^3.10.1",
"gatsby-plugin-react-helmet": "^3.10.0",
"gatsby-plugin-sass": "^3.2.0",
"gatsby-plugin-sharp": "^2.14.1",
"gatsby-plugin-sitemap": "^2.12.0",
@ -33,19 +33,19 @@
"gatsby-remark-autolink-headers": "^2.11.0",
"gatsby-remark-code-titles": "^1.1.0",
"gatsby-remark-component": "^1.1.3",
"gatsby-remark-copy-linked-files": "^2.9.0",
"gatsby-remark-copy-linked-files": "^2.10.0",
"gatsby-remark-embed-video": "^3.0.12",
"gatsby-remark-github": "^2.0.0",
"gatsby-remark-images": "^3.10.0",
"gatsby-remark-images": "^3.11.0",
"gatsby-remark-responsive-iframe": "^2.11.0",
"gatsby-remark-smartypants": "^2.9.0",
"gatsby-remark-smartypants": "^2.10.0",
"gatsby-remark-vscode": "^3.2.0",
"gatsby-source-filesystem": "^2.11.0",
"gatsby-source-graphql": "^2.13.0",
"gatsby-source-graphql": "^2.14.0",
"gatsby-transformer-remark": "^2.16.0",
"gatsby-transformer-sharp": "^2.12.0",
"gatsby-transformer-xml": "^2.10.0",
"gatsby-transformer-yaml": "^2.10.0",
"gatsby-transformer-yaml": "^2.11.0",
"giphy-js-sdk-core": "^1.0.6",
"intersection-observer": "^0.12.0",
"react": "^17.0.1",
@ -57,19 +57,19 @@
"remark-github-plugin": "^1.4.0",
"remark-react": "^8.0.0",
"shortid": "^2.2.16",
"slugify": "^1.4.6",
"slugify": "^1.4.7",
"smoothscroll-polyfill": "^0.4.4",
"swagger-client": "^3.13.1"
},
"devDependencies": {
"@svgr/webpack": "^5.5.0",
"dotenv": "^8.2.0",
"eslint": "^7.19.0",
"eslint": "^7.20.0",
"eslint-config-oceanprotocol": "^1.5.0",
"eslint-config-prettier": "^7.2.0",
"eslint-config-prettier": "^8.0.0",
"eslint-plugin-prettier": "^3.3.1",
"git-format-staged": "^2.1.1",
"husky": "^5.0.8",
"husky": "^5.1.1",
"markdownlint-cli": "^0.26.0",
"node-sass": "^5.0.0",
"npm-run-all": "^4.1.5",