From 8d7751c3e1d5d8d2ce36e4e158a0ea31bc472c07 Mon Sep 17 00:00:00 2001 From: Zachary Shilton <4624598+zchsh@users.noreply.github.com> Date: Wed, 17 Feb 2021 10:23:43 -0500 Subject: [PATCH] website: bump components (#12196) --- website/package-lock.json | 43 ++++++++++++------------------- website/package.json | 4 +-- website/pages/community/index.jsx | 10 +++---- website/pages/style.css | 1 - 4 files changed, 24 insertions(+), 34 deletions(-) diff --git a/website/package-lock.json b/website/package-lock.json index c3da42418..b176b4258 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -3403,6 +3403,15 @@ "resolved": "https://registry.npmjs.org/@hashicorp/react-head/-/react-head-1.1.6.tgz", "integrity": "sha512-5r2g9XNO6YHhl9/4GniiN1Reqs/mOu/7rUML+JQsN2qe7V3libr+cLa+iSYK7+pLmRlnc+Uwk7JwPPPJHVj5bA==" }, + "@hashicorp/react-image": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/@hashicorp/react-image/-/react-image-2.0.4.tgz", + "integrity": "sha512-rJCx74lxQE9l9LpFhlxSjQ0yjrzjce5uzEGmMgPvMsNiQtgetjNyeg1p5N8k7xRGYXNapt8uY2kZiE69OyL9cQ==", + "requires": { + "object-assign": "^4.1.1", + "query-string": "5.1.1" + } + }, "@hashicorp/react-inline-svg": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/@hashicorp/react-inline-svg/-/react-inline-svg-1.0.2.tgz", @@ -3574,12 +3583,11 @@ } }, "@hashicorp/react-section-header": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/@hashicorp/react-section-header/-/react-section-header-3.0.1.tgz", - "integrity": "sha512-wqffNUyPzCHwdyPMZ+we4hj2Knn1zNxDCtU85Rk8iUgBcpArZF/pleCpIW5w65z6MgPniGAjxUhD0wt29Bc+Yw==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@hashicorp/react-section-header/-/react-section-header-4.0.0.tgz", + "integrity": "sha512-6g36zzBq+55amtqGheXx0d3oqF280U/+YrVXXxv23Y4NgBYxYeajcCwg34FIENJtHjqcM2qFnb4rYjFZTdrfdA==", "requires": { - "@hashicorp/js-utils": "^1.0.10", - "marked": "^0.7.0" + "@hashicorp/js-utils": "^1.0.10" } }, "@hashicorp/react-subnav": { @@ -3626,24 +3634,12 @@ "integrity": "sha512-zof7Xv4+OSH0i1a/QdpUxF2RBFaY3hLPUmRjBDVXqy2goN+KnvcaTnlGfCanSCEUQhKX3g4ooxIpGTT4oq1wFA==" }, "@hashicorp/react-vertical-text-block-list": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/@hashicorp/react-vertical-text-block-list/-/react-vertical-text-block-list-3.0.1.tgz", - "integrity": "sha512-ci6GJjnnVtC+7IuGKo37aAyXFrhzlh1sb21XUA8xrGbq5QMlYjCSv2lmLJm8ZNW1Z2L+gcMYCJOP24xJoPDhhQ==", + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/@hashicorp/react-vertical-text-block-list/-/react-vertical-text-block-list-4.0.1.tgz", + "integrity": "sha512-nMdxj8wegy9EGEiZw0+5nDEPHbIRjjHuavIyVxQXySEMs8ughkzh/jKC2EdaJ2i7URczU1Hb6LFlcDr5xY+C0g==", "requires": { "@hashicorp/react-image": "^2.0.3", - "@hashicorp/react-link-wrap": "^0.0.3", - "marked": "^0.7.0" - }, - "dependencies": { - "@hashicorp/react-image": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/@hashicorp/react-image/-/react-image-2.0.4.tgz", - "integrity": "sha512-rJCx74lxQE9l9LpFhlxSjQ0yjrzjce5uzEGmMgPvMsNiQtgetjNyeg1p5N8k7xRGYXNapt8uY2kZiE69OyL9cQ==", - "requires": { - "object-assign": "^4.1.1", - "query-string": "5.1.1" - } - } + "@hashicorp/react-link-wrap": "^0.0.3" } }, "@hashicorp/remark-plugins": { @@ -9825,11 +9821,6 @@ "resolved": "https://registry.npmjs.org/markdown-table/-/markdown-table-1.1.3.tgz", "integrity": "sha512-1RUZVgQlpJSPWYbFSpmudq5nHY1doEIv89gBtF0s4gW1GF2XorxcA/70M5vq7rLv0a6mhOUccRsqkwhwLCIQ2Q==" }, - "marked": { - "version": "0.7.0", - "resolved": "https://registry.npmjs.org/marked/-/marked-0.7.0.tgz", - "integrity": "sha512-c+yYdCZJQrsRjTPhUx7VKkApw9bwDkNbHUKo1ovgcfDjb2kc8rLuRbIFyXL5WOEUwzSSKo3IXpph2K6DqB/KZg==" - }, "mathml-tag-names": { "version": "2.1.3", "resolved": "https://registry.npmjs.org/mathml-tag-names/-/mathml-tag-names-2.1.3.tgz", diff --git a/website/package.json b/website/package.json index 602d52cf8..0dbe9a895 100644 --- a/website/package.json +++ b/website/package.json @@ -13,9 +13,9 @@ "@hashicorp/react-head": "1.1.6", "@hashicorp/react-product-downloader": "4.1.5", "@hashicorp/react-search": "^3.0.0", - "@hashicorp/react-section-header": "3.0.1", + "@hashicorp/react-section-header": "4.0.0", "@hashicorp/react-subnav": "7.1.0", - "@hashicorp/react-vertical-text-block-list": "3.0.1", + "@hashicorp/react-vertical-text-block-list": "4.0.1", "next": "10.0.6", "next-mdx-remote": "2.1.3", "next-remote-watch": "^0.3.0", diff --git a/website/pages/community/index.jsx b/website/pages/community/index.jsx index 0f2fcc255..4d6adba3f 100644 --- a/website/pages/community/index.jsx +++ b/website/pages/community/index.jsx @@ -19,27 +19,27 @@ export default function CommunityPage() { { header: 'Community Forum', body: - '[Vagrant Community Forum](https://discuss.hashicorp.com/c/vagrant/24)', + 'Vagrant Community Forum', }, { header: 'Announcement List', body: - '[HashiCorp Announcement Google Group](https://groups.google.com/group/hashicorp-announce)', + 'HashiCorp Announcement Google Group', }, { header: 'Discussion List', body: - '[Vagrant Google Group](https://groups.google.com/forum/#!forum/vagrant-up)', + 'Vagrant Google Group', }, { header: 'Bug Tracker', body: - '[Issue tracker on GitHub](https://github.com/hashicorp/vagrant/issues). Please only use this for reporting bugs. Do not ask for general help here. Use IRC or the mailing list for that.', + 'Issue tracker on GitHub. Please only use this for reporting bugs. Do not ask for general help here. Use IRC or the mailing list for that.', }, { header: 'Training', body: - 'Paid [HashiCorp training courses](https://www.hashicorp.com/training) are also available in a city near you. Private training courses are also available.', + 'Paid HashiCorp training courses are also available in a city near you. Private training courses are also available.', }, ]} /> diff --git a/website/pages/style.css b/website/pages/style.css index fccf0e969..8bbaa4320 100644 --- a/website/pages/style.css +++ b/website/pages/style.css @@ -15,7 +15,6 @@ @import '~@hashicorp/react-docs-page/style.css'; @import '~@hashicorp/react-docs-sidenav/style.css'; @import '~@hashicorp/react-search/style.css'; -@import '~@hashicorp/react-section-header/style.css'; @import '~@hashicorp/react-subnav/style.css'; @import '~@hashicorp/react-tabs/style.css'; @import '~@hashicorp/react-toggle/style.css';