Skip to content

Commit 994dd8f

Browse files
committed
Update spa-router dependency to latest version
1 parent 2968c89 commit 994dd8f

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"license": "ISC",
2727
"dependencies": {
2828
"@hono/node-server": "^1.8.2",
29-
"@profullstack/spa-router": "^1.0.1",
29+
"@profullstack/spa-router": "^1.11.1",
3030
"@supabase/supabase-js": "^2.49.4",
3131
"chalk": "^5.3.0",
3232
"commander": "^12.0.0",

pnpm-lock.yaml

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

public/js/deps.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*/
88

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

1212
// Import and re-export state-manager
1313
export { createStore, StoreConnector } from 'https://esm.sh/@profullstack/[email protected]';

0 commit comments

Comments
 (0)