Skip to content

Commit

Permalink
deploy: 44935f0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 20, 2023
1 parent 68d3b44 commit b470cb6
Show file tree
Hide file tree
Showing 28 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions command/fix-mismatches/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ <h3 id="filter">filter</h3>
<p>Only run <code dir="auto">syncpack {props.command}</code> on dependencies whose names match the given string, which will be passed to <code dir="auto">new RegExp()</code>.</p>

<pre><code># only include react, react-dom, preact etc
syncpack fix-mismatches --types &#39;react&#39;
syncpack fix-mismatches --filter &#39;react&#39;
# only include typescript or eslint packages
syncpack fix-mismatches --types &#39;typescript|eslint&#39;</code></pre>
syncpack fix-mismatches --filter &#39;typescript|eslint&#39;</code></pre>

<h3 id="config">config</h3>
<pre class="astro-code css-variables" style="background-color:var(--astro-code-color-background);color:var(--astro-code-color-text);overflow-x:auto" tabindex="0" lang="plaintext" dir="ltr"><code><span class="line"><span>-c, --config &lt;path&gt;</span></span></code></pre>
Expand Down
4 changes: 2 additions & 2 deletions command/lint-semver-ranges/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ <h3 id="filter">filter</h3>
<p>Only run <code dir="auto">syncpack {props.command}</code> on dependencies whose names match the given string, which will be passed to <code dir="auto">new RegExp()</code>.</p>

<pre><code># only include react, react-dom, preact etc
syncpack lint-semver-ranges --types &#39;react&#39;
syncpack lint-semver-ranges --filter &#39;react&#39;
# only include typescript or eslint packages
syncpack lint-semver-ranges --types &#39;typescript|eslint&#39;</code></pre>
syncpack lint-semver-ranges --filter &#39;typescript|eslint&#39;</code></pre>

<h3 id="config">config</h3>
<pre class="astro-code css-variables" style="background-color:var(--astro-code-color-background);color:var(--astro-code-color-text);overflow-x:auto" tabindex="0" lang="plaintext" dir="ltr"><code><span class="line"><span>-c, --config &lt;path&gt;</span></span></code></pre>
Expand Down
4 changes: 2 additions & 2 deletions command/list-mismatches/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ <h3 id="filter">filter</h3>
<p>Only run <code dir="auto">syncpack {props.command}</code> on dependencies whose names match the given string, which will be passed to <code dir="auto">new RegExp()</code>.</p>

<pre><code># only include react, react-dom, preact etc
syncpack list-mismatches --types &#39;react&#39;
syncpack list-mismatches --filter &#39;react&#39;
# only include typescript or eslint packages
syncpack list-mismatches --types &#39;typescript|eslint&#39;</code></pre>
syncpack list-mismatches --filter &#39;typescript|eslint&#39;</code></pre>

<h3 id="config">config</h3>
<pre class="astro-code css-variables" style="background-color:var(--astro-code-color-background);color:var(--astro-code-color-text);overflow-x:auto" tabindex="0" lang="plaintext" dir="ltr"><code><span class="line"><span>-c, --config &lt;path&gt;</span></span></code></pre>
Expand Down
4 changes: 2 additions & 2 deletions command/list/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ <h3 id="filter">filter</h3>
<p>Only run <code dir="auto">syncpack {props.command}</code> on dependencies whose names match the given string, which will be passed to <code dir="auto">new RegExp()</code>.</p>

<pre><code># only include react, react-dom, preact etc
syncpack list --types &#39;react&#39;
syncpack list --filter &#39;react&#39;
# only include typescript or eslint packages
syncpack list --types &#39;typescript|eslint&#39;</code></pre>
syncpack list --filter &#39;typescript|eslint&#39;</code></pre>

<h3 id="config">config</h3>
<pre class="astro-code css-variables" style="background-color:var(--astro-code-color-background);color:var(--astro-code-color-text);overflow-x:auto" tabindex="0" lang="plaintext" dir="ltr"><code><span class="line"><span>-c, --config &lt;path&gt;</span></span></code></pre>
Expand Down
4 changes: 2 additions & 2 deletions command/prompt/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ <h3 id="filter">filter</h3>
<p>Only run <code dir="auto">syncpack {props.command}</code> on dependencies whose names match the given string, which will be passed to <code dir="auto">new RegExp()</code>.</p>

<pre><code># only include react, react-dom, preact etc
syncpack prompt --types &#39;react&#39;
syncpack prompt --filter &#39;react&#39;
# only include typescript or eslint packages
syncpack prompt --types &#39;typescript|eslint&#39;</code></pre>
syncpack prompt --filter &#39;typescript|eslint&#39;</code></pre>

<h3 id="config">config</h3>
<pre class="astro-code css-variables" style="background-color:var(--astro-code-color-background);color:var(--astro-code-color-text);overflow-x:auto" tabindex="0" lang="plaintext" dir="ltr"><code><span class="line"><span>-c, --config &lt;path&gt;</span></span></code></pre>
Expand Down
4 changes: 2 additions & 2 deletions command/set-semver-ranges/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ <h3 id="filter">filter</h3>
<p>Only run <code dir="auto">syncpack {props.command}</code> on dependencies whose names match the given string, which will be passed to <code dir="auto">new RegExp()</code>.</p>

<pre><code># only include react, react-dom, preact etc
syncpack set-semver-ranges --types &#39;react&#39;
syncpack set-semver-ranges --filter &#39;react&#39;
# only include typescript or eslint packages
syncpack set-semver-ranges --types &#39;typescript|eslint&#39;</code></pre>
syncpack set-semver-ranges --filter &#39;typescript|eslint&#39;</code></pre>

<h3 id="config">config</h3>
<pre class="astro-code css-variables" style="background-color:var(--astro-code-color-background);color:var(--astro-code-color-text);overflow-x:auto" tabindex="0" lang="plaintext" dir="ltr"><code><span class="line"><span>-c, --config &lt;path&gt;</span></span></code></pre>
Expand Down
4 changes: 2 additions & 2 deletions command/update/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ <h3 id="filter">filter</h3>
<p>Only run <code dir="auto">syncpack {props.command}</code> on dependencies whose names match the given string, which will be passed to <code dir="auto">new RegExp()</code>.</p>

<pre><code># only include react, react-dom, preact etc
syncpack update --types &#39;react&#39;
syncpack update --filter &#39;react&#39;
# only include typescript or eslint packages
syncpack update --types &#39;typescript|eslint&#39;</code></pre>
syncpack update --filter &#39;typescript|eslint&#39;</code></pre>

<h3 id="config">config</h3>
<pre class="astro-code css-variables" style="background-color:var(--astro-code-color-background);color:var(--astro-code-color-text);overflow-x:auto" tabindex="0" lang="plaintext" dir="ltr"><code><span class="line"><span>-c, --config &lt;path&gt;</span></span></code></pre>
Expand Down
Binary file added pagefind/fragment/en_15e3aed.pf_fragment
Binary file not shown.
Binary file added pagefind/fragment/en_2554bd7.pf_fragment
Binary file not shown.
Binary file added pagefind/fragment/en_4067ba7.pf_fragment
Binary file not shown.
Binary file added pagefind/fragment/en_41d53df.pf_fragment
Binary file not shown.
Binary file added pagefind/fragment/en_5a351eb.pf_fragment
Binary file not shown.
Binary file removed pagefind/fragment/en_69844e4.pf_fragment
Binary file not shown.
Binary file removed pagefind/fragment/en_76f151f.pf_fragment
Binary file not shown.
Binary file added pagefind/fragment/en_a29c273.pf_fragment
Binary file not shown.
Binary file added pagefind/fragment/en_b784935.pf_fragment
Binary file not shown.
Binary file removed pagefind/fragment/en_cd8dd1d.pf_fragment
Binary file not shown.
Binary file removed pagefind/fragment/en_dac5b88.pf_fragment
Binary file not shown.
Binary file removed pagefind/fragment/en_daecad7.pf_fragment
Binary file not shown.
Binary file removed pagefind/fragment/en_e19cd7f.pf_fragment
Binary file not shown.
Binary file removed pagefind/fragment/en_f584ade.pf_fragment
Binary file not shown.
Binary file removed pagefind/index/en_4c89b0b.pf_index
Binary file not shown.
Binary file added pagefind/index/en_787ce28.pf_index
Binary file not shown.
Binary file removed pagefind/index/en_7eed46a.pf_index
Binary file not shown.
Binary file added pagefind/index/en_b0608d2.pf_index
Binary file not shown.
2 changes: 1 addition & 1 deletion pagefind/pagefind-entry.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"version":"1.0.3","languages":{"en":{"hash":"en_f84b9bdf5f","wasm":"en","page_count":48}}}
{"version":"1.0.3","languages":{"en":{"hash":"en_d3c4c7b25d","wasm":"en","page_count":48}}}
Binary file added pagefind/pagefind.en_d3c4c7b25d.pf_meta
Binary file not shown.
Binary file removed pagefind/pagefind.en_f84b9bdf5f.pf_meta
Binary file not shown.

0 comments on commit b470cb6

Please sign in to comment.