Skip to content

Commit 1f557ab

Browse files
committed
chore: update profullstack dependency versions and remove document-converters module
1 parent 17ebdec commit 1f557ab

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

public/js/deps.js

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,17 @@
77
*/
88

99
// Import and re-export spa-router
10-
export { Router, transitions, renderer, componentLoader } from 'https://esm.sh/@profullstack/[email protected].12';
10+
export { Router, transitions, renderer, componentLoader } from 'https://esm.sh/@profullstack/[email protected].13';
1111

1212
// Import and re-export localizer
13-
export { localizer, _t } from 'https://esm.sh/@profullstack/[email protected].14';
13+
export { localizer, _t } from 'https://esm.sh/@profullstack/[email protected].15';
1414

1515
// Import and re-export enhanced-router
16-
export * as enhancedRouter from 'https://esm.sh/@profullstack/[email protected].14';
16+
export * as enhancedRouter from 'https://esm.sh/@profullstack/[email protected].15';
1717

1818
// Re-export other modules
19-
export * as apiKeyManager from 'https://esm.sh/@profullstack/[email protected]';
20-
export * as authSystem from 'https://esm.sh/@profullstack/[email protected]';
21-
export * as documentConverters from 'https://esm.sh/@profullstack/[email protected]';
22-
export * as paymentGateway from 'https://esm.sh/@profullstack/[email protected]';
23-
export * as storageService from 'https://esm.sh/@profullstack/[email protected]';
24-
export * as websocketClient from 'https://esm.sh/@profullstack/[email protected]';
19+
export * as apiKeyManager from 'https://esm.sh/@profullstack/[email protected]';
20+
export * as authSystem from 'https://esm.sh/@profullstack/[email protected]';
21+
export * as paymentGateway from 'https://esm.sh/@profullstack/[email protected]';
22+
export * as storageService from 'https://esm.sh/@profullstack/[email protected]';
23+
export * as websocketClient from 'https://esm.sh/@profullstack/[email protected]';

0 commit comments

Comments
 (0)