Skip to content

Commit f8538b3

Browse files
committed
Update components and fore
1 parent 6ee15b0 commit f8538b3

File tree

3 files changed

+35
-3708
lines changed

3 files changed

+35
-3708
lines changed

modules/config.xqm

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ declare variable $config:enable-proxy-caching :=
6060
: In this case, change $config:webcomponents-cdn to point to http://localhost:port
6161
: (default: 8000, but check where your server is running).
6262
:)
63-
declare variable $config:webcomponents := "2.19.0";
63+
declare variable $config:webcomponents := "2.24.2";
6464

6565
(:~
6666
: CDN URL to use for loading webcomponents. Could be changed if you created your
@@ -72,7 +72,7 @@ declare variable $config:webcomponents-cdn := "https://cdn.jsdelivr.net/npm/@tei
7272
(: declare variable $config:webcomponents-cdn := "http://localhost:8000"; :)
7373

7474
(: Version of fore to use for annotation editor. Set to 'local' for self-hosted version. :)
75-
declare variable $config:fore := "1.9.0";
75+
declare variable $config:fore := "2.4.1";
7676

7777
(:~
7878
: Should documents be located by xml:id or filename?

0 commit comments

Comments
 (0)