Skip to content

Commit 4e5c147

Browse files
committed
chore: upgrade state-manager package to v0.5.18 and simplify imports
1 parent 906ea0e commit 4e5c147

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

public/js/deps.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ export * as enhancedRouter from 'https://esm.sh/@profullstack/enhanced-router@0.
1919
export * as apiKeyManager from 'https://esm.sh/@profullstack/[email protected]';
2020
export * as authSystem from 'https://esm.sh/@profullstack/[email protected]';
2121
export * as paymentGateway from 'https://esm.sh/@profullstack/[email protected]';
22-
export * as stateManager from 'https://esm.sh/@profullstack/[email protected].17';
22+
export * as stateManager from 'https://esm.sh/@profullstack/[email protected].18';
2323
export * as storageService from 'https://esm.sh/@profullstack/[email protected]';
24-
export { StoreConnector } from 'https://esm.sh/@profullstack/[email protected]';
25-
export { createStateManager as createStore } from 'https://esm.sh/@profullstack/[email protected]';
24+
export { StoreConnector, createStore } from 'https://esm.sh/@profullstack/[email protected]';

0 commit comments

Comments
 (0)