0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-04 09:57:11 -05:00

fix(lint): react-rules-of-hooks works with destructuring (#28113)

This commit is contained in:
Bartek Iwańczuk 2025-02-14 10:30:48 +01:00 committed by GitHub
parent 6c368c2469
commit 02ded3b1f6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -2031,9 +2031,9 @@ dependencies = [
[[package]]
name = "deno_lint"
version = "0.72.0"
version = "0.72.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ff1057c63ef31a7b3a8426bac62c3d3b31049383e044928432238b79aba2b1c4"
checksum = "ef5020c50214ba5b42d84b623b58573095e800a81c6060e9589e7e4ea1206f8d"
dependencies = [
"anyhow",
"deno_ast",

View file

@ -74,7 +74,7 @@ deno_doc = { version = "=0.164.0", features = ["rust", "comrak"] }
deno_error.workspace = true
deno_graph = { version = "=0.87.3" }
deno_lib.workspace = true
deno_lint = { version = "0.72.0" }
deno_lint = { version = "0.72.1" }
deno_lockfile.workspace = true
deno_media_type = { workspace = true, features = ["data_url", "decoding", "module_specifier"] }
deno_npm.workspace = true