Skip to content

Commit

Permalink
chore(deps): pin dependencies (#74)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 9, 2025
1 parent de82b95 commit 2ceb1bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/typescript_tools/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ serde = { version = "1", features = ["derive"] }
serde_json = { version = "1", features = ["preserve_order"] }

[dev-dependencies]
assert-json-diff = "2.0.2"
tempdir = "0.3.7"
assert-json-diff = "=2.0.2"
tempdir = "=0.3.7"
utilities = { path = "../utilities" }

0 comments on commit 2ceb1bc

Please sign in to comment.