Closed kt3k closed 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
std@0.66.0/node
@rollup/pluginutils
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.
I'll reopen when https://github.com/denofn/denopack/pull/48 is ready.
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/7ee6ad76c240696b8567a9b16491a5ec14eac78fWhile 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.