Update next to 14.0.4

This commit is contained in:
Samy Pessé
2023-12-10 23:07:41 +01:00
parent 0d15b052ab
commit cf925fd21c
3 changed files with 2 additions and 2 deletions
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -24,7 +24,7 @@
"bun-types": "^1.0.7",
"jsontoxml": "^1.0.1",
"katex": "^0.16.9",
"next": "^14.0.3",
"next": "^14.0.4",
"react": "^18",
"react-dom": "^18",
"react-hotkeys-hook": "^4.4.1",
+1 -1
View File
@@ -3,7 +3,7 @@ import { notFound, redirect } from 'next/navigation';
import { SpaceContent } from '@/components/SpaceContent';
import { getDocument } from '@/lib/api';
import { PageHrefContext, absoluteHref, baseUrl, pageHref } from '@/lib/links';
import { PageHrefContext, baseUrl, pageHref } from '@/lib/links';
import { getPagePath } from '@/lib/pages';
import { PagePathParams, fetchPageData, getPathnameParam } from '../fetch';