Skip to content

Commit

Permalink
chore(deps): update dependency nextra-theme-docs to v2.0.0-beta.36
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 24, 2022
1 parent 78f0ac2 commit 2ab5877
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@reach/skip-nav": "0.17.0",
"next": "12.3.0",
"nextra": "2.0.0-beta.29",
"nextra-theme-docs": "2.0.0-beta.29",
"nextra-theme-docs": "2.0.0-beta.36",
"react": "18.2.0",
"react-dom": "18.2.0"
},
Expand Down
14 changes: 10 additions & 4 deletions docs/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2529,6 +2529,11 @@ natural-compare@^1.4.0:
resolved "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz"
integrity sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==

next-seo@^5.5.0:
version "5.8.0"
resolved "https://registry.yarnpkg.com/next-seo/-/next-seo-5.8.0.tgz#c71c791971e030af448cae61dc1ece5e79da1790"
integrity sha512-V5W/JwqdoX6/0zG4S7m5g8zNajYffytWigkPo2hrbHhLD18yGFBU9607OPhvbI9zX3QjWQFMBSmlUY456xt9cA==

next-themes@^0.2.0-beta.2:
version "0.2.0"
resolved "https://registry.npmjs.org/next-themes/-/next-themes-0.2.0.tgz"
Expand Down Expand Up @@ -2560,10 +2565,10 @@ next@12.3.0:
"@next/swc-win32-ia32-msvc" "12.3.0"
"@next/swc-win32-x64-msvc" "12.3.0"

nextra-theme-docs@2.0.0-beta.29:
version "2.0.0-beta.29"
resolved "https://registry.yarnpkg.com/nextra-theme-docs/-/nextra-theme-docs-2.0.0-beta.29.tgz#febfaaee75bbe8bd0df744a4da5739c7b9594a8c"
integrity sha512-2oGsuOv7sMxnsYPM6+qI7F0Rcq9cMTtClwa8MeOdn0FCtMjhxJjfeLxpDvXrELkVNOU9/Bg1SFHxHTLpt0/Xjw==
nextra-theme-docs@2.0.0-beta.36:
version "2.0.0-beta.36"
resolved "https://registry.yarnpkg.com/nextra-theme-docs/-/nextra-theme-docs-2.0.0-beta.36.tgz#d8eee237050bfffe76796477074d1908f37bc593"
integrity sha512-FIKdox/n5s+q9ZVdWH5zV1xwz1ZWFhzle7yjE5D7/l5nQMK+K/9RXY7TT5fshRacRPJL/SJzd+fEXQ3SakUURg==
dependencies:
"@headlessui/react" "^1.6.6"
"@mdx-js/react" "^2.1.2"
Expand All @@ -2575,6 +2580,7 @@ nextra-theme-docs@2.0.0-beta.29:
github-slugger "^1.4.0"
intersection-observer "^0.12.2"
match-sorter "^6.3.1"
next-seo "^5.5.0"
next-themes "^0.2.0-beta.2"
parse-git-url "^1.0.1"
scroll-into-view-if-needed "^2.2.29"
Expand Down

0 comments on commit 2ab5877

Please sign in to comment.