Skip to content

Commit

Permalink
deps(docusaurus): Update to v2.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Sep 27, 2022
1 parent 0607d6e commit 085504b
Show file tree
Hide file tree
Showing 5 changed files with 1,371 additions and 1,179 deletions.
15 changes: 5 additions & 10 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
"serve": "docusaurus serve"
},
"dependencies": {
"@docusaurus/core": "2.0.0-beta.17",
"@docusaurus/module-type-aliases": "2.0.0-beta.17",
"@docusaurus/preset-classic": "2.0.0-beta.17",
"@docusaurus/core": "^2.1.0",
"@docusaurus/module-type-aliases": "^2.1.0",
"@docusaurus/preset-classic": "^2.1.0",
"@mdx-js/react": "^1.6.22",
"clsx": "^1.1.1",
"docusaurus-plugin-typedoc-api": "^1.9.0",
"docusaurus-plugin-typedoc-api": "^2.4.0",
"emojibase": "^6.1.0",
"lodash": "^4.17.21",
"react": "^17.0.2",
Expand All @@ -25,7 +25,7 @@
},
"devDependencies": {
"@types/lodash": "^4.14.179",
"@types/react": "^17.0.39"
"@types/react": "^17.0.50"
},
"browserslist": {
"production": [
Expand All @@ -38,10 +38,5 @@
"last 1 firefox version",
"last 1 safari version"
]
},
"tsconfig": {
"compilerOptions": {
"resolveJsonModule": true
}
}
}
1 change: 1 addition & 0 deletions website/src/pages/emojis.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export default function EmojiList() {
}, []);

return (
// @ts-expect-error Invalid types
<Layout description="Table of all emojis across any supported locale." title="Emoji table">
<main className="table-container">
<h2>Emoji table</h2>
Expand Down
1 change: 1 addition & 0 deletions website/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ export default function Home() {
const { siteConfig } = context;

return (
// @ts-expect-error Invalid types
<Layout description={siteConfig.tagline} title="Spec compliant emoji datasets">
<header className={clsx('hero hero--primary', styles.heroBanner)}>
<div className="container">
Expand Down
1 change: 1 addition & 0 deletions website/src/pages/shortcodes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ export default function ShortcodesTable() {

return (
<Layout
// @ts-expect-error Invalid types
description="Table of all shortcodes for every emoji character."
title="Shortcodes table"
>
Expand Down
Loading

0 comments on commit 085504b

Please sign in to comment.