Skip to content

Commit

Permalink
update 1.94.0
Browse files Browse the repository at this point in the history
  • Loading branch information
narumincho committed Oct 4, 2024
1 parent 37d6d1c commit 2f80c21
Show file tree
Hide file tree
Showing 6 changed files with 128 additions and 149 deletions.
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@narumincho/vscode",
"version": "1.93.0",
"version": "1.94.0",
"exports": "./mod.ts",
"tasks": {
"build-example": "deno run -A ./example/build.ts"
Expand Down
176 changes: 83 additions & 93 deletions deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 17 additions & 8 deletions gen/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions gen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ edition = "2021"

[dependencies]
tokio = { version = "1.40.0", features = ["macros", "rt-multi-thread"] }
anyhow = "1.0.86"
anyhow = "1.0.89"
reqwest = "0.11.27"
thiserror = "1.0.63"
thiserror = "1.0.64"
swc_atoms = "0.5.9"
swc_common = "0.31.22"
swc_ecma_parser = "0.137.16"
swc_ecma_ast = "0.107.8"
swc_ecma_codegen = "0.142.18"
once_cell = "1.19.0"
once_cell = "1.20.1"
string_cache = "0.8.7"
Loading

0 comments on commit 2f80c21

Please sign in to comment.