Skip to content

Commit

Permalink
feat(deps): bump swc_ecma_parser from 0.141.33 to 0.141.34 (#110)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: michaelangeloio <[email protected]>
  • Loading branch information
dependabot[bot] and michaelangeloio authored Jan 5, 2024
1 parent 5a28b3f commit 482be78
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion crates/does-it-throw-wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ crate-type = ["cdylib"]
[dependencies]
does-it-throw = { path = "../does-it-throw", version = "0.1.15"}
swc_common = "0.33"
swc_ecma_parser = "0.141.15"
swc_ecma_parser = "0.141.34"
swc_ecma_ast = "0.110.9"
swc_ecma_visit = "0.96"
wasm-bindgen = {version = "0.2.74"}
Expand Down
1 change: 1 addition & 0 deletions server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "does-it-throw-lsp",
"description": "Language Server for Does It Throw",
"version": "0.3.3",
"//": "target-version: 0.3.4",
"author": {
"name": "Michael Angelo Rivera",
"email": "[email protected]"
Expand Down

0 comments on commit 482be78

Please sign in to comment.