+
EyeACT
@@ -37,7 +57,7 @@ export default function Header() {
diff --git a/src/pages/index.tsx b/src/pages/index.tsx
index 5b187d3..be7b511 100644
--- a/src/pages/index.tsx
+++ b/src/pages/index.tsx
@@ -1,8 +1,11 @@
/* eslint-disable @next/next/no-img-element */
import { SkipNavContent, SkipNavLink } from '@chakra-ui/skip-nav';
import dayjs from 'dayjs';
+import { motion } from 'framer-motion';
import fs from 'fs';
import matter from 'gray-matter';
+import Image from 'next/image';
+import Link from 'next/link';
import ImageWithCredit from '@/components/images/ImageWithCredit';
import Layout from '@/components/layout/Layout';
@@ -29,6 +32,78 @@ const HomePage: React.FC
= ({ slug, frontMatter }) => {
type,
} = frontMatter;
+ const fadeInVariants = {
+ hidden: { opacity: 0, y: 20 },
+ show: (i: any) => ({
+ opacity: 1,
+ y: 0,
+ transition: { delay: i * 0.2, duration: 0.5 },
+ }),
+ };
+
+ const cardData = [
+ {
+ id: 1,
+ title: 'Vitae a ante hac volutpat',
+ items: [
+ 'Lacus suspendisse hac massa',
+ 'Laoreet himenaeos',
+ 'Laoreet himenaeos ridiculus dapibus',
+ 'Laoreet himenaeos ridiculus dapibus',
+ 'Laoreet himenaeos ridiculus dapibus',
+ ],
+ imgSrc:
+ 'https://images.unsplash.com/photo-1532187863486-abf9dbad1b69?fm=jpg&q=60&w=3000&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D',
+ },
+ {
+ id: 2,
+ title: 'Montes orci',
+ items: [
+ 'Laoreet himenaeos ridiculus dapibus',
+ 'Laoreet himenaeos ridiculus dapibus',
+ 'Laoreet himenaeos ridiculus dapibus',
+ 'Laoreet himenaeos ridiculus dapibus',
+ 'Laoreet himenaeos ridiculus dapibus',
+ ],
+ imgSrc:
+ 'https://images.unsplash.com/photo-1579684385127-1ef15d508118?fm=jpg&q=60&w=3000&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D',
+ },
+ {
+ id: 3,
+ title: 'Vivamus id',
+ items: [
+ 'Laoreet himenaeos ridiculus dapibus',
+ 'Laoreet himenaeos ridiculus dapibus',
+ 'Laoreet himenaeos ridiculus dapibus',
+ 'Laoreet himenaeos ridiculus dapibus',
+ 'Laoreet himenaeos ridiculus dapibus',
+ ],
+ imgSrc:
+ 'https://images.unsplash.com/photo-1524499982521-1ffd58dd89ea?fm=jpg&q=60&w=3000&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D',
+ },
+ ];
+
+ const checkData = [
+ {
+ id: 1,
+ title: 'Dolor maecenas inceptos',
+ description:
+ 'Nisl metus per posuere auctor tellus. Sapien hac dolor lobortis, senectus himenaeos lobortis tempus. Porttitor dolor mattis a eget pulvinar eleifend ultricies.',
+ },
+ {
+ id: 2,
+ title: 'Vestibulum curabitur',
+ description:
+ 'Tellus platea tellus nisi morbi gravida. Est platea augue a primis nullam, ac vehicula tincidunt.',
+ },
+ {
+ id: 3,
+ title: 'Urna molestie vestibulum',
+ description:
+ 'Dui metus sociosqu sem amet quisque sagittis ex. Nostra tristique finibus nunc mattis ultrices vulputate suspendisse. Porta dignissim sodales conubia, iaculis odio vitae varius. Aliquet metus facilisis luctus fusce luctus porttitor.',
+ },
+ ];
+
return (
<>
Skip to content
@@ -39,50 +114,59 @@ const HomePage: React.FC = ({ slug, frontMatter }) => {
-
-
-
-
- Sed quidem sapiente cum sint saepe non doloremque velit qui
- veniam praesentium aut repudiandae laboriosam id autem
- facilis.
-
-
-
- Non sunt consequuntur non autem numquam qui accusamus saepe et
- rerum mollitia rem recusandae assumenda
-
-
-
-
-
-
- Non sunt consequuntur non autem numquam
-
-
- Rerum mollitia rem recusandae assumenda
-
-
+
+
+ {/* Left Text Section */}
+
+
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed
+ do eiusmod tempor incididunt ut labore et dolore magna aliqua
+
+
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed
+ do eiusmod tempor incididunt ut labore et dolore magna aliqua.
+ Ut enim ad minim veniam.{' '}
+
+ Dapibus in amet
+ {' '}
+ adipiscing varius vivamus fames. Tellus pellentesque justo
+ laoreet suscipit dolor porttitor.
+
+
- Qui accusamus saepe
+ Dapibus in amet
-
+
-
+ {/*
@@ -112,10 +196,88 @@ const HomePage: React.FC = ({ slug, frontMatter }) => {
/>
+ */}
+
+
+
+
+ Risus interdum
+
+
+ Lectus eleifend malesuada ut orci nulla placerat ultrices
+ volutpat lobortis. Posuere faucibus ligula pretium morbi
+ ultrices, mus mus rhoncus conubia. Maecenas primis mattis nibh
+ maecenas euismod tempus ante euismod. Consequat venenatis
+ hendrerit purus nascetur primis efficitur. Facilisi sem
+ convallis volutpat facilisis quam magna aptent
+
+
+
+ {cardData.map((entry, i) => (
+
+
+
+
+ {`0${entry.id}`}
+
+ {entry.title}
+
+
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit.
+ Sed do eiusmod tempor incididunt ut labore et dolore
+ magna aliqua.
+
+
+ Learn More
+ →
+
+ {/*
+ {entry.items.map((item, idx) => (
+ - {item}
+ ))}
+
*/}
+
+
+ ))}
+
+
-
-
+
+
Lorem ipsum dolor sit amet.
@@ -132,7 +294,7 @@ const HomePage: React.FC = ({ slug, frontMatter }) => {
-
+
Lorem ipsum dolor sit amet
@@ -144,11 +306,18 @@ const HomePage: React.FC = ({ slug, frontMatter }) => {
alt='lorem ipsum'
/>
-
+
-
-
+
+
Lorem ipsum dolor sit amet.
@@ -176,6 +345,131 @@ const HomePage: React.FC = ({ slug, frontMatter }) => {
author='lorem ipsum'
/>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1
+
+
+ Duis aute irure
+
+
+
+ - Consectetur adipiscing
+ - Sed do eiusmod
+ - Laboris nisi
+ - Laboris nisi
+
+
+
+ {/* Connector */}
+ {/*
*/}
+
+ {/* Step 2: Data Exchange */}
+
+
+
+ 2
+
+
+ Duis aute irure
+
+
+
+ - Dolor sit amet
+ - Dolor sit amet
+ - Dolor sit amet
+
+
+
+
+
+
+
+
+
+
+ Lorem ipsum odor amet
+
+
+ {checkData.map((trust) => (
+
+
+
+ Iaculis scelerisque
+
+
+ ✓
+
+
+
+ {trust.title}
+
+ {trust.description}
+
+ ))}
+
diff --git a/src/pages/publications/content.md b/src/pages/publications/content.md
new file mode 100644
index 0000000..5fdbfe3
--- /dev/null
+++ b/src/pages/publications/content.md
@@ -0,0 +1,31 @@
+# Publications
+
+## Journal Articles
+
+- AI-READI Consortium. (2024). AI-READI: rethinking AI data collection, preparation and sharing in diabetes research and beyond. Nature Metabolism.
+
+### Preprints
+
+- Timothy Clark, Harry Caufield, Jillian A. Parker, Sadnan Al Manir, Edilberto Amorim, James Eddy, Nayoon Gim, Brian Gow, Wesley Goar, Melissa Haendel, Jan N. Hansen, Nomi Harris, Henning Hermjakob, Marcin Joachimiak, Gianna Jordan, In-Hee Lee, Shannon K. McWeeney, Camille Nebeker, Milen Nikolov, Jamie Shaffer, Nathan Sheffield, Gloria Sheynkman, James Stevenson, Jake Y. Chen, Chris Mungall, Alex Wagner, Sek Won Kong, Satrajit S. Ghosh, Bhavesh Patel, Andrew Williams, Monica C. Munoz-Torres. (2024). AI-readiness for Biomedical Data: Bridge2AI Recommendations. bioRxiv.
+
+## Reports
+
+- Lee, A., Owen, J., Patel, B., Nebeker, C., Lee, C., Zangwill, L., Hurst, S., Singer, S., Li-Pook-Than, J., & Matthews, D. (2024). AI-READI Code of Conduct (2.0). Zenodo. [https://zenodo.org/records/13328255](https://zenodo.org/records/13328255)
+- Contreras, J., Evans, B., Hurst, S., Patel, B., Mcweeney, S., Lee, C., & Lee, A. (2024). License terms for reusing the AI-READI dataset (1.0). Zenodo. [https://doi.org/10.5281/zenodo.10642459](https://doi.org/10.5281/zenodo.10642459)
+- Lee, A., Owen, J., Patel, B., Nebeker, C., Lee, C., Zangwill, L., Hurst, S., & Singer, S. (2023). AI-READI Steering Committee Charter (1.0). Zenodo. [https://doi.org/10.5281/zenodo.7641684](https://doi.org/10.5281/zenodo.7641684)
+- Patel, B., Soundarajan, S., McWeeney, S., Cordier, B. A., & Benton, E. S. (2022). Software Development Best Practices of the AI-READI Project (v1.0.0). Zenodo. [https://doi.org/10.5281/zenodo.7363102](https://doi.org/10.5281/zenodo.7363102)
+
+## Posters
+
+- Patel, B., Soundarajan, S., Gasimova, A., Gim, N., Shaffer, J., & Lee, A. (2024). Clinical Dataset Structure: A Universal Standard for Structuring Clinical Research Data and Metadata (Poster) (1.0.0). Zenodo. [https://doi.org/10.5281/zenodo.13984769](https://doi.org/10.5281/zenodo.13984769)
+
+## Software
+
+- FAIRhub study management platform. (started 2022). [https://github.com/AI-READI/fairhub-app](https://github.com/AI-READI/fairhub-app) (Development status: Active)
+- FAIRhub data portal. (started 2022). [https://github.com/AI-READI/fairhub-portal](https://github.com/AI-READI/fairhub-portal) (Development status: Active)
+- pyfairdatatools. (started 2022). [https://github.com/AI-READI/pyfairdatatools](https://github.com/AI-READI/pyfairdatatools) (Development status: Active)
+
+## Webinars/Lectures
+
+- Lee, C., Patel, B., & Baxter, S. (2024). Introduction to AI-READI, Studying Salutogenesis in T2DM (dkNET Presentation) (1.0.0). Zenodo. [https://doi.org/10.5281/zenodo.13984710](https://doi.org/10.5281/zenodo.13984710)
+- Lee, C., Patel, B., & Baxter, S. (2024). Introduction to AI-READI, Studying Salutogenesis in T2DM (Bridge2AI Lecture Series) (1.0.0). Zenodo. [https://doi.org/10.5281/zenodo.13984755](https://doi.org/10.5281/zenodo.13984755)
diff --git a/src/pages/publications/index.tsx b/src/pages/publications/index.tsx
new file mode 100644
index 0000000..86d0238
--- /dev/null
+++ b/src/pages/publications/index.tsx
@@ -0,0 +1,47 @@
+import { SkipNavContent, SkipNavLink } from '@chakra-ui/skip-nav';
+import fs from 'fs';
+import { GetStaticProps } from 'next';
+
+import markdownToHtml from '@/lib/markdownToHtml';
+
+import Layout from '@/components/layout/Layout';
+import Seo from '@/components/Seo';
+
+const PublicationsPage: React.FC<{ pageContent: string }> = ({
+ pageContent,
+}) => {
+ return (
+ <>
+ Skip to content
+
+
+
+
+
+
+
+
+
+
+ >
+ );
+};
+
+export const getStaticProps: GetStaticProps = async () => {
+ const fileContent = fs.readFileSync(
+ `src/pages/publications/content.md`,
+ `utf-8`,
+ );
+
+ const pageContent = await markdownToHtml(fileContent || ``);
+
+ return {
+ props: {
+ pageContent,
+ },
+ };
+};
+
+export default PublicationsPage;
diff --git a/tailwind.config.js b/tailwind.config.js
index 1a72a5c..79c01eb 100644
--- a/tailwind.config.js
+++ b/tailwind.config.js
@@ -11,8 +11,7 @@ module.exports = {
},
backgroundImage: {
- 'home-hero-image':
- "url('https://images.unsplash.com/photo-1725733618892-78d6f3101b05?fm=jpg&q=60&w=3000&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D')",
+ 'home-hero-image': "url('/images/hero-image.jpg')",
},
colors: {
diff --git a/yarn.lock b/yarn.lock
index 11f9383..e7fe0f5 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -5070,6 +5070,15 @@ fraction.js@^4.3.7:
resolved "https://registry.yarnpkg.com/fraction.js/-/fraction.js-4.3.7.tgz#06ca0085157e42fda7f9e726e79fefc4068840f7"
integrity sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==
+framer-motion@^11.15.0:
+ version "11.15.0"
+ resolved "https://registry.yarnpkg.com/framer-motion/-/framer-motion-11.15.0.tgz#93e5d1839d500ba9cab1d617959a36142a61212b"
+ integrity sha512-MLk8IvZntxOMg7lDBLw2qgTHHv664bYoYmnFTmE0Gm/FW67aOJk0WM3ctMcG+Xhcv+vh5uyyXwxvxhSeJzSe+w==
+ dependencies:
+ motion-dom "^11.14.3"
+ motion-utils "^11.14.3"
+ tslib "^2.4.0"
+
framer-motion@^8.0.2:
version "8.5.5"
resolved "https://registry.yarnpkg.com/framer-motion/-/framer-motion-8.5.5.tgz#e30e9087bfc9b3367459f83b4d9fe7efd5acade6"
@@ -5381,6 +5390,19 @@ hast-util-embedded@^3.0.0:
"@types/hast" "^3.0.0"
hast-util-is-element "^3.0.0"
+hast-util-format@^1.0.0:
+ version "1.1.0"
+ resolved "https://registry.yarnpkg.com/hast-util-format/-/hast-util-format-1.1.0.tgz#373e77382e07deb04f6676f1b4437e7d8549d985"
+ integrity sha512-yY1UDz6bC9rDvCWHpx12aIBGRG7krurX0p0Fm6pT547LwDIZZiNr8a+IHDogorAdreULSEzP82Nlv5SZkHZcjA==
+ dependencies:
+ "@types/hast" "^3.0.0"
+ hast-util-embedded "^3.0.0"
+ hast-util-minify-whitespace "^1.0.0"
+ hast-util-phrasing "^3.0.0"
+ hast-util-whitespace "^3.0.0"
+ html-whitespace-sensitive-tag-names "^3.0.0"
+ unist-util-visit-parents "^6.0.0"
+
hast-util-from-parse5@^8.0.0:
version "8.0.2"
resolved "https://registry.yarnpkg.com/hast-util-from-parse5/-/hast-util-from-parse5-8.0.2.tgz#29b42758ba96535fd6021f0f533c000886c0f00f"
@@ -7419,6 +7441,24 @@ mkdirp-classic@^0.5.2, mkdirp-classic@^0.5.3:
resolved "https://registry.yarnpkg.com/mkdirp-classic/-/mkdirp-classic-0.5.3.tgz#fa10c9115cc6d8865be221ba47ee9bed78601113"
integrity sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==
+motion-dom@^11.14.3:
+ version "11.14.3"
+ resolved "https://registry.yarnpkg.com/motion-dom/-/motion-dom-11.14.3.tgz#725c72c0f1d0b632e42fdd8d13b69ecf9fe202c0"
+ integrity sha512-lW+D2wBy5vxLJi6aCP0xyxTxlTfiu+b+zcpVbGVFUxotwThqhdpPRSmX8xztAgtZMPMeU0WGVn/k1w4I+TbPqA==
+
+motion-utils@^11.14.3:
+ version "11.14.3"
+ resolved "https://registry.yarnpkg.com/motion-utils/-/motion-utils-11.14.3.tgz#cd4a413463739498411f82abb67b3dd58768b0f8"
+ integrity sha512-Xg+8xnqIJTpr0L/cidfTTBFkvRw26ZtGGuIhA94J9PQ2p4mEa06Xx7QVYZH0BP+EpMSaDlu+q0I0mmvwADPsaQ==
+
+motion@^11.15.0:
+ version "11.15.0"
+ resolved "https://registry.yarnpkg.com/motion/-/motion-11.15.0.tgz#1fb62b16300ad011dd4cde0a80ce3fc2a7e63b6e"
+ integrity sha512-iZ7dwADQJWGsqsSkBhNHdI2LyYWU+hA1Nhy357wCLZq1yHxGImgt3l7Yv0HT/WOskcYDq9nxdedyl4zUv7UFFw==
+ dependencies:
+ framer-motion "^11.15.0"
+ tslib "^2.4.0"
+
ms@^2.1.1, ms@^2.1.3:
version "2.1.3"
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
@@ -8333,7 +8373,7 @@ regjsparser@^0.12.0:
dependencies:
jsesc "~3.0.2"
-rehype-document@7.0.3:
+rehype-document@^7.0.3:
version "7.0.3"
resolved "https://registry.yarnpkg.com/rehype-document/-/rehype-document-7.0.3.tgz#c0674e3f217f8fccc02ced2691a299f511084895"
integrity sha512-g5zq6i2FwWVBVdyVi0Jw/5MRvsHj3wuJCn+QeyOjm29QBpTG4r1iUElyH9GhfWx5fB27ZEApA53RdAiYGBb4zQ==
@@ -8343,7 +8383,7 @@ rehype-document@7.0.3:
unified "^11.0.0"
vfile "^6.0.0"
-rehype-external-links@3.0.0:
+rehype-external-links@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/rehype-external-links/-/rehype-external-links-3.0.0.tgz#2b28b5cda1932f83f045b6f80a3e1b15f168c6f6"
integrity sha512-yp+e5N9V3C6bwBeAC4n796kc86M4gJCdlVhiMTxIrJG5UHDMh+PJANf9heqORJbt1nrCbDwIlAZKjANIaVBbvw==
@@ -8355,24 +8395,18 @@ rehype-external-links@3.0.0:
space-separated-tokens "^2.0.0"
unist-util-visit "^5.0.0"
-rehype-format@5.0.0:
- version "5.0.0"
- resolved "https://registry.yarnpkg.com/rehype-format/-/rehype-format-5.0.0.tgz#e51cc8edece2aee0e88e1efdd0625bc0cbef387b"
- integrity sha512-kM4II8krCHmUhxrlvzFSptvaWh280Fr7UGNJU5DCMuvmAwGCNmGfi9CvFAQK6JDjsNoRMWQStglK3zKJH685Wg==
+rehype-format@^5.0.1:
+ version "5.0.1"
+ resolved "https://registry.yarnpkg.com/rehype-format/-/rehype-format-5.0.1.tgz#e255e59bed0c062156aaf51c16fad5a521a1f5c8"
+ integrity sha512-zvmVru9uB0josBVpr946OR8ui7nJEdzZobwLOOqHb/OOD88W0Vk2SqLwoVOj0fM6IPCCO6TaV9CvQvJMWwukFQ==
dependencies:
"@types/hast" "^3.0.0"
- hast-util-embedded "^3.0.0"
- hast-util-is-element "^3.0.0"
- hast-util-phrasing "^3.0.0"
- hast-util-whitespace "^3.0.0"
- html-whitespace-sensitive-tag-names "^3.0.0"
- rehype-minify-whitespace "^6.0.0"
- unist-util-visit-parents "^6.0.0"
+ hast-util-format "^1.0.0"
-rehype-highlight@7.0.0:
- version "7.0.0"
- resolved "https://registry.yarnpkg.com/rehype-highlight/-/rehype-highlight-7.0.0.tgz#f2fd0eaebea7d4d4ce2fca2e8d9e3aea9441aefc"
- integrity sha512-QtobgRgYoQaK6p1eSr2SD1i61f7bjF2kZHAQHxeCHAuJf7ZUDMvQ7owDq9YTkmar5m5TSUol+2D3bp3KfJf/oA==
+rehype-highlight@^7.0.1:
+ version "7.0.1"
+ resolved "https://registry.yarnpkg.com/rehype-highlight/-/rehype-highlight-7.0.1.tgz#38b25d6dacb8719867c97765cef4763224d7f3ce"
+ integrity sha512-dB/vVGFsbm7xPglqnYbg0ABg6rAuIWKycTvuXaOO27SgLoOFNoTlniTBtAxp3n5ZyMioW1a3KwiNqgjkb6Skjg==
dependencies:
"@types/hast" "^3.0.0"
hast-util-to-text "^4.0.0"
@@ -8380,15 +8414,7 @@ rehype-highlight@7.0.0:
unist-util-visit "^5.0.0"
vfile "^6.0.0"
-rehype-minify-whitespace@^6.0.0:
- version "6.0.2"
- resolved "https://registry.yarnpkg.com/rehype-minify-whitespace/-/rehype-minify-whitespace-6.0.2.tgz#7dd234ce0775656ce6b6b0aad0a6093de29b2278"
- integrity sha512-Zk0pyQ06A3Lyxhe9vGtOtzz3Z0+qZ5+7icZ/PL/2x1SHPbKao5oB/g/rlc6BCTajqBb33JcOe71Ye1oFsuYbnw==
- dependencies:
- "@types/hast" "^3.0.0"
- hast-util-minify-whitespace "^1.0.0"
-
-rehype-raw@7.0.0:
+rehype-raw@^7.0.0:
version "7.0.0"
resolved "https://registry.yarnpkg.com/rehype-raw/-/rehype-raw-7.0.0.tgz#59d7348fd5dbef3807bbaa1d443efd2dd85ecee4"
integrity sha512-/aE8hCfKlQeA8LmyeyQvQF3eBiLRGNlfBJEvWH7ivp9sBqs7TNqBL5X3v157rM4IFETqDnIOO+z5M/biZbo9Ww==
@@ -8405,10 +8431,10 @@ rehype-sanitize@6.0.0:
"@types/hast" "^3.0.0"
hast-util-sanitize "^5.0.0"
-rehype-stringify@10.0.0:
- version "10.0.0"
- resolved "https://registry.yarnpkg.com/rehype-stringify/-/rehype-stringify-10.0.0.tgz#2031cf6fdd0355393706f0474ec794c75e5492f2"
- integrity sha512-1TX1i048LooI9QoecrXy7nGFFbFSufxVRAfc6Y9YMRAi56l+oB0zP51mLSV312uRuvVLPV1opSlJmslozR1XHQ==
+rehype-stringify@^10.0.1:
+ version "10.0.1"
+ resolved "https://registry.yarnpkg.com/rehype-stringify/-/rehype-stringify-10.0.1.tgz#2ec1ebc56c6aba07905d3b4470bdf0f684f30b75"
+ integrity sha512-k9ecfXHmIPuFVI61B9DeLPN0qFHfawM6RsuX48hoqlaKSF61RskNjSm1lI8PhBEM0MRdLxVVm4WmTqJQccH9mA==
dependencies:
"@types/hast" "^3.0.0"
hast-util-to-html "^9.0.0"
@@ -8426,7 +8452,7 @@ remark-gfm@^4.0.0:
remark-stringify "^11.0.0"
unified "^11.0.0"
-remark-parse@11.0.0, remark-parse@^11.0.0:
+remark-parse@^11.0.0:
version "11.0.0"
resolved "https://registry.yarnpkg.com/remark-parse/-/remark-parse-11.0.0.tgz#aa60743fcb37ebf6b069204eb4da304e40db45a1"
integrity sha512-FCxlKLNGknS5ba/1lmpYijMUzX2esxW5xQqjWxw2eHFfS2MSdaHVINFmhjo+qN1WhZhNimq0dZATN9pH0IDrpA==
@@ -8436,10 +8462,10 @@ remark-parse@11.0.0, remark-parse@^11.0.0:
micromark-util-types "^2.0.0"
unified "^11.0.0"
-remark-rehype@11.1.0:
- version "11.1.0"
- resolved "https://registry.yarnpkg.com/remark-rehype/-/remark-rehype-11.1.0.tgz#d5f264f42bcbd4d300f030975609d01a1697ccdc"
- integrity sha512-z3tJrAs2kIs1AqIIy6pzHmAHlF1hWQ+OdY4/hv+Wxe35EhyLKcajL33iUEn3ScxtFox9nUvRufR/Zre8Q08H/g==
+remark-rehype@^11.1.1:
+ version "11.1.1"
+ resolved "https://registry.yarnpkg.com/remark-rehype/-/remark-rehype-11.1.1.tgz#f864dd2947889a11997c0a2667cd6b38f685bca7"
+ integrity sha512-g/osARvjkBXb6Wo0XvAeXQohVta8i84ACbenPpoSsxTOQH/Ae0/RGP4WZgnMH5pMLpsj4FG7OHmcIcXxpza8eQ==
dependencies:
"@types/hast" "^3.0.0"
"@types/mdast" "^4.0.0"
@@ -9646,20 +9672,7 @@ unicode-property-aliases-ecmascript@^2.0.0:
resolved "https://registry.yarnpkg.com/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.1.0.tgz#43d41e3be698bd493ef911077c9b131f827e8ccd"
integrity sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==
-unified@11.0.4:
- version "11.0.4"
- resolved "https://registry.yarnpkg.com/unified/-/unified-11.0.4.tgz#f4be0ac0fe4c88cb873687c07c64c49ed5969015"
- integrity sha512-apMPnyLjAX+ty4OrNap7yumyVAMlKx5IWU2wlzzUdYJO9A8f1p9m/gywF/GM2ZDFcjQPrx59Mc90KwmxsoklxQ==
- dependencies:
- "@types/unist" "^3.0.0"
- bail "^2.0.0"
- devlop "^1.0.0"
- extend "^3.0.0"
- is-plain-obj "^4.0.0"
- trough "^2.0.0"
- vfile "^6.0.0"
-
-unified@^11.0.0:
+unified@^11.0.0, unified@^11.0.5:
version "11.0.5"
resolved "https://registry.yarnpkg.com/unified/-/unified-11.0.5.tgz#f66677610a5c0a9ee90cab2b8d4d66037026d9e1"
integrity sha512-xKvGhPWw3k84Qjh8bI3ZeJjqnyadK+GEFtazSfZv/rKeTkTjOJho6mFqh2SM96iIcZokxiOpg78GazTSg8+KHA==