mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-21 01:53:26 +00:00
Update next to 14.0.4
This commit is contained in:
+1
-1
@@ -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",
|
||||
|
||||
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user