Skip to content

Commit

Permalink
chore: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
magic-akari committed Sep 27, 2024
1 parent b147451 commit ce8e5a4
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 52 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.16.0
v20.17.0
94 changes: 47 additions & 47 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@ resolver = "2"

[workspace.dependencies]
ruff_fmt_config = { path = "crates/ruff_fmt_config" }
ruff_formatter = { git = "https://github.com/astral-sh/ruff.git", tag = "0.6.1" }
ruff_python_formatter = { git = "https://github.com/astral-sh/ruff.git", tag = "0.6.1" }
ruff_formatter = { git = "https://github.com/astral-sh/ruff.git", tag = "0.6.8" }
ruff_python_formatter = { git = "https://github.com/astral-sh/ruff.git", tag = "0.6.8" }


anyhow = "1"
serde = "1.0"
serde-wasm-bindgen = "0.6"
serde_json = "1.0"
testing_macros = "0.2.12"
wasm-bindgen = "0.2.92"
testing_macros = "0.2.14"
wasm-bindgen = "0.2.93"


[profile.release]
Expand Down

0 comments on commit ce8e5a4

Please sign in to comment.