Hi there, I have been having a lot of fun using the eleventy starter on glitch, but one thing I can’t figure out is:
What version of eleventy does it use? And (how) does it update?
My level is definitely beginner here - but from what I can tell it doesn’t seem to work like a standard npm package where I can see in package.json if an update is available. And in file we have the line
devDependencies": { "@11ty/eleventy": "^0.12.1"
But I can’t believe that it is really using v0.12.1 given v1.0 was released a short while ago and v2 is also coming soon.
Any insight on this would be appreciated!
Thanks, Anthony
If you have a remix of an older version, you can update it by selecting the package to update via the “Add package” dropdown at the top of package.json and searching @11ty/eleventy specifically!
Thanks both seems to have done the trick! Updated and not obviously broken .
However I now have the slightly odd situation where my package.json file has the eleventy v1.0.0 not in the devDependencies - ie it doesn’t look like your screen shot Jenn it looks like this:
Is this going to cause future conflict between the two versions or does the v1.0.0 override the devDependencies version whereever it is shown in this file?