diff options
author | Grégoire Aubert <gregoire.aubert@sonarsource.com> | 2019-03-22 15:44:30 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2019-03-29 09:44:59 +0100 |
commit | a289d7ab1248e465064129dc0e4b8d858fee2b79 (patch) | |
tree | 119c23be290e36e806aa8e288b4b35a7773dad50 | |
parent | 50a5072f5fde0214e9e5e99ad246e2f743b9ac46 (diff) | |
download | sonarqube-a289d7ab1248e465064129dc0e4b8d858fee2b79.tar.gz sonarqube-a289d7ab1248e465064129dc0e4b8d858fee2b79.zip |
Update sonar-docs gastby and clean before build
-rw-r--r-- | server/sonar-docs/package.json | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/server/sonar-docs/package.json b/server/sonar-docs/package.json index afea2a68bb5..0ff9c9a7f0e 100644 --- a/server/sonar-docs/package.json +++ b/server/sonar-docs/package.json @@ -6,35 +6,35 @@ "dependencies": { "@andrew-codes/gatsby-plugin-elasticlunr-search": "1.0.4", "classnames": "2.2.6", - "gatsby": "2.0.91", - "gatsby-plugin-layout": "1.0.11", - "gatsby-plugin-react-helmet": "3.0.5", - "gatsby-plugin-typescript": "2.0.3", - "gatsby-plugin-typography": "2.2.5", - "gatsby-remark-custom-blocks": "2.0.3", - "gatsby-source-filesystem": "2.0.16", - "gatsby-transformer-remark": "2.2.0", + "gatsby": "2.2.8", + "gatsby-plugin-layout": "1.0.13", + "gatsby-plugin-react-helmet": "3.0.10", + "gatsby-plugin-typescript": "2.0.11", + "gatsby-plugin-typography": "2.2.10", + "gatsby-remark-custom-blocks": "2.0.7", + "gatsby-source-filesystem": "2.0.28", + "gatsby-transformer-remark": "2.3.8", "lodash": "4.17.11", - "lunr": "2.3.5", - "react": "16.7.0", - "react-dom": "16.7.0", + "lunr": "2.3.6", + "react": "16.8.5", + "react-dom": "16.8.5", "react-helmet": "5.2.0", - "react-typography": "0.16.18", - "typography": "0.16.18" + "react-typography": "0.16.19", + "typography": "0.16.19" }, "devDependencies": { "@types/classnames": "2.2.7", - "@types/enzyme": "3.9.0", + "@types/enzyme": "3.9.1", "@types/jest": "24.0.11", - "@types/lodash": "4.14.119", - "@types/lunr": "2.3.0", - "@types/react": "16.7.18", - "@types/react-dom": "16.0.11", + "@types/lodash": "4.14.123", + "@types/lunr": "2.3.2", + "@types/react": "16.8.8", + "@types/react-dom": "16.8.3", "@types/react-helmet": "5.0.8", "@typescript-eslint/parser": "1.5.0", "babel-jest": "24.5.0", "enzyme": "3.9.0", - "enzyme-adapter-react-16": "1.10.0", + "enzyme-adapter-react-16": "1.11.2", "enzyme-to-json": "3.3.5", "eslint": "5.15.3", "eslint-config-sonarqube": "0.3.0", @@ -48,14 +48,14 @@ "graphql-code-generator": "0.5.2", "jest": "24.5.0", "prettier": "1.16.0", - "react-test-renderer": "16.6.0", + "react-test-renderer": "16.8.5", "remark": "10.0.1", "ts-jest": "24.0.0", "typescript": "3.3.3333", "unist-util-visit": "1.4.0" }, "scripts": { - "build": "yarn jest src/__tests__/ && gatsby build --prefix-paths", + "build": "gatsby clean && yarn jest src/__tests__/ && gatsby build --prefix-paths", "develop": "gatsby develop", "graphql-types": "gql-gen --url http://localhost:8000/___graphql --template typescript --out ./src/@types/graphql-types.d.ts", "test": "jest", |