Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

Commit

Permalink
chore: remove deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico committed May 30, 2023
1 parent 4f45b8b commit a41466b
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 17 deletions.
2 changes: 0 additions & 2 deletions Cargo.lock

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

2 changes: 0 additions & 2 deletions crates/rome_analyze/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ license.workspace = true
rome_rowan = { workspace = true }
rome_console = { workspace = true }
rome_diagnostics = { workspace = true }
rome_json_parser = { workspace = true }
rome_deserialize = { workspace = true}
bitflags.workspace = true
rustc-hash = { workspace = true }
serde = { version = "1.0.136", features = ["derive"] }
Expand Down
8 changes: 0 additions & 8 deletions crates/rome_js_analyze/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,3 @@ rome_json_parser = { path = "../rome_json_parser"}

[features]
schemars = ["dep:schemars"]


[package.metadata.cargo-udeps.ignore]
normal = [
"rome_json_parser",
"rome_deserialize"
]

7 changes: 2 additions & 5 deletions crates/rome_migrate/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,10 @@ edition = "2021"
[dependencies]
rome_rowan = { workspace = true }
rome_json_syntax = { workspace = true }
rome_json_parser = { workspace = true}
rome_analyze = { workspace = true}
rome_diagnostics = { workspace = true}
lazy_static = { workspace = true }

[package.metadata.cargo-udeps.ignore]
normale = [
"rome_json_parser"
]
[dev-dependencies]
rome_json_parser = { workspace = true }

0 comments on commit a41466b

Please sign in to comment.