Skip to content

Commit d552b08

Browse files
ryan-williamsclaude
andcommitted
Switch to npm versions of @rdub/use-hotkeys and @rdub/use-url-params
- @rdub/use-hotkeys@0.0.1 - @rdub/use-url-params@0.1.2 Remove vite optimizeDeps.exclude since we're no longer linking. πŸ€– Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 8e8d407 commit d552b08

File tree

3 files changed

+16
-19
lines changed

3 files changed

+16
-19
lines changed

β€Žwww/package.jsonβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
"@floating-ui/react": "^0.27.13",
2525
"@fortawesome/fontawesome-free": "^6.7.2",
2626
"@observablehq/plot": "^0.6.17",
27-
"@rdub/use-hotkeys": "github:runsascoded/use-hotkeys#79dfcfeb6721981e8a4ba20a04d56bb9a990b624",
28-
"@rdub/use-url-params": "github:runsascoded/use-url-params#b2fd5e270c7b369ec8e674b8264fc81476f8b70b",
27+
"@rdub/use-hotkeys": "^0.0.1",
28+
"@rdub/use-url-params": "^0.1.2",
2929
"@tanstack/react-query": "^5.83.0",
3030
"d3": "^7.9.0",
3131
"hyparquet": "github:runsascoded/hyparquet#531d1f19f6c3224271418f6d73efb3d3fdb2f613",

β€Žwww/pnpm-lock.yamlβ€Ž

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

β€Žwww/vite.config.tsβ€Ž

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,4 @@ export default defineConfig({
1616
'plotly.js-dist-min': 'plotly.js/dist/plotly-basic.min.js',
1717
},
1818
},
19-
optimizeDeps: {
20-
// Exclude local link: dependencies from pre-bundling for easier development
21-
exclude: ['@rdub/use-hotkeys'],
22-
},
2319
})

0 commit comments

Comments
Β (0)