jaydenseric / ruck

Ruck is an open source buildless React web application framework for Deno.
https://ruck.tech
MIT License
149 stars 1 forks source link

Replace the `media_types` dependency with new Deno `std` APIs #5

Closed jaydenseric closed 2 years ago

jaydenseric commented 2 years ago

The media_types package has been deprecated, in favour of the new Deno std APIs for media types available in v0.142.0:

https://deno.land/std@0.142.0/media_types

Once this has been actioned in Ruck, we will be able to remove this from our server import maps:

"media_types/": "https://deno.land/x/media_types@v3.0.2/"