update deps

This commit is contained in:
2025-11-10 14:46:34 +01:00
parent 7376a5dd4d
commit ef9bec3334
15 changed files with 845 additions and 1141 deletions
+1 -1
View File
@@ -99,7 +99,7 @@ const withStore = async (mode, handler) => {
}
try {
await done;
} catch (suppressed) {
} catch {
// noop prefer original error
}
throw error;
-2
View File
@@ -1223,7 +1223,6 @@ export const useWorkspaceSnapshot = (engine, useSyncExternalStoreHook) => {
};
/* istanbul ignore next */
/* eslint-disable no-undef */
if (typeof module !== 'undefined' && module && module.exports) {
module.exports = {
WorkspaceEngine,
@@ -1245,4 +1244,3 @@ if (typeof module !== 'undefined' && module && module.exports) {
useWorkspaceSnapshot,
};
}
/* eslint-enable no-undef */