Upgraded dependencies, bumped to Node 24.

This commit is contained in:
2026-07-12 05:27:14 +02:00
parent 2d4786a4fd
commit d745b10d24
181 changed files with 18720 additions and 23134 deletions

View File

@@ -1,11 +1,11 @@
import { render } from 'vike/abort'; /* eslint-disable-line import/extensions */
import { render } from 'vike/abort';
import { fetchUser } from '#/src/users.js';
import { fetchUserKeys } from '#/src/auth.js';
import { fetchUserStashes } from '#/src/stashes.js';
import { fetchAlerts } from '#/src/alerts.js';
import { fetchSceneRevisions } from '#/src/scenes.js';
import { fetchActorRevisions } from '#/src/actors.js';
import { fetchAlerts } from '#/src/alerts.js';
import { fetchUserKeys } from '#/src/auth.js';
import { fetchSceneRevisions } from '#/src/scenes.js';
import { fetchUserStashes } from '#/src/stashes.js';
import { fetchUser } from '#/src/users.js';
async function fetchRevisions(pageContext) {
if (pageContext.routeParams.username !== pageContext.user?.username) {