From dcfa9df692b6379b92d68205c40c62d2bb480c89 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Tue, 16 Apr 2019 13:49:52 +0200 Subject: [PATCH] package updates, fix markdown lint test --- content/test.md | 4 ++++ package.json | 42 +++++++++++++++++++++--------------------- 2 files changed, 25 insertions(+), 21 deletions(-) diff --git a/content/test.md b/content/test.md index 7310eaef..8013786f 100644 --- a/content/test.md +++ b/content/test.md @@ -15,6 +15,8 @@ For more complete info, see [John Gruber's original spec](http://daringfireball. ##### H5 ``` + + # H1 ## H2 @@ -25,6 +27,8 @@ For more complete info, see [John Gruber's original spec](http://daringfireball. ##### H5 + + ## Emphasis ```text diff --git a/package.json b/package.json index 35d86ceb..5db30316 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "format": "run-p format:js format:css format:md format:yml", "lint:js": "eslint --ignore-path .gitignore --ignore-path .prettierignore --ext .js,.jsx .", "lint:css": "stylelint './src/**/*.{css,scss}'", - "lint:md": "markdownlint './**/*.{md,markdown}' --ignore './{node_modules,external,public}/**/*'", + "lint:md": "markdownlint './**/*.{md,markdown}' --ignore './{node_modules,external,public,.cache}/**/*'", "lint:yml": "prettier '**/*.{yml,yaml}' --list-different", "lint": "run-p --continue-on-error lint:js lint:css lint:md lint:yml", "test": "npm run lint", @@ -26,16 +26,16 @@ "@oceanprotocol/art": "^2.2.0", "axios": "^0.18.0", "classnames": "^2.2.6", - "gatsby": "^2.3.2", - "gatsby-image": "^2.0.35", + "gatsby": "^2.3.23", + "gatsby-image": "^2.0.39", "gatsby-plugin-catch-links": "^2.0.13", "gatsby-plugin-google-analytics": "^2.0.18", - "gatsby-plugin-manifest": "^2.0.24", + "gatsby-plugin-manifest": "^2.0.29", "gatsby-plugin-offline": "^2.0.25", - "gatsby-plugin-react-helmet": "^3.0.11", + "gatsby-plugin-react-helmet": "^3.0.12", "gatsby-plugin-sass": "^2.0.11", - "gatsby-plugin-sharp": "^2.0.31", - "gatsby-plugin-sitemap": "^2.0.10", + "gatsby-plugin-sharp": "^2.0.34", + "gatsby-plugin-sitemap": "^2.0.12", "gatsby-plugin-svgr": "^2.0.2", "gatsby-remark-autolink-headers": "^2.0.16", "gatsby-remark-component": "^1.1.3", @@ -43,21 +43,21 @@ "gatsby-remark-embed-video": "^1.7.1", "gatsby-remark-github": "^2.0.0", "gatsby-remark-images": "^3.0.10", - "gatsby-remark-prismjs": "^3.2.6", + "gatsby-remark-prismjs": "^3.2.8", "gatsby-remark-responsive-iframe": "^2.1.1", "gatsby-remark-smartypants": "^2.0.9", - "gatsby-source-filesystem": "^2.0.28", - "gatsby-source-graphql": "^2.0.15", + "gatsby-source-filesystem": "^2.0.29", + "gatsby-source-graphql": "^2.0.18", "gatsby-transformer-remark": "^2.3.8", - "gatsby-transformer-sharp": "^2.1.17", + "gatsby-transformer-sharp": "^2.1.18", "gatsby-transformer-xml": "^2.0.9", "gatsby-transformer-yaml": "^2.1.11", "giphy-js-sdk-core": "^1.0.6", "intersection-observer": "^0.5.1", "node-sass": "^4.11.0", "prismjs": "^1.16.0", - "react": "^16.8.5", - "react-dom": "^16.8.5", + "react": "^16.8.6", + "react-dom": "^16.8.6", "react-helmet": "^5.2.0", "react-scrollspy": "^3.4.0", "rehype-react": "^3.1.0", @@ -69,21 +69,21 @@ "swagger-client": "^3.8.25" }, "devDependencies": { - "@svgr/webpack": "^4.1.0", + "@svgr/webpack": "^4.2.0", "dotenv": "^7.0.0", - "eslint": "^5.15.3", + "eslint": "^5.16.0", "eslint-config-oceanprotocol": "^1.3.0", "eslint-config-prettier": "^4.1.0", "eslint-plugin-prettier": "^3.0.1", - "markdownlint-cli": "^0.14.1", + "markdownlint-cli": "^0.15.0", "npm-run-all": "^4.1.5", - "ora": "^3.2.0", - "prettier": "^1.16.4", + "ora": "^3.4.0", + "prettier": "^1.17.0", "prettier-stylelint": "^0.4.2", - "stylelint": "^10.0.0", + "stylelint": "^10.0.1", "stylelint-config-bigchaindb": "^1.2.1", - "stylelint-config-css-modules": "^1.3.0", - "stylelint-config-standard": "^18.2.0", + "stylelint-config-css-modules": "^1.4.0", + "stylelint-config-standard": "^18.3.0", "typedoc": "^0.14.2" }, "repository": {