Skip to content

Commit

Permalink
deps (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
cheleb authored Oct 4, 2023
1 parent 106933f commit 9295d33
Show file tree
Hide file tree
Showing 3 changed files with 82 additions and 82 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ lazy val core = scalajsProject("core")
libraryDependencies ++= Seq(
"com.softwaremill.magnolia1_3" %%% "magnolia" % "1.3.3",
"com.raquo" %%% "laminar" % "16.0.0",
"io.laminext" %%% "websocket" % "0.16.0",
"be.doeraene" %%% "web-components-ui5" % "1.10.0",
"io.laminext" %%% "websocket" % "0.16.2",
"be.doeraene" %%% "web-components-ui5" % "1.17.0",
"io.github.iltotore" %%% "iron" % "2.2.1"
)
)
Expand Down
152 changes: 76 additions & 76 deletions example/client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions example/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
},
"dependencies": {
"jsdom": "^22.1.0",
"@ui5/webcomponents": "1.16.0",
"@ui5/webcomponents-fiori": "1.16.0",
"@ui5/webcomponents-icons": "1.16.0",
"@ui5/webcomponents": "1.17.2",
"@ui5/webcomponents-fiori": "1.17.2",
"@ui5/webcomponents-icons": "1.17.2",
"highlight.js": "^11.8.0"
},
"devDependencies": {
"vite": "^4.0.0",
"vite": "^4.4.10",
"typescript": "5.2.2"
}
}

0 comments on commit 9295d33

Please sign in to comment.