updated more dependencies
This commit is contained in:
parent
3516d74967
commit
403106c48a
File diff suppressed because it is too large
Load Diff
24
package.json
24
package.json
|
@ -8,24 +8,24 @@
|
||||||
"lint": "next lint"
|
"lint": "next lint"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@fontsource/material-icons": "^4.5.0",
|
"@fontsource/material-icons": "^4.5.2",
|
||||||
"@fontsource/material-icons-rounded": "^4.5.0",
|
"@fontsource/material-icons-rounded": "^4.5.2",
|
||||||
"@fontsource/vollkorn": "^4.5.1",
|
"@fontsource/vollkorn": "^4.5.4",
|
||||||
"@fontsource/zen-maru-gothic": "^4.5.3",
|
"@fontsource/zen-maru-gothic": "^4.5.4",
|
||||||
"markdown-to-jsx": "^7.1.6",
|
"markdown-to-jsx": "^7.1.6",
|
||||||
"next": "^12.0.7",
|
"next": "^12.1.0",
|
||||||
"react": "17.0.2",
|
"react": "17.0.2",
|
||||||
"react-dom": "17.0.2",
|
"react-dom": "17.0.2",
|
||||||
"react-swipeable": "^6.2.0",
|
"react-swipeable": "^6.2.0",
|
||||||
"turndown": "^7.1.1"
|
"turndown": "^7.1.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@tailwindcss/typography": "^0.5.0",
|
"@tailwindcss/typography": "^0.5.2",
|
||||||
"@types/node": "16.11.6",
|
"@types/node": "17.0.18",
|
||||||
"@types/react": "17.0.34",
|
"@types/react": "17.0.39",
|
||||||
"eslint": "7.32.0",
|
"eslint": "8.9.0",
|
||||||
"eslint-config-next": "12.0.2",
|
"eslint-config-next": "12.1.0",
|
||||||
"tailwindcss": "^3.0.8",
|
"tailwindcss": "^3.0.23",
|
||||||
"typescript": "4.4.4"
|
"typescript": "4.5.5"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -444,7 +444,7 @@ export default function LibrarySlug(props: LibrarySlugProps): JSX.Element {
|
||||||
|
|
||||||
{content.attributes.scan_set.length > 0 ? (
|
{content.attributes.scan_set.length > 0 ? (
|
||||||
<Button
|
<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}
|
{langui.library_item_view_scans}
|
||||||
</Button>
|
</Button>
|
||||||
|
@ -454,7 +454,7 @@ export default function LibrarySlug(props: LibrarySlugProps): JSX.Element {
|
||||||
|
|
||||||
{content.attributes.content.data ? (
|
{content.attributes.content.data ? (
|
||||||
<Button
|
<Button
|
||||||
href={`/content/${content.attributes.content.data.attributes.slug}`}
|
href={`/library/content/${content.attributes.content.data.attributes.slug}`}
|
||||||
>
|
>
|
||||||
{langui.library_item_open_content}
|
{langui.library_item_open_content}
|
||||||
</Button>
|
</Button>
|
||||||
|
|
Loading…
Reference in New Issue