Skip to content

Commit

Permalink
correct for semver-incompatible change in nextra
Browse files Browse the repository at this point in the history
  • Loading branch information
russellmcc committed Nov 3, 2024
1 parent df97a2d commit 2627b42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified bun.lockb
Binary file not shown.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"eslint-plugin-react-refresh": "^0.4.9",
"mime": "^4.0.4",
"next": "^14.2.15",
"nextra": "^3.0.15",
"nextra-theme-docs": "^3.0.15",
"nextra": ">=3.0.15 <3.1.0",
"nextra-theme-docs": ">=3.0.15 <3.1.0",
"prettier": "^3.3.3",
"tmp-promise": "^3.0.3",
"typedoc": "^0.26.6",
Expand Down

0 comments on commit 2627b42

Please sign in to comment.