|
28 | 28 | "ethereum-blockies-base64": "^1.0.2",
|
29 | 29 | "focus-trap-react": "^10.0.0",
|
30 | 30 | "framer-motion": "^6.5.1",
|
31 |
| - "gatsby": "^4.21.1", |
32 |
| - "gatsby-plugin-emotion": "^7.19.0", |
33 |
| - "gatsby-plugin-gatsby-cloud": "^4.20.0", |
34 |
| - "gatsby-plugin-image": "^2.21.0", |
35 |
| - "gatsby-plugin-manifest": "^4.21.0", |
36 |
| - "gatsby-plugin-matomo": "^0.9.0", |
| 31 | + "gatsby": "^5.4.1", |
| 32 | + "gatsby-plugin-emotion": "^8.4.0", |
| 33 | + "gatsby-plugin-gatsby-cloud": "^5.4.0", |
| 34 | + "gatsby-plugin-image": "^3.4.0", |
| 35 | + "gatsby-plugin-manifest": "^5.4.0", |
| 36 | + "gatsby-plugin-matomo": "^0.14.0", |
37 | 37 | "gatsby-plugin-mdx": "^3.0.0",
|
38 |
| - "gatsby-plugin-netlify": "^5.0.1", |
39 |
| - "gatsby-plugin-react-helmet": "^5.0.0", |
| 38 | + "gatsby-plugin-netlify": "^5.1.0", |
| 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",
|
48 | 48 | "gatsby-remark-reading-time": "^1.1.0",
|
49 |
| - "gatsby-source-filesystem": "^4.21.1", |
| 49 | + "gatsby-source-filesystem": "^5.4.0", |
50 | 50 | "gatsby-theme-i18n": "^3.0.0",
|
51 | 51 | "gatsby-theme-i18n-react-intl": "^3.0.0",
|
52 |
| - "gatsby-transformer-csv": "^4.0.0", |
| 52 | + "gatsby-transformer-csv": "^5.4.0", |
53 | 53 | "gatsby-transformer-gitinfo": "^1.1.0",
|
54 |
| - "gatsby-transformer-json": "^4.11.0", |
55 |
| - "gatsby-transformer-remark": "^5.25.1", |
56 |
| - "gatsby-transformer-sharp": "^4.21.0", |
| 54 | + "gatsby-transformer-json": "^5.4.0", |
| 55 | + "gatsby-transformer-remark": "^6.4.0", |
| 56 | + "gatsby-transformer-sharp": "^5.4.0", |
57 | 57 | "is-relative-url": "^3.0.0",
|
58 | 58 | "lodash": "^4.17.21",
|
59 | 59 | "luxon": "^1.28.1",
|
|
110 | 110 | },
|
111 | 111 | "scripts": {
|
112 | 112 | "build": "gatsby build",
|
113 |
| - "build:lambda": "netlify-lambda build src/lambda --config=./webpack.lambda.js", |
| 113 | + "build:lambda": "NODE_OPTIONS=--openssl-legacy-provider netlify-lambda build src/lambda --config=./webpack.lambda.js", |
114 | 114 | "build:10gb": "NODE_OPTIONS=--max-old-space-size=10240 gatsby build",
|
115 | 115 | "clean": "gatsby clean",
|
116 | 116 | "crowdin-clean": "rm -rf .crowdin && mkdir .crowdin",
|
117 | 117 | "crowdin-import": "ts-node src/scripts/crowdin-import.ts",
|
118 | 118 | "format": "prettier --write \"**/*.{js,jsx,json,md}\"",
|
119 | 119 | "markdown-checker": "node src/scripts/markdown-checker.js",
|
120 |
| - "generate-heading-ids": "ts-node --esm src/scripts/generateHeadingIds.mts", |
| 120 | + "generate-heading-ids": "ts-node -O '{ \"module\": \"commonjs\" }' src/scripts/generateHeadingIds.ts", |
121 | 121 | "start": "gatsby develop",
|
122 | 122 | "start:lambda": "netlify-lambda serve src/lambda",
|
123 | 123 | "start:static": "gatsby build && gatsby serve",
|
|
132 | 132 | }
|
133 | 133 | },
|
134 | 134 | "volta": {
|
135 |
| - "node": "16.15.0", |
| 135 | + "node": "18.13.0", |
136 | 136 | "npm": "8.5.5",
|
137 | 137 | "yarn": "1.22.18"
|
138 | 138 | }
|
|
0 commit comments