<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Posts tagged #yolo</title><description>All posts tagged with yolo on queen.raae.codes</description><link>https://queen.raae.codes/tag/yolo/</link><item><title>📦 🪄 ~ Upgrade all Gatsby packages in one command with yarn</title><link>https://queen.raae.codes/2022-03-29-yarn-upgrade/</link><guid isPermaLink="true">https://queen.raae.codes/2022-03-29-yarn-upgrade/</guid><description>Short tip from today&apos;s coding session where I needed to make sure all Gatsby related packages were up to date: shell yarn upgrade --pattern gatsby --latest It…</description><pubDate>Tue, 29 Mar 2022 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Short tip from today&apos;s coding session where I needed to make sure all Gatsby related packages were up to date:&lt;/p&gt;
&lt;pre&gt;&lt;code class=&quot;language-shell&quot;&gt;yarn upgrade --pattern gatsby --latest
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;It will upgrade all packages with gatsby in its name to the latest version. Check out the &lt;a href=&quot;https://classic.yarnpkg.com/lang/en/docs/cli/upgrade/&quot;&gt;yarn upgrade docs&lt;/a&gt; for more options.&lt;/p&gt;
&lt;p&gt;If you want to yolo upgrade &lt;em&gt;everything&lt;/em&gt; to the latest version, go nuts with:&lt;/p&gt;
&lt;pre&gt;&lt;code class=&quot;language-shell&quot;&gt;yarn upgrade --latest
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt; &lt;br&gt;
All the best,&lt;br&gt;
Queen Raae&lt;/p&gt;
</content:encoded></item></channel></rss>