fix(deps): update gatsby, remove ignore scripts due to sharp install error

This commit is contained in:
s
2025-12-13 19:24:26 +01:00
parent 4a30ce77db
commit eda6c62f03
4 changed files with 2020 additions and 1921 deletions

2
.npmrc
View File

@@ -1 +1 @@
ignore-scripts=true
legacy-peer-deps=true

2
.nvmrc
View File

@@ -1 +1 @@
v14.17.0
v20.19.6

3907
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -18,26 +18,26 @@
},
"dependencies": {
"@browniebroke/gatsby-image-gallery": "^8.2.0",
"@mdx-js/mdx": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@mdx-js/mdx": "^3.1.1",
"@mdx-js/react": "^3.1.1",
"babel-plugin-styled-components": "^2.1.4",
"gatsby": "^5.13.6",
"gatsby": "^5.15.0",
"gatsby-plugin-google-analytics": "^5.13.1",
"gatsby-plugin-google-fonts": "^1.0.1",
"gatsby-plugin-image": "^3.13.1",
"gatsby-plugin-image": "^3.15.0",
"gatsby-plugin-local-search": "^2.0.1",
"gatsby-plugin-manifest": "^5.13.1",
"gatsby-plugin-matomo": "0.16.2",
"gatsby-plugin-react-helmet": "^6.13.1",
"gatsby-plugin-sharp": "^5.13.1",
"gatsby-plugin-sitemap": "^6.13.1",
"gatsby-plugin-styled-components": "^6.13.1",
"gatsby-plugin-manifest": "^5.15.0",
"gatsby-plugin-matomo": "^0.17.0",
"gatsby-plugin-react-helmet": "^6.15.0",
"gatsby-plugin-sharp": "^5.15.0",
"gatsby-plugin-sitemap": "^6.15.0",
"gatsby-plugin-styled-components": "^6.15.0",
"gatsby-remark-embed-video": "^3.2.1",
"gatsby-remark-images": "^7.13.1",
"gatsby-remark-responsive-iframe": "^6.13.1",
"gatsby-source-filesystem": "^5.13.1",
"gatsby-transformer-remark": "^6.13.1",
"gatsby-transformer-sharp": "^5.13.1",
"gatsby-remark-images": "^7.15.0",
"gatsby-remark-responsive-iframe": "^6.15.0",
"gatsby-source-filesystem": "^5.15.0",
"gatsby-transformer-remark": "^6.15.0",
"gatsby-transformer-sharp": "^5.15.0",
"nostr-tools": "^2.7.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",