lucacasonato / dext.ts

The Preact Framework for Deno
https://deno.land/x/dext
MIT License
241 stars 8 forks source link

chore: update dependencies for Deno 1.7.1 #64

Closed kt3k closed 3 years ago

kt3k commented 3 years ago

This PR updates the dependencies for Deno 1.7.1.

Deno 1.7.1 doesn't work well with the latest denopack because the dependency to https://deno.land/std@0.66.0/node/process.ts causes the type error while type checking.

I removed that dependency (std@0.66.0/node) by switching the dependency of @rollup/pluginutils from "https://cdn.dreg.dev/package/@rollup/pluginutils@4.0.0" to "https://esm.sh/@rollup/pluginutils@4.0.0" in https://github.com/kt3k/denopack/commit/7ee6ad76c240696b8567a9b16491a5ec14eac78f

While this just works depending on my fork, I'm going to update this PR when https://github.com/denofn/denopack/pull/48 and the above commit are merged in denopack.

kt3k commented 3 years ago

I'll reopen when https://github.com/denofn/denopack/pull/48 is ready.