diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2023-11-01 21:30:23 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-01 20:30:23 +0000 |
| commit | 587f2e0800a55e58b2579758d4278a4129b609c0 (patch) | |
| tree | afc3763fd3bd9f7bec35914b961cbb2877a4001f /cli/Cargo.toml | |
| parent | 658f958fb860e9ad3ea531f26f628f18f3bff63e (diff) | |
feat: precompile JSX (#20962)
Co-authored-by: Marvin Hagemeister <marvin@deno.com>
Diffstat (limited to 'cli/Cargo.toml')
| -rw-r--r-- | cli/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index d312209e4..c9eb3aa3c 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -47,7 +47,7 @@ winres.workspace = true [dependencies] deno_ast = { workspace = true, features = ["bundler", "cjs", "codegen", "dep_graph", "module_specifier", "proposal", "react", "sourcemap", "transforms", "typescript", "view", "visit"] } deno_cache_dir = "=0.6.1" -deno_config = "=0.4.0" +deno_config = "=0.5.0" deno_core = { workspace = true, features = ["include_js_files_for_snapshotting"] } deno_doc = { version = "=0.72.1", features = ["html"] } deno_emit = "=0.31.1" |
