mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-11 13:56:16 +00:00
chore: downgrade to latest of 34
This commit is contained in:
@@ -116,7 +116,7 @@
|
|||||||
"@types/winreg": "^1.2.36",
|
"@types/winreg": "^1.2.36",
|
||||||
"@types/ws": "^8.18.1",
|
"@types/ws": "^8.18.1",
|
||||||
"@vitejs/plugin-react": "^4.2.1",
|
"@vitejs/plugin-react": "^4.2.1",
|
||||||
"electron": "^35.7.5",
|
"electron": "^34.5.8",
|
||||||
"electron-builder": "^26.0.12",
|
"electron-builder": "^26.0.12",
|
||||||
"electron-vite": "^3.0.0",
|
"electron-vite": "^3.0.0",
|
||||||
"eslint": "^8.56.0",
|
"eslint": "^8.56.0",
|
||||||
|
|||||||
@@ -144,8 +144,6 @@ export function GameReviews({
|
|||||||
}
|
}
|
||||||
}, [objectId, userDetailsId, shop, game, onUserReviewedChange]);
|
}, [objectId, userDetailsId, shop, game, onUserReviewedChange]);
|
||||||
|
|
||||||
console.log("reviews", reviews);
|
|
||||||
|
|
||||||
const loadReviews = useCallback(
|
const loadReviews = useCallback(
|
||||||
async (reset = false) => {
|
async (reset = false) => {
|
||||||
if (!objectId) return;
|
if (!objectId) return;
|
||||||
@@ -440,8 +438,6 @@ export function GameReviews({
|
|||||||
});
|
});
|
||||||
}, [reviews]);
|
}, [reviews]);
|
||||||
|
|
||||||
console.log("reviews", reviews);
|
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="game-details__reviews-section">
|
<div className="game-details__reviews-section">
|
||||||
{showReviewPrompt &&
|
{showReviewPrompt &&
|
||||||
|
|||||||
@@ -4658,7 +4658,7 @@ electron-vite@^3.0.0:
|
|||||||
magic-string "^0.30.17"
|
magic-string "^0.30.17"
|
||||||
picocolors "^1.1.1"
|
picocolors "^1.1.1"
|
||||||
|
|
||||||
electron@^35.7.5:
|
electron@^35.2.1:
|
||||||
version "35.7.5"
|
version "35.7.5"
|
||||||
resolved "https://registry.yarnpkg.com/electron/-/electron-35.7.5.tgz#294a4aebb2ad2a884de730c410f2358d061e8d53"
|
resolved "https://registry.yarnpkg.com/electron/-/electron-35.7.5.tgz#294a4aebb2ad2a884de730c410f2358d061e8d53"
|
||||||
integrity sha512-dnL+JvLraKZl7iusXTVTGYs10TKfzUi30uEDTqsmTm0guN9V2tbOjTzyIZbh9n3ygUjgEYyo+igAwMRXIi3IPw==
|
integrity sha512-dnL+JvLraKZl7iusXTVTGYs10TKfzUi30uEDTqsmTm0guN9V2tbOjTzyIZbh9n3ygUjgEYyo+igAwMRXIi3IPw==
|
||||||
|
|||||||
Reference in New Issue
Block a user