|
14 | 14 | "format": "prettier --write src/**/*.js gatsby-*.js", |
15 | 15 | "build": "gatsby build --prefix-paths", |
16 | 16 | "serve-build": "gatsby serve --prefix-paths", |
| 17 | + "prepare": "husky install", |
17 | 18 | "update-icons": "git submodule update --init --remote && node scripts/createIconTypes.js && node scripts/createIconNames.js", |
18 | 19 | "build-pdf": "docker-compose -f docker/docker-compose.build-pdf.yaml run --rm --entrypoint scripts/pdf/generate_pdf.py pdf-builder", |
19 | 20 | "build-all-pdfs": "for i in product_docs/docs/**/*/ ; do echo \"$i\"; yarn build-pdf ${i%} || exit 1; done", |
|
23 | 24 | "heroku-postbuild": "gatsby build", |
24 | 25 | "build-legacy-redirects-nginx": "gatsby clean && gatsby build --prefix-paths && python3 scripts/legacy_redirects/clean_up_output.py" |
25 | 26 | }, |
26 | | - "husky": { |
27 | | - "hooks": { |
28 | | - "pre-commit": "pretty-quick --staged --pattern 'src/**/*.js' --pattern 'gatsby-*.js'" |
29 | | - } |
30 | | - }, |
31 | 27 | "dependencies": { |
32 | 28 | "@mdx-js/mdx": "^1.6.1", |
33 | 29 | "@mdx-js/react": "^1.6.1", |
34 | 30 | "algoliasearch": "^4.2.0", |
35 | 31 | "balance-text": "^3.3.0", |
36 | | - "bl": "4.0.3", |
| 32 | + "bl": "4.1.0", |
37 | 33 | "bootstrap": "4.6.0", |
38 | | - "gatsby": "^2.31.1", |
39 | | - "gatsby-cli": "^2.12.93", |
40 | | - "gatsby-image": "^2.4.1", |
41 | | - "gatsby-plugin-algolia": "^0.16.3", |
42 | | - "gatsby-plugin-catch-links": "^2.6.0", |
| 34 | + "gatsby": "^3.1.0", |
| 35 | + "gatsby-cli": "^3.1.0", |
| 36 | + "gatsby-plugin-algolia": "^0.17.0", |
| 37 | + "gatsby-plugin-catch-links": "^3.0.0", |
43 | 38 | "gatsby-plugin-google-fonts": "^1.0.1", |
44 | | - "gatsby-plugin-google-tagmanager": "^2.10.0", |
45 | | - "gatsby-plugin-manifest": "^2.4.10", |
46 | | - "gatsby-plugin-mdx": "^1.2.6", |
| 39 | + "gatsby-plugin-google-tagmanager": "^3.0.0", |
| 40 | + "gatsby-plugin-manifest": "^3.0.0", |
| 41 | + "gatsby-plugin-mdx": "^2.0.1", |
47 | 42 | "gatsby-plugin-meta-redirect": "^1.1.1", |
48 | | - "gatsby-plugin-netlify": "^2.3.13", |
| 43 | + "gatsby-plugin-netlify": "^3.0.1", |
49 | 44 | "gatsby-plugin-nginx-redirect": "^0.0.11", |
50 | | - "gatsby-plugin-react-helmet": "^3.3.1", |
| 45 | + "gatsby-plugin-react-helmet": "^4.0.0", |
51 | 46 | "gatsby-plugin-react-svg": "^3.0.0", |
52 | 47 | "gatsby-plugin-remove-fingerprints": "^0.0.2", |
53 | | - "gatsby-plugin-sass": "^3.1.0", |
54 | | - "gatsby-plugin-sharp": "^2.13.2", |
55 | | - "gatsby-plugin-sitemap": "^2.4.13", |
56 | | - "gatsby-remark-autolink-headers": "^2.3.1", |
57 | | - "gatsby-remark-images": "^3.10.0", |
58 | | - "gatsby-remark-prismjs": "^3.5.4", |
59 | | - "gatsby-source-filesystem": "^2.3.1", |
60 | | - "gatsby-transformer-json": "^2.4.3", |
61 | | - "gatsby-transformer-remark": "^2.8.15", |
62 | | - "gatsby-transformer-sharp": "^2.5.1", |
| 48 | + "gatsby-plugin-sass": "^4.0.2", |
| 49 | + "gatsby-plugin-sharp": "^3.0.1", |
| 50 | + "gatsby-plugin-sitemap": "^3.0.0", |
| 51 | + "gatsby-remark-autolink-headers": "^3.0.0", |
| 52 | + "gatsby-remark-images": "4.0.0", |
| 53 | + "gatsby-remark-prismjs": "^4.0.0", |
| 54 | + "gatsby-source-filesystem": "^3.0.0", |
| 55 | + "gatsby-transformer-json": "^3.0.0", |
| 56 | + "gatsby-transformer-remark": "^3.0.0", |
| 57 | + "gatsby-transformer-sharp": "^3.0.0", |
63 | 58 | "graceful-fs": "^4.2.4", |
64 | 59 | "is-absolute-url": "^3.0.3", |
65 | 60 | "markdown-to-jsx": "^7.0.0", |
|
77 | 72 | "fast-glob": "^3.2.5", |
78 | 73 | "hast-util-is-element": "^1.1.0", |
79 | 74 | "hast-util-to-text": "^2.0.1", |
80 | | - "husky": "^4.3.5", |
| 75 | + "husky": "^5.1.3", |
81 | 76 | "prettier": "^2.2.1", |
82 | 77 | "pretty-quick": "^3.1.0", |
83 | 78 | "react-refresh": "^0.9.0", |
|
88 | 83 | "remark-frontmatter": "^2.0.0", |
89 | 84 | "remark-mdx": "^1.6.22", |
90 | 85 | "remark-stringify": "^8.1.1", |
| 86 | + "semver-compare": "^1.0.0", |
91 | 87 | "to-vfile": "^6.1.0", |
92 | 88 | "typescript": "^4.1.3" |
93 | 89 | }, |
|
0 commit comments