mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-26 19:49:26 +01:00
package updates
This commit is contained in:
parent
884132aa19
commit
34ce7d72a5
@ -3,9 +3,7 @@
|
|||||||
"extends": [
|
"extends": [
|
||||||
"oceanprotocol",
|
"oceanprotocol",
|
||||||
"oceanprotocol/react",
|
"oceanprotocol/react",
|
||||||
"plugin:prettier/recommended",
|
"plugin:prettier/recommended"
|
||||||
"prettier/react",
|
|
||||||
"prettier/standard"
|
|
||||||
],
|
],
|
||||||
"plugins": ["prettier"],
|
"plugins": ["prettier"],
|
||||||
"rules": {
|
"rules": {
|
||||||
|
1454
package-lock.json
generated
1454
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
24
package.json
24
package.json
@ -19,12 +19,12 @@
|
|||||||
"@oceanprotocol/art": "^3.0.0",
|
"@oceanprotocol/art": "^3.0.0",
|
||||||
"axios": "^0.21.1",
|
"axios": "^0.21.1",
|
||||||
"classnames": "^2.2.6",
|
"classnames": "^2.2.6",
|
||||||
"gatsby": "2.32.3",
|
"gatsby": "^2.32.4",
|
||||||
"gatsby-image": "^2.11.0",
|
"gatsby-image": "^2.11.0",
|
||||||
"gatsby-plugin-catch-links": "^2.10.0",
|
"gatsby-plugin-catch-links": "^2.10.0",
|
||||||
"gatsby-plugin-manifest": "^2.12.0",
|
"gatsby-plugin-manifest": "^2.12.0",
|
||||||
"gatsby-plugin-offline": "^3.10.0",
|
"gatsby-plugin-offline": "^3.10.1",
|
||||||
"gatsby-plugin-react-helmet": "^3.9.0",
|
"gatsby-plugin-react-helmet": "^3.10.0",
|
||||||
"gatsby-plugin-sass": "^3.2.0",
|
"gatsby-plugin-sass": "^3.2.0",
|
||||||
"gatsby-plugin-sharp": "^2.14.1",
|
"gatsby-plugin-sharp": "^2.14.1",
|
||||||
"gatsby-plugin-sitemap": "^2.12.0",
|
"gatsby-plugin-sitemap": "^2.12.0",
|
||||||
@ -33,19 +33,19 @@
|
|||||||
"gatsby-remark-autolink-headers": "^2.11.0",
|
"gatsby-remark-autolink-headers": "^2.11.0",
|
||||||
"gatsby-remark-code-titles": "^1.1.0",
|
"gatsby-remark-code-titles": "^1.1.0",
|
||||||
"gatsby-remark-component": "^1.1.3",
|
"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-embed-video": "^3.0.12",
|
||||||
"gatsby-remark-github": "^2.0.0",
|
"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-responsive-iframe": "^2.11.0",
|
||||||
"gatsby-remark-smartypants": "^2.9.0",
|
"gatsby-remark-smartypants": "^2.10.0",
|
||||||
"gatsby-remark-vscode": "^3.2.0",
|
"gatsby-remark-vscode": "^3.2.0",
|
||||||
"gatsby-source-filesystem": "^2.11.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-remark": "^2.16.0",
|
||||||
"gatsby-transformer-sharp": "^2.12.0",
|
"gatsby-transformer-sharp": "^2.12.0",
|
||||||
"gatsby-transformer-xml": "^2.10.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",
|
"giphy-js-sdk-core": "^1.0.6",
|
||||||
"intersection-observer": "^0.12.0",
|
"intersection-observer": "^0.12.0",
|
||||||
"react": "^17.0.1",
|
"react": "^17.0.1",
|
||||||
@ -57,19 +57,19 @@
|
|||||||
"remark-github-plugin": "^1.4.0",
|
"remark-github-plugin": "^1.4.0",
|
||||||
"remark-react": "^8.0.0",
|
"remark-react": "^8.0.0",
|
||||||
"shortid": "^2.2.16",
|
"shortid": "^2.2.16",
|
||||||
"slugify": "^1.4.6",
|
"slugify": "^1.4.7",
|
||||||
"smoothscroll-polyfill": "^0.4.4",
|
"smoothscroll-polyfill": "^0.4.4",
|
||||||
"swagger-client": "^3.13.1"
|
"swagger-client": "^3.13.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@svgr/webpack": "^5.5.0",
|
"@svgr/webpack": "^5.5.0",
|
||||||
"dotenv": "^8.2.0",
|
"dotenv": "^8.2.0",
|
||||||
"eslint": "^7.19.0",
|
"eslint": "^7.20.0",
|
||||||
"eslint-config-oceanprotocol": "^1.5.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",
|
"eslint-plugin-prettier": "^3.3.1",
|
||||||
"git-format-staged": "^2.1.1",
|
"git-format-staged": "^2.1.1",
|
||||||
"husky": "^5.0.8",
|
"husky": "^5.1.1",
|
||||||
"markdownlint-cli": "^0.26.0",
|
"markdownlint-cli": "^0.26.0",
|
||||||
"node-sass": "^5.0.0",
|
"node-sass": "^5.0.0",
|
||||||
"npm-run-all": "^4.1.5",
|
"npm-run-all": "^4.1.5",
|
||||||
|
Loading…
Reference in New Issue
Block a user