updated more dependencies

This commit is contained in:
DrMint 2022-02-17 23:03:22 +01:00
parent 3516d74967
commit 403106c48a
3 changed files with 302 additions and 585 deletions

863
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -8,24 +8,24 @@
"lint": "next lint"
},
"dependencies": {
"@fontsource/material-icons": "^4.5.0",
"@fontsource/material-icons-rounded": "^4.5.0",
"@fontsource/vollkorn": "^4.5.1",
"@fontsource/zen-maru-gothic": "^4.5.3",
"@fontsource/material-icons": "^4.5.2",
"@fontsource/material-icons-rounded": "^4.5.2",
"@fontsource/vollkorn": "^4.5.4",
"@fontsource/zen-maru-gothic": "^4.5.4",
"markdown-to-jsx": "^7.1.6",
"next": "^12.0.7",
"next": "^12.1.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-swipeable": "^6.2.0",
"turndown": "^7.1.1"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.0",
"@types/node": "16.11.6",
"@types/react": "17.0.34",
"eslint": "7.32.0",
"eslint-config-next": "12.0.2",
"tailwindcss": "^3.0.8",
"typescript": "4.4.4"
"@tailwindcss/typography": "^0.5.2",
"@types/node": "17.0.18",
"@types/react": "17.0.39",
"eslint": "8.9.0",
"eslint-config-next": "12.1.0",
"tailwindcss": "^3.0.23",
"typescript": "4.5.5"
}
}

View File

@ -444,7 +444,7 @@ export default function LibrarySlug(props: LibrarySlugProps): JSX.Element {
{content.attributes.scan_set.length > 0 ? (
<Button
href={`/content/${content.attributes.content.data.attributes.slug}/scans/`}
href={`/library/content/${content.attributes.content.data.attributes.slug}/scans/`}
>
{langui.library_item_view_scans}
</Button>
@ -454,7 +454,7 @@ export default function LibrarySlug(props: LibrarySlugProps): JSX.Element {
{content.attributes.content.data ? (
<Button
href={`/content/${content.attributes.content.data.attributes.slug}`}
href={`/library/content/${content.attributes.content.data.attributes.slug}`}
>
{langui.library_item_open_content}
</Button>