[TikiWiki-commits] [Git][tikiwiki/tiki][master] [FIX] fixed the Tiki calendar display issue. The error was related to Svelte, ...

"Marc Laporte \(@marclaporte\) via TikiWiki-cvs" <[email protected]>
Newsgroups gmane.comp.cms.tiki.cvs
Message-ID <68a45500d64e3_2cd6d082944e@gitlab-sidekiq-low-urgency-cpu-bound-v2-6b4986486f-8qj8h.mail>

Marc Laporte pushed to branch master at Tiki Wiki CMS Groupware / Tiki


Commits:
b23d78bb by franck franck kalunga at 2025-08-19T10:34:21+00:00
[FIX] fixed the Tiki calendar display issue. The error was related to Svelte,...
---
* [FIX] fixed the Tiki calendar display issue. The error was related to Svelte, it needed to be compiled before calling the @event-calendar library

See merge request tikiwiki/tiki!8318

- - - - -


3 changed files:

- package-lock.json
- src/js/common-externals/package.json
- src/js/jquery-tiki/package.json


Changes:

=====================================
package-lock.json
=====================================
@@ -1756,9 +1756,9 @@
       }
     },
     "node_modules/@event-calendar/core": {
-      "version": "4.5.0",
-      "resolved": "https://registry.npmjs.org/@event-calendar/core/-/core-4.5.0.tgz",
-      "integrity": "sha512-H7z3MCmXJP7Gdzdf9cxA3rR9ANw15y8cD041twStNQ3S7PniqcH+qygvZOHp45vTxNj2HA9vOUR4Reno8AK89Q==",
+      "version": "4.5.1",
+      "resolved": "https://registry.npmjs.org/@event-calendar/core/-/core-4.5.1.tgz",
+      "integrity": "sha512-smneI9Sk4Skd0wZTZR0F91hBCdET6keAHaS3wwdsi1vNseyLiJGwVzw2Uzgw4ovmCe5L1WkSUK9MsD2gcmk5og==",
       "dev": true,
       "license": "MIT",
       "dependencies": {
@@ -17344,7 +17344,6 @@
       "version": "1.0.0",
       "license": "ISC",
       "devDependencies": {
-        "@event-calendar/core": "^4.4.0",
         "@fortawesome/fontawesome-free": "^6.5.2",
         "@shoelace-style/shoelace": "^2.15.1",
         "@zxing/library": "^0.21.2",
@@ -17406,6 +17405,7 @@
         "svgedit": "^7.3.3"
       },
       "devDependencies": {
+        "@event-calendar/core": "^4.5.1",
         "@svgedit/svgcanvas": "^7.2.1",
         "async-es": "^3.2.6",
         "summernote": "^0.9.1"


=====================================
src/js/common-externals/package.json
=====================================
@@ -9,7 +9,6 @@
   "author": "",
   "license": "ISC",
   "devDependencies": {
-    "@event-calendar/core": "^4.4.0",
     "@fortawesome/fontawesome-free": "^6.5.2",
     "@shoelace-style/shoelace": "^2.15.1",
     "@zxing/library": "^0.21.2",


=====================================
src/js/jquery-tiki/package.json
=====================================
@@ -18,6 +18,7 @@
   "devDependencies": {
     "@svgedit/svgcanvas": "^7.2.1",
     "async-es": "^3.2.6",
-    "summernote": "^0.9.1"
+    "summernote": "^0.9.1",
+    "@event-calendar/core": "^4.5.1"
   }
 }
\ No newline at end of file



View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/b23d78bb450fead7ecccf73a5237eaa81ac3fa6e

-- 
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/b23d78bb450fead7ecccf73a5237eaa81ac3fa6e
You're receiving this email because of your account on gitlab.com.

_______________________________________________
TikiWiki-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tikiwiki-cvs
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.