mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 02:48:24 +00:00
chore(core): bump and trim deps (#20265)
Skipping for a later follow-up: - base64: #20266 - notify - indexmap (will require follow-up in upstream projects)
This commit is contained in:
parent
5dbf5c8293
commit
d104a09f79
6 changed files with 714 additions and 658 deletions
|
@ -15,7 +15,7 @@ use deno_npm::resolution::ValidSerializedNpmResolutionSnapshot;
|
|||
use deno_npm::NpmSystemInfo;
|
||||
use deno_runtime::deno_tls::RootCertStoreProvider;
|
||||
use deno_semver::npm::NpmPackageReqReference;
|
||||
use indexmap::IndexMap;
|
||||
use indexmap1::IndexMap;
|
||||
|
||||
pub use deno_config::BenchConfig;
|
||||
pub use deno_config::CompilerOptions;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue