Skip to content

Commit 05d4614

Browse files
committed
update deps & use ts file instead of mts
1 parent c8aed89 commit 05d4614

File tree

3 files changed

+58
-348
lines changed

3 files changed

+58
-348
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@
3838
"gatsby-plugin-netlify": "^5.1.0",
3939
"gatsby-plugin-react-helmet": "^6.4.0",
4040
"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",
4545
"gatsby-remark-autolink-headers": "^5.21.0",
4646
"gatsby-remark-copy-linked-files": "^5.21.0",
4747
"gatsby-remark-images": "^6.21.0",
@@ -105,7 +105,7 @@
105105
"crowdin-import": "ts-node src/scripts/crowdin-import.ts",
106106
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
107107
"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",
109109
"start": "gatsby develop",
110110
"start:lambda": "netlify-lambda serve src/lambda",
111111
"start:static": "gatsby build && gatsby serve",

0 commit comments

Comments
 (0)