Skip to content

Commit aa582ed

Browse files
committed
fix(deps): align dexie on 4.4.5 so only one copy loads per page
Dexie refuses to run twice in one page: it throws "Two different versions of Dexie loaded in the same app". Nextcloud loads openregister's global integration script and hermiq's agent leaf on every page, alongside whichever leaf app you are in, so all three have to agree on one dexie. After the dependabot sweep on 2026-08-30 they did not. openregister resolved 4.4.4 while hermiq resolved 4.4.5, and the throw happened before the leaf app mounted, so every app page rendered as bare Nextcloud chrome with no content. This pins the floor at ^4.4.5 and regenerates the lock, matching the apps that were already there. Verified in the browser: the Dexie error is gone from the console and app pages render their navigation and content again.
1 parent e2a4c1b commit aa582ed

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"axe-core": "^4.12.1",
5858
"babel-loader": "^10.1.1",
5959
"css-loader": "~7.1.1",
60-
"dexie": "^4.4.4",
60+
"dexie": "^4.4.5",
6161
"dompurify": "^3.4.12",
6262
"gridstack": "^12.6.0",
6363
"lodash": "^4.17.21",

0 commit comments

Comments
 (0)