Skip to content

Commit 6dc5cb3

Browse files
ryan-williamsclaude
andcommitted
Update use-kbd to v0.10.0 (dist branch)
Picks up modes, action pairs/triplets, arrow groups, import/export bindings, debug logging, and other features added since v0.6.0. πŸ€– Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 9abae50 commit 6dc5cb3

File tree

3 files changed

+29
-6
lines changed

3 files changed

+29
-6
lines changed

β€Žts/package.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@
4545
"react-dom": "^18.3.1",
4646
"react-router": "^6.25.0",
4747
"react-router-dom": "^6.25.0",
48-
"use-kbd": "^0.6.0"
48+
"use-kbd": "https://github.com/runsascoded/use-kbd#34745efff8efdfd2c46e3e39d479a708aba704b2"
4949
}
5050
}

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

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

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import { resolve } from 'path'
44

55
export default defineConfig({
66
plugins: [react()],
7+
78
build: {
89
outDir: resolve(__dirname, '../webdiff/static/js'),
910
emptyOutDir: false,

0 commit comments

Comments
Β (0)