mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-30 17:37:09 +02:00
parent
7b0b87458d
commit
5d59a2bc6d
55 changed files with 483 additions and 483 deletions
|
@ -144,17 +144,17 @@ yarn start (or npm run start)
|
|||
<p>At any time after Docusaurus is installed, you can check your current version of Docusaurus by going into the <code>website</code> directory and typing <code>yarn outdated docusaurus</code> or <code>npm outdated docusaurus</code>.</p>
|
||||
<p>You will see something like this:</p>
|
||||
<pre><code class="hljs">$ yarn outdated
|
||||
Using globally installed <span class="hljs-keyword">version</span> of Yarn
|
||||
yarn outdated v1.5.1
|
||||
warning package.json: <span class="hljs-keyword">No</span> license field
|
||||
warning <span class="hljs-keyword">No</span> license field
|
||||
info Color legend :
|
||||
<span class="hljs-string">"<red>"</span> : Major <span class="hljs-keyword">Update</span> backward-incompatible updates
|
||||
<span class="hljs-string">"<yellow>"</span> : Minor <span class="hljs-keyword">Update</span> backward-compatible features
|
||||
<span class="hljs-string">"<green>"</span> : Patch <span class="hljs-keyword">Update</span> backward-compatible bug fixes
|
||||
Package Current Wanted Latest Package <span class="hljs-keyword">Type</span> URL
|
||||
docusaurus 1.0.9 1.2.0 1.2.0 devDependencies https:<span class="hljs-comment">//github.com/facebook/Docusaurus#readme</span>
|
||||
✨ Done <span class="hljs-keyword">in</span> 0.41s.
|
||||
<span class="hljs-keyword">Using</span> globally installed <span class="hljs-keyword">version</span> <span class="hljs-keyword">of</span> Yarn
|
||||
yarn outdated v1<span class="hljs-number">.5</span><span class="hljs-number">.1</span>
|
||||
<span class="hljs-built_in">warning</span> package.json: <span class="hljs-keyword">No</span> license field
|
||||
<span class="hljs-built_in">warning</span> <span class="hljs-keyword">No</span> license field
|
||||
<span class="hljs-keyword">info</span> Color legend :
|
||||
"<red>" : Major <span class="hljs-keyword">Update</span> backward-incompatible updates
|
||||
"<yellow>" : Minor <span class="hljs-keyword">Update</span> backward-compatible features
|
||||
"<green>" : Patch <span class="hljs-keyword">Update</span> backward-compatible bug fixes
|
||||
Package <span class="hljs-keyword">Current</span> Wanted Latest Package <span class="hljs-keyword">Type</span> URL
|
||||
docusaurus <span class="hljs-number">1.0</span><span class="hljs-number">.9</span> <span class="hljs-number">1.2</span><span class="hljs-number">.0</span> <span class="hljs-number">1.2</span><span class="hljs-number">.0</span> devDependencies https://github.com/facebook/Docusaurus#readme
|
||||
✨ Done <span class="hljs-keyword">in</span> <span class="hljs-number">0.41</span>s.
|
||||
</code></pre>
|
||||
<blockquote>
|
||||
<p>If there is no noticeable version output from the <code>outdated</code> commands, then you are up-to-date.</p>
|
||||
|
|
|
@ -144,17 +144,17 @@ yarn start (or npm run start)
|
|||
<p>At any time after Docusaurus is installed, you can check your current version of Docusaurus by going into the <code>website</code> directory and typing <code>yarn outdated docusaurus</code> or <code>npm outdated docusaurus</code>.</p>
|
||||
<p>You will see something like this:</p>
|
||||
<pre><code class="hljs">$ yarn outdated
|
||||
Using globally installed <span class="hljs-keyword">version</span> of Yarn
|
||||
yarn outdated v1.5.1
|
||||
warning package.json: <span class="hljs-keyword">No</span> license field
|
||||
warning <span class="hljs-keyword">No</span> license field
|
||||
info Color legend :
|
||||
<span class="hljs-string">"<red>"</span> : Major <span class="hljs-keyword">Update</span> backward-incompatible updates
|
||||
<span class="hljs-string">"<yellow>"</span> : Minor <span class="hljs-keyword">Update</span> backward-compatible features
|
||||
<span class="hljs-string">"<green>"</span> : Patch <span class="hljs-keyword">Update</span> backward-compatible bug fixes
|
||||
Package Current Wanted Latest Package <span class="hljs-keyword">Type</span> URL
|
||||
docusaurus 1.0.9 1.2.0 1.2.0 devDependencies https:<span class="hljs-comment">//github.com/facebook/Docusaurus#readme</span>
|
||||
✨ Done <span class="hljs-keyword">in</span> 0.41s.
|
||||
<span class="hljs-keyword">Using</span> globally installed <span class="hljs-keyword">version</span> <span class="hljs-keyword">of</span> Yarn
|
||||
yarn outdated v1<span class="hljs-number">.5</span><span class="hljs-number">.1</span>
|
||||
<span class="hljs-built_in">warning</span> package.json: <span class="hljs-keyword">No</span> license field
|
||||
<span class="hljs-built_in">warning</span> <span class="hljs-keyword">No</span> license field
|
||||
<span class="hljs-keyword">info</span> Color legend :
|
||||
"<red>" : Major <span class="hljs-keyword">Update</span> backward-incompatible updates
|
||||
"<yellow>" : Minor <span class="hljs-keyword">Update</span> backward-compatible features
|
||||
"<green>" : Patch <span class="hljs-keyword">Update</span> backward-compatible bug fixes
|
||||
Package <span class="hljs-keyword">Current</span> Wanted Latest Package <span class="hljs-keyword">Type</span> URL
|
||||
docusaurus <span class="hljs-number">1.0</span><span class="hljs-number">.9</span> <span class="hljs-number">1.2</span><span class="hljs-number">.0</span> <span class="hljs-number">1.2</span><span class="hljs-number">.0</span> devDependencies https://github.com/facebook/Docusaurus#readme
|
||||
✨ Done <span class="hljs-keyword">in</span> <span class="hljs-number">0.41</span>s.
|
||||
</code></pre>
|
||||
<blockquote>
|
||||
<p>If there is no noticeable version output from the <code>outdated</code> commands, then you are up-to-date.</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue