Skip to content
Snippets Groups Projects

Fix filters

1 file
+ 3
3
Compare changes
  • Side-by-side
  • Inline
+ 3
3
@@ -331,14 +331,14 @@ dependencies {
implementation("org.webjars:webjars-locator-core")
implementation("org.webjars:jquery:3.5.1")
implementation("org.webjars:jquery-cookie:1.4.1-1")
implementation("org.webjars:bootstrap:4.6.1")
implementation("org.webjars:bootstrap-select:1.13.18")
implementation("org.webjars:bootstrap:4.3.1")
implementation("org.webjars:bootstrap-select:1.13.8")
implementation("org.webjars:font-awesome:5.10.1")
implementation("org.webjars:sockjs-client:1.5.1")
implementation("org.webjars:stomp-websocket:2.3.4")
implementation("org.webjars:handlebars:4.0.14")
implementation("org.webjars:chartjs:2.7.0")
implementation("org.webjars:tempusdominus-bootstrap-4:5.39.0")
implementation("org.webjars:tempusdominus-bootstrap-4:5.1.2")
implementation("org.webjars:momentjs:2.24.0")
implementation("org.webjars:codemirror:5.50.0")
implementation("org.webjars:fullcalendar:5.9.0")
Loading