Skip to content

Commit

Permalink
chore(deps): update vite to v6.0.11 and sbt-scalajs to v1.18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cheleb committed Jan 22, 2025
1 parent 6d7abc2 commit 8f98682
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions examples/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
},
"devDependencies": {
"@scala-js/vite-plugin-scalajs": "^1.0.0",
"vite": "^6.0.5"
"vite": "^6.0.11"
}
}
}
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// scalafmt: { maxColumn = 120, style = defaultWithAlign }

addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.0")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.18.1")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.18.2")
addSbtPlugin("org.scala-js" % "sbt-jsdependencies" % "1.0.2")

addSbtPlugin("ch.epfl.scala" % "sbt-scalajs-bundler" % "0.21.1")
Expand Down

0 comments on commit 8f98682

Please sign in to comment.