fix: add gh-pages dependency to package.json and package-lock.json

This commit is contained in:
Dan Dobos
2025-10-21 08:44:55 +02:00
parent 6c98794216
commit 05f111327c
2 changed files with 21 additions and 36 deletions
+1 -3
View File
@@ -8,6 +8,7 @@
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1",
"gh-pages": "^6.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^9.2.0",
@@ -41,8 +42,5 @@
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"gh-pages": "^6.3.0"
}
}