updated
All checks were successful
My Gatsby Deployment pipeline / build (push) Successful in 1m40s

This commit is contained in:
2025-03-15 23:24:01 +01:00
parent fd5c94254a
commit 346e392c5b
2 changed files with 11 additions and 3 deletions

View File

@@ -25,8 +25,8 @@ jobs:
- name: Install Dependencies
run: |
npm install --legacy-peer-deps
npm install -g gatsby-cli@latest
npm install --legacy-peer-deps --force
npm install -g gatsby-cli
- name: Clean Gatsby cache
run: |

View File

@@ -16,7 +16,10 @@
"yet-another-react-lightbox": "^3.15.6",
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0"
"@fortawesome/react-fontawesome": "^0.2.0",
"ajv": "^8.12.0",
"ajv-keywords": "^5.1.0",
"schema-utils": "^4.2.0"
},
"keywords": [
"gatsby"
@@ -34,5 +37,10 @@
},
"engines": {
"node": ">=18.0.0"
},
"resolutions": {
"ajv": "^8.12.0",
"ajv-keywords": "^5.1.0",
"schema-utils": "^4.2.0"
}
}