nuxt-modules / prismic

Easily connect your Nuxt.js application to your content hosted on Prismic

Home Page:https://prismic.nuxtjs.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bump prismic-dom from 2.2.5 to 2.6

octo-topi opened this issue · comments

Is your feature request related to a problem? Please describe.

A bugfix has been released in prismic-dom 2.6

Describe the solution you'd like

Bump current dependency from 2.2.5 to 2.6

commented

Hey, as explained, just running yarn upgrade or npm update should bump prismic-dom for you ☺️ (and if not, try removing your node_modules and lock file to force an update)

This package uses the caret (^) semver version range for prismic-dom. This means that upon installation (or update) it will install the most recent version from the said range (^2.2.5), here the latest version we published today: ^2.2.6 (you can check the exact installed version browsing your lock file if you're not afraid to).

I will perform dependency maintenance later this month, in the meantime the above already get you covered ☺️

Let us know if anything!