We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae26b01 commit 2b61c01Copy full SHA for 2b61c01
2 files changed
.github/workflows/release.yml
@@ -23,7 +23,7 @@ jobs:
23
cache: 'npm'
24
25
- name: Install dependencies
26
- run: npm ci
+ run: npm ci --legacy-peer-deps
27
28
- name: Build project
29
run: npm run build
package.json
@@ -33,5 +33,9 @@
33
"typescript": "~5.9.3",
34
"typescript-eslint": "^8.46.4",
35
"vite": "^7.2.4"
36
+ },
37
+ "overrides": {
38
+ "react-helmet-async": {
39
+ "react": "$react"
40
}
41
0 commit comments