This commit is contained in:
@@ -25,8 +25,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: |
|
run: |
|
||||||
npm install --legacy-peer-deps
|
npm install --legacy-peer-deps --force
|
||||||
npm install -g gatsby-cli@latest
|
npm install -g gatsby-cli
|
||||||
|
|
||||||
- name: Clean Gatsby cache
|
- name: Clean Gatsby cache
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
10
package.json
10
package.json
@@ -16,7 +16,10 @@
|
|||||||
"yet-another-react-lightbox": "^3.15.6",
|
"yet-another-react-lightbox": "^3.15.6",
|
||||||
"@fortawesome/fontawesome-svg-core": "^6.5.1",
|
"@fortawesome/fontawesome-svg-core": "^6.5.1",
|
||||||
"@fortawesome/free-solid-svg-icons": "^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": [
|
"keywords": [
|
||||||
"gatsby"
|
"gatsby"
|
||||||
@@ -34,5 +37,10 @@
|
|||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=18.0.0"
|
"node": ">=18.0.0"
|
||||||
|
},
|
||||||
|
"resolutions": {
|
||||||
|
"ajv": "^8.12.0",
|
||||||
|
"ajv-keywords": "^5.1.0",
|
||||||
|
"schema-utils": "^4.2.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user