Deno version & package.json

How often Deno upgrades? As i see currently, it uses pretty outdated version 1.22, which was released a year ago. And recent versions has a lot of amazing features, like package.json support: Deno 1.31: package.json support, so it would be nice to know when we would be able to use it.

Currently I can’t use edge functions cause I can’t even install my dependencies - the protocol npm: doesn’t work, let alone installing them from package.json directly

There’s no timeline as to when the version will update. We’re currently working on allowing npm: imports, but that will take some time (if at all it ends up making into production that is).

Hey there @hrishikesh :wave: , is the npm: protocol supported yet?

Context:

Trying to import import { withAccelerate } from "npm:@prisma/extension-accelerate@1.0.0" in this repo, is failing the build.

No, but you shuld not have to use it. We directly support npm modules: Support for npm modules in Edge Functions