From 52b33985fc30939dfc9a366038c306a1ef2fa98b Mon Sep 17 00:00:00 2001 From: Adam Joseph Arling Date: Mon, 22 Jan 2024 09:35:54 -0600 Subject: [PATCH 1/4] Home page learn more button link to Applications section of homepage. Also updates dependencies, a lot of major versions. --- components/home/ApplicationTypes.jsx | 5 +- components/home/Hero.jsx | 9 +- package.json | 48 +- pages/_document.js | 2 +- pnpm-lock.yaml | 1953 +++++++++++++------------- 5 files changed, 1010 insertions(+), 1007 deletions(-) diff --git a/components/home/ApplicationTypes.jsx b/components/home/ApplicationTypes.jsx index fae41fb7c..dcbd07643 100644 --- a/components/home/ApplicationTypes.jsx +++ b/components/home/ApplicationTypes.jsx @@ -7,7 +7,10 @@ export default function ApplicationTypes({ applicationTypes = [] }) {
-

+

Applications

diff --git a/components/home/Hero.jsx b/components/home/Hero.jsx index 9b00b6e39..811bb8c89 100644 --- a/components/home/Hero.jsx +++ b/components/home/Hero.jsx @@ -1,7 +1,5 @@ import Image from "next/image"; import Link from "next/link"; -import { prefix } from "prefix"; -import svc2023 from "../../public/images/samvera-connect-2023.png"; import groupPhoto from "../../public/images/washu-samvera-group.jpeg"; export default function HomeHero() { @@ -31,12 +29,9 @@ export default function HomeHero() {

- + Learn more - +
diff --git a/package.json b/package.json index 0a0d6f264..0b11d9f95 100644 --- a/package.json +++ b/package.json @@ -13,44 +13,44 @@ }, "dependencies": { "-": "^0.0.1", - "@contentful/rich-text-from-markdown": "^15.16.8", + "@contentful/rich-text-from-markdown": "^15.16.9", "@contentful/rich-text-react-renderer": "^15.19.0", "@contentful/rich-text-types": "^16.3.0", - "@headlessui/react": "^1.7.17", + "@headlessui/react": "^1.7.18", "@headlessui/tailwindcss": "^0.2.0", - "@heroicons/react": "^2.0.18", - "@tanstack/react-query": "^5.8.4", - "autoprefixer": "^10.4.16", - "contentful": "^10.6.11", - "date-fns": "^2.30.0", + "@heroicons/react": "^2.1.1", + "@tanstack/react-query": "^5.17.19", + "autoprefixer": "^10.4.17", + "contentful": "^10.6.16", + "date-fns": "^3.3.1", "deepmerge": "^4.3.1", "gray-matter": "^4.0.3", "jest": "^29.7.0", - "markdown-it": "^13.0.2", - "next": "^13.5.6", + "markdown-it": "^14.0.0", + "next": "^14.1.0", "prop-types": "^15.8.1", "react": "^18.2.0", "react-dom": "^18.2.0", - "rehype-raw": "^6.1.1", - "rehype-sanitize": "^5.0.1", - "rehype-stringify": "^9.0.4", - "remark": "^14.0.3", - "remark-html": "^15.0.2", - "remark-rehype": "^10.1.0", - "sass": "^1.69.5", - "swiper": "^10.3.1", - "unified": "^10.1.2" + "rehype-raw": "^7.0.0", + "rehype-sanitize": "^6.0.0", + "rehype-stringify": "^10.0.0", + "remark": "^15.0.1", + "remark-html": "^16.0.1", + "remark-rehype": "^11.1.0", + "sass": "^1.70.0", + "swiper": "^11.0.5", + "unified": "^11.0.4" }, "devDependencies": { - "@testing-library/jest-dom": "^6.1.4", + "@testing-library/jest-dom": "^6.2.0", "@testing-library/react": "^14.1.2", "depcheck": "^1.4.7", - "eslint": "^8.54.0", - "eslint-config-next": "^13.5.6", + "eslint": "^8.56.0", + "eslint-config-next": "^14.1.0", "eslint-plugin-jest-dom": "^5.1.0", "jest-environment-jsdom": "^29.7.0", - "postcss": "^8.4.31", - "remark-parse": "^10.0.2", - "tailwindcss": "^3.3.5" + "postcss": "^8.4.33", + "remark-parse": "^11.0.0", + "tailwindcss": "^3.4.1" } } diff --git a/pages/_document.js b/pages/_document.js index f394daa93..9c091b003 100644 --- a/pages/_document.js +++ b/pages/_document.js @@ -3,7 +3,7 @@ import { prefix } from "prefix"; export default function Document() { return ( - +