From b1027f1eb3faf5556ce5b6bc7368c31712e6a5e1 Mon Sep 17 00:00:00 2001 From: Neel Smith Date: Sun, 29 Oct 2023 07:56:02 -0400 Subject: [PATCH] Update package compdatibilty of dashboar --- dashboard/Project.toml | 16 ++++++++-------- dashboard/validatordashboard.jl | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/dashboard/Project.toml b/dashboard/Project.toml index 86daf37..79b991b 100644 --- a/dashboard/Project.toml +++ b/dashboard/Project.toml @@ -13,13 +13,13 @@ Orthography = "0b4c9448-09b0-4e78-95ea-3eb3328be36d" [compat] CitableBase = "10" -CitableCorpus = "0.12" -CitableImage = "0.6" -CitableObject = "0.15" +CitableCorpus = "0.13" +CitableImage = "0.7" +CitableObject = "0.16" CitablePhysicalText = "0.9" -CitableTeiReaders = "0.8" -CitableText = "0.15" +CitableTeiReaders = "0.10" +CitableText = "0.16" Dash = "1" -EditionBuilders = "0.7" -EditorsRepo = "0.17" -Orthography = "0.16" \ No newline at end of file +EditionBuilders = "0.8" +EditorsRepo = "0.18" +Orthography = "0.21" \ No newline at end of file diff --git a/dashboard/validatordashboard.jl b/dashboard/validatordashboard.jl index 8575987..b276d99 100644 --- a/dashboard/validatordashboard.jl +++ b/dashboard/validatordashboard.jl @@ -4,7 +4,7 @@ using Pkg Pkg.activate(joinpath(pwd(), "dashboard")) Pkg.instantiate() -DASHBOARD_VERSION = "0.17.0" +DASHBOARD_VERSION = "0.17.1" using Dash using CitableBase