11[package ]
22name = " fresh-editor"
3- version = " 0.1.2 "
3+ version = " 0.1.3 "
44authors = [" Noam Lewis" ]
55edition = " 2021"
66description = " A lightweight, fast terminal-based text editor with LSP support and TypeScript plugins"
@@ -41,7 +41,7 @@ regex = "1.12"
4141ctrlc = " 3.5"
4242libc = " 0.2"
4343nix = { version = " 0.30" , features = [" signal" , " pthread" , " resource" ] }
44- deno_core = " 0.272.0" # TypeScript plugin runtime (stable version)
44+ deno_core = { version = " 0.272.0" , default-features = false } # TypeScript plugin runtime (stable version)
4545deno_ast = { version = " 0.51.0" , features = [" transpiling" ] } # TypeScript transpilation
4646tree-sitter-python = " 0.25.0"
4747tree-sitter-javascript = " 0.25.0"
@@ -59,16 +59,16 @@ tree-sitter-ruby = "0.23.1"
5959tree-sitter-bash = " 0.25.0"
6060tree-sitter-lua = " 0.2.0"
6161anyhow = " 1.0.100"
62- dirs = " 5 .0" # For XDG/platform-specific directory detection
63- pulldown-cmark = " 0.12 " # Markdown parsing for LSP hover docs
64- arboard = " 3.4 " # Cross-platform system clipboard access
62+ dirs = " 6 .0" # For XDG/platform-specific directory detection
63+ pulldown-cmark = " 0.13 " # Markdown parsing for LSP hover docs
64+ arboard = " 3.6 " # Cross-platform system clipboard access
6565notify = " 8.2.0"
6666# tree-sitter-markdown = "0.7.1" # Disabled due to tree-sitter version conflict (uses 0.19.5 instead of 0.25.x)
6767
6868[dev-dependencies ]
6969proptest = " 1.9"
7070tempfile = " 3.23.0"
71- insta = { version = " 1.43 " , features = [" yaml" ] }
71+ insta = { version = " 1.44 " , features = [" yaml" ] }
7272vt100 = " 0.15" # Virtual terminal emulator for testing real ANSI output
7373
7474[profile .release ]
0 commit comments