Skip to content

Commit

Permalink
fix(deps): update dependency @theguild/components to v4.6.5 (#1964)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jun 6, 2023
1 parent 4cbe3a6 commit 4e17baf
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 18 deletions.
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"start": "next start"
},
"dependencies": {
"@theguild/components": "4.6.4",
"@theguild/components": "4.6.5",
"next": "13.4.4",
"react": "18.2.0",
"react-dom": "18.2.0"
Expand Down
66 changes: 49 additions & 17 deletions website/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -605,10 +605,10 @@
lodash.sortby "^4.7.0"
remove-markdown "^0.5.0"

"@theguild/components@4.6.4":
version "4.6.4"
resolved "https://registry.yarnpkg.com/@theguild/components/-/components-4.6.4.tgz#b25eddf57362e7f5c27d527733e0d553a018d97d"
integrity sha512-/4k1pEATHCEFROXxejXMQGl4S02u7f1ZNrLCuXqvwXzK7lFR/cDhXCfZIRh4IITESOaU6W02BoAd8i3V7ld2/Q==
"@theguild/components@4.6.5":
version "4.6.5"
resolved "https://registry.yarnpkg.com/@theguild/components/-/components-4.6.5.tgz#d3718c2de647d72d428370074b09ce4739f5877a"
integrity sha512-Mt8JHgTN422ZxEITvrA+8Cu/M11XMfqKXjN2Q9u8UFnRF1F+eg2MNhQn1nhykFw8rwwR1ld/jcv/dxbYXrZrBg==
dependencies:
"@algolia/autocomplete-js" "1.9.2"
"@algolia/autocomplete-plugin-algolia-insights" "1.9.2"
Expand All @@ -617,14 +617,14 @@
"@giscus/react" "2.2.8"
"@next/bundle-analyzer" "13.4.2"
"@radix-ui/react-navigation-menu" "1.1.3"
"@theguild/remark-mermaid" "0.0.1"
"@theguild/remark-mermaid" "0.0.2"
algoliasearch "4.17.1"
clsx "1.2.1"
focus-trap-react "10.1.4"
fuzzy "^0.1.3"
next-videos "1.5.0"
nextra "2.6.2"
nextra-theme-docs "2.6.2"
nextra "2.7.0"
nextra-theme-docs "2.7.0"
react-instantsearch-dom "6.40.0"
react-paginate "8.2.0"
react-player "2.12.0"
Expand All @@ -633,7 +633,15 @@
semver "^7.3.8"
use-debounce "9.0.4"

"@theguild/remark-mermaid@0.0.1":
"@theguild/remark-mermaid@0.0.2":
version "0.0.2"
resolved "https://registry.yarnpkg.com/@theguild/remark-mermaid/-/remark-mermaid-0.0.2.tgz#5df285d6c003f49b9414b5037ddae7af3c389675"
integrity sha512-W7g+L/MKGSKuv0Iix91cnK7RGafP+o7TPKLp72HrbTrL83LrJNiuRdhaG5lAzfCwyMDRkofM4y9z9/GQTdBoqg==
dependencies:
mermaid "^10.2.2"
unist-util-visit "^4.1.2"

"@theguild/remark-mermaid@^0.0.1":
version "0.0.1"
resolved "https://registry.yarnpkg.com/@theguild/remark-mermaid/-/remark-mermaid-0.0.1.tgz#984f0f03bee4809cde02abbe4dbdbc192c806109"
integrity sha512-MbLi7CIn25r0MypN1yaTrvuQHBE/UXy/DKfVjaLlXx5ut4PasOwzGIJihzM4d9kqNADJKilHpQWcd66ivbvJEQ==
Expand Down Expand Up @@ -2615,6 +2623,29 @@ mermaid@10.2.1:
uuid "^9.0.0"
web-worker "^1.2.0"

mermaid@^10.2.2:
version "10.2.2"
resolved "https://registry.yarnpkg.com/mermaid/-/mermaid-10.2.2.tgz#6635b9af5f5850f4df39e4235f3d0913c4ab2965"
integrity sha512-ifYKlCcZKYq48hxC1poJXnvk/PbCdgqqbg5B4qsybb8nIItPM1ATKqVEDkyde6BBJxVFhVJr9hoUjipzniQJZg==
dependencies:
"@braintree/sanitize-url" "^6.0.2"
cytoscape "^3.23.0"
cytoscape-cose-bilkent "^4.1.0"
cytoscape-fcose "^2.1.0"
d3 "^7.4.0"
dagre-d3-es "7.0.10"
dayjs "^1.11.7"
dompurify "3.0.3"
elkjs "^0.8.2"
khroma "^2.0.0"
lodash-es "^4.17.21"
mdast-util-from-markdown "^1.3.0"
non-layered-tidy-tree-layout "^2.0.2"
stylis "^4.1.3"
ts-dedent "^2.2.0"
uuid "^9.0.0"
web-worker "^1.2.0"

micromark-core-commonmark@^1.0.0, micromark-core-commonmark@^1.0.1:
version "1.1.0"
resolved "https://registry.yarnpkg.com/micromark-core-commonmark/-/micromark-core-commonmark-1.1.0.tgz#1386628df59946b2d39fb2edfd10f3e8e0a75bb8"
Expand Down Expand Up @@ -3103,10 +3134,10 @@ next@13.4.4:
"@next/swc-win32-ia32-msvc" "13.4.4"
"@next/swc-win32-x64-msvc" "13.4.4"

nextra-theme-docs@2.6.2:
version "2.6.2"
resolved "https://registry.yarnpkg.com/nextra-theme-docs/-/nextra-theme-docs-2.6.2.tgz#fd3b19d775110a64b1e3277e76b1f571345ab6d1"
integrity sha512-yvoLSf6rzeD3f6GA/vQabgEkwX3db7DOy87XhtwmqVip2O2XsW3DoMDuU7rzlCtCUmrsC583vymhd3YS6KKehg==
nextra-theme-docs@2.7.0:
version "2.7.0"
resolved "https://registry.yarnpkg.com/nextra-theme-docs/-/nextra-theme-docs-2.7.0.tgz#7bb7464b50831974f145e072a7a75b57422a48d1"
integrity sha512-984jZR13QO/YTIsLEYpFK2Pf4hQjD2Z2fHrBYJl/ZZQjylwxnnGcx1QAciy65mnPWr7/Kv9/dAKpjm9tYtyLrw==
dependencies:
"@headlessui/react" "^1.7.10"
"@popperjs/core" "^2.11.6"
Expand All @@ -3121,14 +3152,15 @@ nextra-theme-docs@2.6.2:
scroll-into-view-if-needed "^3.0.0"
zod "^3.20.2"

nextra@2.6.2:
version "2.6.2"
resolved "https://registry.yarnpkg.com/nextra/-/nextra-2.6.2.tgz#02db284c0eb246e51a28e5ded2ab278031a69ae7"
integrity sha512-1Rxb04AB9eIieJZq7LQTlcTUdXZcJ4g5rjPBnQ2EGUA8d7jCBhGyQoqDuZtblr8lDTRjIeMnJXCZo2HxIAtWhA==
nextra@2.7.0:
version "2.7.0"
resolved "https://registry.yarnpkg.com/nextra/-/nextra-2.7.0.tgz#6b53ad690e0673b1309acf8713382e94fee5b50d"
integrity sha512-SXUsczIzb6+apg3ipRQQllBJk6W2FJfUrmJrQySu9DJpUfS36ylQYLX5ofkCI+Sq3ZHfefZbnut49KGozt/rGQ==
dependencies:
"@mdx-js/mdx" "^2.3.0"
"@mdx-js/react" "^2.3.0"
"@napi-rs/simple-git" "^0.1.8"
"@theguild/remark-mermaid" "^0.0.1"
clsx "^1.2.1"
github-slugger "^2.0.0"
graceful-fs "^4.2.11"
Expand Down Expand Up @@ -4245,7 +4277,7 @@ unist-util-visit-parents@^5.0.0, unist-util-visit-parents@^5.1.1:
"@types/unist" "^2.0.0"
unist-util-is "^5.0.0"

unist-util-visit@4.1.2, unist-util-visit@^4.0.0, unist-util-visit@^4.1.0, unist-util-visit@^4.1.1:
unist-util-visit@4.1.2, unist-util-visit@^4.0.0, unist-util-visit@^4.1.0, unist-util-visit@^4.1.1, unist-util-visit@^4.1.2:
version "4.1.2"
resolved "https://registry.yarnpkg.com/unist-util-visit/-/unist-util-visit-4.1.2.tgz#125a42d1eb876283715a3cb5cceaa531828c72e2"
integrity sha512-MSd8OUGISqHdVvfY9TPhyK2VdUrPgxkUtWSuMHF6XAAFuL4LokseigBnZtPnJMu+FbynTkFNnFlyjxpVKujMRg==
Expand Down

0 comments on commit 4e17baf

Please sign in to comment.