Skip to content

Commit

Permalink
doc: upgrade Docusaurus to 3.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nau committed Jan 5, 2025
1 parent d134da3 commit eb701a8
Show file tree
Hide file tree
Showing 3 changed files with 2,221 additions and 500 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import java.net.URI
Global / onChangedBuildSource := ReloadOnSourceChanges
autoCompilerPlugins := true

val scalusStableVersion = "0.8.3"
val scalusStableVersion = "0.8.4"
ThisBuild / scalaVersion := "3.3.4"
ThisBuild / organization := "org.scalus"
ThisBuild / organizationName := "Scalus"
Expand Down
10 changes: 5 additions & 5 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,18 @@
"write-heading-ids": "docusaurus write-heading-ids"
},
"dependencies": {
"@docusaurus/core": "^3.4.0",
"@docusaurus/plugin-google-gtag": "^3.4.0",
"@docusaurus/preset-classic": "^3.4.0",
"@docusaurus/core": "^3.7.0",
"@docusaurus/plugin-google-gtag": "^3.7.0",
"@docusaurus/preset-classic": "^3.7.0",
"@mdx-js/react": "^3.0.0",
"clsx": "^2.0.0",
"prism-react-renderer": "^2.3.0",
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "^3.4.0",
"@docusaurus/types": "^3.4.0"
"@docusaurus/module-type-aliases": "^3.7.0",
"@docusaurus/types": "^3.7.0"
},
"browserslist": {
"production": [
Expand Down
Loading

0 comments on commit eb701a8

Please sign in to comment.