Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to change the dependency package version #151

Open
YASH-GOSARA opened this issue Sep 25, 2024 · 2 comments
Open

How to change the dependency package version #151

YASH-GOSARA opened this issue Sep 25, 2024 · 2 comments

Comments

@YASH-GOSARA
Copy link

I'm trying out this repo, but when I run deno task dev, it gives me a warning about the emoji package not being the latest version. The latest version is 0.3.1, but the deno.lock file shows 0.3.0 for the remote import.

How can I update this dependency version?

image
image

Deno version: deno 1.46.3 (stable, release, x86_64-pc-windows-msvc)

@tdharris
Copy link

tdharris commented Oct 10, 2024

This happens for me as well, and starting with Deno 2.0.0 it causes the process to fail. @denoland Please be cautious bumping Deno Deploy to 2.0.0 as it will cause our deno_blog based sites to crash.

As mentioned above, denosaurs/emoji v0.3.1 contains the fix (released Sep 9).

@anuragpoolakkal
Copy link

I too am not being able to use my deno blog in localhost, but works fine when deployed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants