|
38 | 38 | "gatsby-plugin-netlify": "^5.1.0",
|
39 | 39 | "gatsby-plugin-react-helmet": "^6.4.0",
|
40 | 40 | "gatsby-plugin-react-helmet-canonical-urls": "^1.4.0",
|
41 |
| - "gatsby-plugin-react-svg": "^3.1.0", |
42 |
| - "gatsby-plugin-robots-txt": "^1.7.1", |
43 |
| - "gatsby-plugin-sharp": "^4.21.0", |
44 |
| - "gatsby-plugin-sitemap": "^5.21.0", |
| 41 | + "gatsby-plugin-react-svg": "^3.3.0", |
| 42 | + "gatsby-plugin-robots-txt": "^1.8.0", |
| 43 | + "gatsby-plugin-sharp": "^5.4.0", |
| 44 | + "gatsby-plugin-sitemap": "^6.4.0", |
45 | 45 | "gatsby-remark-autolink-headers": "^5.21.0",
|
46 | 46 | "gatsby-remark-copy-linked-files": "^5.21.0",
|
47 | 47 | "gatsby-remark-images": "^6.21.0",
|
|
105 | 105 | "crowdin-import": "ts-node src/scripts/crowdin-import.ts",
|
106 | 106 | "format": "prettier --write \"**/*.{js,jsx,json,md}\"",
|
107 | 107 | "markdown-checker": "node src/scripts/markdown-checker.js",
|
108 |
| - "generate-heading-ids": "ts-node --esm src/scripts/generateHeadingIds.mts", |
| 108 | + "generate-heading-ids": "ts-node -O '{ \"module\": \"commonjs\" }' src/scripts/generateHeadingIds.ts", |
109 | 109 | "start": "gatsby develop",
|
110 | 110 | "start:lambda": "netlify-lambda serve src/lambda",
|
111 | 111 | "start:static": "gatsby build && gatsby serve",
|
|
0 commit comments