Skip to content

Commit

Permalink
fixed an issue in chrome 95+ that froze because of a CSS attr. Update…
Browse files Browse the repository at this point in the history
…d lrs and admin-ui deps
  • Loading branch information
cliffcaseyyet committed Nov 30, 2021
1 parent d507cd5 commit a5ef70d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Version of LRS Admin UI to use

LRS_ADMIN_UI_VERSION ?= v0.1.3
LRS_ADMIN_UI_VERSION ?= v0.1.4
LRS_ADMIN_UI_LOCATION ?= https://github.com/yetanalytics/lrs-admin-ui/releases/download/${LRS_ADMIN_UI_VERSION}/lrs-admin-ui.zip
LRS_ADMIN_ZIPFILE ?= lrs-admin-ui-${LRS_ADMIN_UI_VERSION}.zip

Expand Down
4 changes: 2 additions & 2 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
;; Yet Analytics deps
com.yetanalytics/lrs
{:git/url "https://github.com/yetanalytics/lrs.git"
:git/sha "df64ade872d2892d521aa9d0df7ba8eb967eb788"
:git/tag "v1.2.0"
:git/sha "c4ddd589a1559bcaeee256857eed7516cf05d6e2"
:git/tag "v1.2.1"
:exclusions [org.clojure/clojure
org.clojure/clojurescript
com.yetanalytics/xapi-schema]}
Expand Down

0 comments on commit a5ef70d

Please sign in to comment.