waveterm/package.json
dependabot[bot] 248176360e
Bump the prod-dependencies group with 4 updates (#213)
[//]: # (dependabot-start)
⚠️  **Dependabot is rebasing this PR** ⚠️ 

Rebasing might not happen immediately, so don't worry if this takes some
time.

Note: if you make any changes to this PR yourself, they will take
precedence over the rebase.

---

[//]: # (dependabot-end)

Bumps the prod-dependencies group with 4 updates:
[@observablehq/plot](https://github.com/observablehq/plot),
[@tanstack/react-table](https://github.com/TanStack/table/tree/HEAD/packages/react-table),
[jotai](https://github.com/pmndrs/jotai) and
[winston](https://github.com/winstonjs/winston).

Updates `@observablehq/plot` from 0.6.15 to 0.6.16
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/observablehq/plot/releases"><code>@​observablehq/plot</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v0.6.16</h2>
<p>Please see the <a
href="https://github.com/observablehq/plot/blob/main/CHANGELOG.md#0616">0.6.16
release notes</a> for examples and more!</p>
<h2>New features</h2>
<ul>
<li>Add the <a href="https://observablehq.com/plot/marks/waffle">waffle
mark</a> 🧇 for comparing countable quantities. <a
href="https://redirect.github.com/observablehq/plot/issues/2029">#2029</a>
<a
href="https://redirect.github.com/observablehq/plot/issues/2040">#2040</a></li>
<li>Add support for GeoJSON data and GeoJSON property shorthand to all
marks. <a
href="https://redirect.github.com/observablehq/plot/issues/2092">#2092</a>
<a
href="https://redirect.github.com/observablehq/plot/issues/1745">#1745</a>
<a
href="https://redirect.github.com/observablehq/plot/issues/1172">#1172</a></li>
<li>Add support for the <strong>tip</strong> option to the <a
href="https://observablehq.com/plot/marks/geo">geo mark</a> (via an
implicit <a
href="https://observablehq.com/plot/transforms/centroid">centroid
transform</a>). <a
href="https://redirect.github.com/observablehq/plot/issues/2088">#2088</a>
<a
href="https://redirect.github.com/observablehq/plot/issues/2087">#2087</a>
<a
href="https://redirect.github.com/observablehq/plot/issues/2085">#2085</a>
<a
href="https://redirect.github.com/observablehq/plot/issues/1743">#1743</a></li>
<li>Add support for Apache Arrow as native data, allowing channel
shorthand. <a
href="https://redirect.github.com/observablehq/plot/issues/191">#191</a>
<a
href="https://redirect.github.com/observablehq/plot/issues/2030">#2030</a>
<a
href="https://redirect.github.com/observablehq/plot/issues/2096">#2096</a>
<a
href="https://redirect.github.com/observablehq/plot/issues/2115">#2115</a></li>
<li>Add per-side and per-corner <a
href="https://observablehq.com/plot/features/marks#rounded-corners">rounding
options</a> (<strong>r</strong>, <strong>rx1</strong>,
<strong>ry1</strong>, <em>etc.</em>) to <a
href="https://observablehq.com/plot/marks/rect">rect</a>-like marks. <a
href="https://redirect.github.com/observablehq/plot/issues/2099">#2099</a>
<a
href="https://redirect.github.com/observablehq/plot/issues/2054">#2054</a></li>
<li>Add <strong>className</strong> mark option. Thanks, <a
href="https://github.com/RLesser"><code>@​RLesser</code></a>! <a
href="https://redirect.github.com/observablehq/plot/issues/1098">#1098</a></li>
<li>Add <a
href="https://observablehq.com/plot/marks/difference#differenceX">differenceX</a>
and <a
href="https://observablehq.com/plot/transforms/shift#shiftY">shiftY</a>.
<a
href="https://redirect.github.com/observablehq/plot/issues/1922">#1922</a></li>
</ul>
<h2>Bug fixes and other improvements</h2>
<ul>
<li>Change the <a href="https://observablehq.com/plot/marks/tip">tip
mark</a> to ignore channels of literal color values. <a
href="https://redirect.github.com/observablehq/plot/issues/2091">#2091</a>
<a
href="https://redirect.github.com/observablehq/plot/issues/2090">#2090</a></li>
<li>Optimize clip path rendering. <a
href="https://redirect.github.com/observablehq/plot/issues/1624">#1624</a></li>
<li>Fix <a href="https://observablehq.com/plot/features/markers">marker
options</a> on <a
href="https://observablehq.com/plot/marks/line">lines</a> with variable
aesthetics. <a
href="https://redirect.github.com/observablehq/plot/issues/2094">#2094</a>
<a
href="https://redirect.github.com/observablehq/plot/issues/2093">#2093</a></li>
<li>Fix the default plot height when a <strong>projection</strong>
<strong>domain</strong> is set. <a
href="https://redirect.github.com/observablehq/plot/issues/2102">#2102</a>
<a
href="https://redirect.github.com/observablehq/plot/issues/2063">#2063</a></li>
<li>Fix the default plot height when the ordinal <em>y</em> scale domain
is empty. <a
href="https://redirect.github.com/observablehq/plot/issues/1864">#1864</a>
<a
href="https://redirect.github.com/observablehq/plot/issues/1856">#1856</a></li>
<li>Fix the <a
href="https://observablehq.com/plot/marks/delaunay">Voronoi mark</a>
with the pointer transform. <a
href="https://redirect.github.com/observablehq/plot/issues/1622">#1622</a>
<a
href="https://redirect.github.com/observablehq/plot/issues/1623">#1623</a></li>
<li>Fix the <a
href="https://observablehq.com/plot/marks/delaunay">Voronoi mark</a>
with non-exclusive facets. <a
href="https://redirect.github.com/observablehq/plot/issues/1858">#1858</a>
<a
href="https://redirect.github.com/observablehq/plot/issues/1623">#1623</a></li>
<li>Fix detection of date columns with Apache Arrow data. <a
href="https://redirect.github.com/observablehq/plot/issues/2096">#2096</a></li>
</ul>
<h2>New contributors</h2>
<ul>
<li><a href="https://github.com/RLesser"><code>@​RLesser</code></a> made
their first contribution in <a
href="https://redirect.github.com/observablehq/plot/pull/1098">observablehq/plot#1098</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/observablehq/plot/compare/v0.6.15...v0.6.16">https://github.com/observablehq/plot/compare/v0.6.15...v0.6.16</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/observablehq/plot/blob/main/CHANGELOG.md"><code>@​observablehq/plot</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>0.6.16</h2>
<p><a
href="https://github.com/observablehq/plot/releases/tag/v0.6.16">Released
August 6, 2024.</a></p>
<p>The new <a href="https://observablehq.com/plot/marks/waffle">waffle
mark</a> 🧇 displays a quantity (or quantitative extent) for a given
category; unlike a <a
href="https://observablehq.com/plot/marks/bar">bar</a>, a waffle is
subdivided into cells that allow easier counting, making waffles useful
for reading and comparing exact quantities. Plot’s waffle mark is highly
configurable: it supports stacking, positive and negative values,
rounded corners, partial cells for fractional counts, automatic row or
column size determination (with optional override), and more!</p>
<p><a href="https://observablehq.com/plot/marks/waffle"><!-- raw HTML
omitted --></a></p>
<pre lang="js"><code>Plot.plot({
  fx: {interval: 10},
  color: {legend: true},
marks: [Plot.waffleY(olympians, Plot.groupZ({y: &quot;count&quot;},
{fill: &quot;sex&quot;, sort: &quot;sex&quot;, fx: &quot;weight&quot;,
unit: 10}))]
})
</code></pre>
<p>All marks now support GeoJSON data and GeoJSON property shorthand,
making it easier to work with GeoJSON. For example, below the data
<code>counties</code> is a GeoJSON FeatureCollection, and
<code>unemployment</code> refers to a property on each feature; the
<strong>fill</strong> option is thus shorthand for <code>(d) =&gt;
d.properties.unemployment</code>. The <a
href="https://observablehq.com/plot/marks/geo">geo mark</a> now also
supports the <strong>tip</strong> option (via an implicit <a
href="https://observablehq.com/plot/transforms/centroid">centroid
transform</a>), making it easier to use Plot’s <a
href="https://observablehq.com/plot/interactions/pointer">interactive
tooltips</a>.</p>
<p><a href="https://observablehq.com/plot/marks/geo"><!-- raw HTML
omitted --></a></p>
<pre lang="js"><code>Plot.plot({
  projection: &quot;albers-usa&quot;,
  color: {
    type: &quot;quantile&quot;,
    n: 9,
    scheme: &quot;blues&quot;,
    label: &quot;Unemployment (%)&quot;,
    legend: true
  },
  marks: [
    Plot.geo(counties, {
      fill: &quot;unemployment&quot;,
title: (d) =&gt; `${d.properties.name} ${d.properties.unemployment}%`,
      tip: true
    })
  ]
})
</code></pre>
<p>All marks now also support column name channel shorthand when using
Apache Arrow tables as data, and we’ve added detection of Arrow
date-type columns. (Arrow represents temporal data using BigInt rather
than Date.)</p>
<pre lang="js"><code>Plot.dot(gistemp, {x: &quot;Date&quot;, y:
&quot;Anomaly&quot;}).plot() // gistemp is an Arrow Table!
</code></pre>
<p>The rect-like marks (<a
href="https://observablehq.com/plot/marks/rect">rect</a>, <a
href="https://observablehq.com/plot/marks/bar">bar</a>, <a
href="https://observablehq.com/plot/marks/cell">cell</a>, and <a
href="https://observablehq.com/plot/marks/frame">frame</a>) now support
individual rounding options for each side (<strong>rx1</strong>,
<strong>ry1</strong>, <em>etc.</em>) and corner (<strong>rx1y1</strong>,
<strong>rx2y1</strong>, <em>etc.</em>). This allows you to round just
the top side of rects. You can even use a negative corner radius on the
bottom side for seamless stacking, as in the histogram of Olympic
athletes below.</p>
<p><a href="https://observablehq.com/plot/marks/rect"><!-- raw HTML
omitted --></a></p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="4324fa0a6f"><code>4324fa0</code></a>
implement cloneNode</li>
<li><a
href="5478728579"><code>5478728</code></a>
0.6.16 (<a
href="https://redirect.github.com/observablehq/plot/issues/2122">#2122</a>)</li>
<li><a
href="9ea2e27650"><code>9ea2e27</code></a>
waffle multiple option (<a
href="https://redirect.github.com/observablehq/plot/issues/2121">#2121</a>)</li>
<li><a
href="67736b1291"><code>67736b1</code></a>
document arrow support (<a
href="https://redirect.github.com/observablehq/plot/issues/2120">#2120</a>)</li>
<li><a
href="0f884a2900"><code>0f884a2</code></a>
support Apache Arrow as a normalized data representation (<a
href="https://redirect.github.com/observablehq/plot/issues/2115">#2115</a>)</li>
<li><a
href="c911b1a7a6"><code>c911b1a</code></a>
stable clip paths (<a
href="https://redirect.github.com/observablehq/plot/issues/1624">#1624</a>)</li>
<li><a
href="699e2d69ff"><code>699e2d6</code></a>
waffle mark 🧇 (<a
href="https://redirect.github.com/observablehq/plot/issues/2040">#2040</a>)</li>
<li><a
href="7fdbbabf7f"><code>7fdbbab</code></a>
fix <a
href="https://redirect.github.com/observablehq/plot/issues/2117">#2117</a>;
delete obsolete sentence</li>
<li><a
href="a576ab3afd"><code>a576ab3</code></a>
Voronoi initializer (for pointer interactions) (<a
href="https://redirect.github.com/observablehq/plot/issues/1623">#1623</a>)</li>
<li><a
href="6f0fe3fae6"><code>6f0fe3f</code></a>
Getting Started in Node.js (<a
href="https://redirect.github.com/observablehq/plot/issues/2116">#2116</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/observablehq/plot/compare/v0.6.15...v0.6.16">compare
view</a></li>
</ul>
</details>
<br />

Updates `@tanstack/react-table` from 8.19.3 to 8.20.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/TanStack/table/releases"><code>@​tanstack/react-table</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v8.20.1</h2>
<p>Version 8.20.1 - 8/3/24, 10:29 PM</p>
<h2>Changes</h2>
<h3>Fix</h3>
<ul>
<li>id building was not consistent when using deep accessorKey (4754)
(<a
href="https://github.com/TanStack/table/tree/HEAD/packages/react-table/issues/5430">#5430</a>)
(84cf73a) by Roman Kozodoi</li>
</ul>
<h3>Docs</h3>
<ul>
<li>fix link to row-models doc in guide/tables.md (<a
href="https://github.com/TanStack/table/tree/HEAD/packages/react-table/issues/5467">#5467</a>)
(55da0c3) by <a
href="https://github.com/0ctothorp"><code>@​0ctothorp</code></a></li>
<li>Update columns.md (<a
href="https://github.com/TanStack/table/tree/HEAD/packages/react-table/issues/5666">#5666</a>)
(a8d1971) by squidjam</li>
</ul>
<h2>Packages</h2>
<ul>
<li><code>@​tanstack/table-core</code><a
href="https://github.com/8"><code>@​8</code></a>.20.1</li>
<li><code>@​tanstack/angular-table</code><a
href="https://github.com/8"><code>@​8</code></a>.20.1</li>
<li><code>@​tanstack/lit-table</code><a
href="https://github.com/8"><code>@​8</code></a>.20.1</li>
<li><code>@​tanstack/qwik-table</code><a
href="https://github.com/8"><code>@​8</code></a>.20.1</li>
<li><code>@​tanstack/react-table</code><a
href="https://github.com/8"><code>@​8</code></a>.20.1</li>
<li><code>@​tanstack/solid-table</code><a
href="https://github.com/8"><code>@​8</code></a>.20.1</li>
<li><code>@​tanstack/svelte-table</code><a
href="https://github.com/8"><code>@​8</code></a>.20.1</li>
<li><code>@​tanstack/vue-table</code><a
href="https://github.com/8"><code>@​8</code></a>.20.1</li>
<li><code>@​tanstack/react-table-devtools</code><a
href="https://github.com/8"><code>@​8</code></a>.20.1</li>
</ul>
<h2>v8.20.0</h2>
<p>Version 8.20.0 - 8/3/24, 9:32 PM</p>
<h2>Changes</h2>
<h3>Feat</h3>
<ul>
<li>add support for reactivity in Vue-adapter (<a
href="https://github.com/TanStack/table/tree/HEAD/packages/react-table/issues/5687">#5687</a>)
(ab8e318) by <a
href="https://github.com/OlaAlsaker"><code>@​OlaAlsaker</code></a></li>
</ul>
<h3>Docs</h3>
<ul>
<li>fixed wrong path (<a
href="https://github.com/TanStack/table/tree/HEAD/packages/react-table/issues/5693">#5693</a>)
(f8a018d) by Hannes</li>
</ul>
<h2>Packages</h2>
<ul>
<li><code>@​tanstack/vue-table</code><a
href="https://github.com/8"><code>@​8</code></a>.20.0</li>
</ul>
<h2>v8.19.4</h2>
<p>Version 8.19.4 - 8/3/24, 8:50 PM</p>
<h2>Changes</h2>
<h3>Fix</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="9370c9e31a"><code>9370c9e</code></a>
release: v8.20.1</li>
<li><a
href="f269a59035"><code>f269a59</code></a>
release: v8.19.4</li>
<li>See full diff in <a
href="https://github.com/TanStack/table/commits/v8.20.1/packages/react-table">compare
view</a></li>
</ul>
</details>
<br />

Updates `jotai` from 2.9.1 to 2.9.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/pmndrs/jotai/releases">jotai's
releases</a>.</em></p>
<blockquote>
<h2>v2.9.2</h2>
<p>A small improvement in atomFamily for edge use cases.</p>
<h2>What's Changed</h2>
<ul>
<li>feat(utils): atomFamily supports getParams and unstable_listen api
by <a href="https://github.com/dmaskasky"><code>@​dmaskasky</code></a>
in <a
href="https://redirect.github.com/pmndrs/jotai/pull/2685">pmndrs/jotai#2685</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/junkboy0315"><code>@​junkboy0315</code></a>
made their first contribution in <a
href="https://redirect.github.com/pmndrs/jotai/pull/2694">pmndrs/jotai#2694</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/pmndrs/jotai/compare/v2.9.1...v2.9.2">https://github.com/pmndrs/jotai/compare/v2.9.1...v2.9.2</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="20e0cde354"><code>20e0cde</code></a>
2.9.2</li>
<li><a
href="785d14a354"><code>785d14a</code></a>
update dev dependencies (<a
href="https://redirect.github.com/pmndrs/jotai/issues/2696">#2696</a>)</li>
<li><a
href="b4565cbb97"><code>b4565cb</code></a>
feat(utils): atomFamily supports getParams and unstable_listen api (<a
href="https://redirect.github.com/pmndrs/jotai/issues/2685">#2685</a>)</li>
<li><a
href="9228a8892f"><code>9228a88</code></a>
docs: remove redundant parentheses (<a
href="https://redirect.github.com/pmndrs/jotai/issues/2694">#2694</a>)</li>
<li><a
href="c76b2242d0"><code>c76b224</code></a>
docs: (jotai-tanstack-query) remove wonka as a peer dependency (<a
href="https://redirect.github.com/pmndrs/jotai/issues/2693">#2693</a>)</li>
<li>See full diff in <a
href="https://github.com/pmndrs/jotai/compare/v2.9.1...v2.9.2">compare
view</a></li>
</ul>
</details>
<br />

Updates `winston` from 3.13.1 to 3.14.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/winstonjs/winston/releases">winston's
releases</a>.</em></p>
<blockquote>
<h2>v3.14.1</h2>
<ul>
<li>Save a reference to console methods in console transport (<a
href="https://redirect.github.com/winstonjs/winston/issues/2498">#2498</a>)
e82752f</li>
<li>Add <code>forceConsole</code> to
<code>ConsoleTransportOptions</code> (<a
href="https://redirect.github.com/winstonjs/winston/issues/2496">#2496</a>)
4ff0538</li>
<li>Bump mocha from 10.6.0 to 10.7.0 (<a
href="https://redirect.github.com/winstonjs/winston/issues/2489">#2489</a>)
62acaad</li>
<li>Update readme with forceConsole info (<a
href="https://redirect.github.com/winstonjs/winston/issues/2493">#2493</a>)
b2b79af</li>
</ul>
<p><a
href="https://github.com/winstonjs/winston/compare/v3.14.0...v3.14.1">https://github.com/winstonjs/winston/compare/v3.14.0...v3.14.1</a></p>
<h2>v3.14.0</h2>
<ul>
<li>Add option forceConsole (<a
href="https://redirect.github.com/winstonjs/winston/issues/2276">#2276</a>)
b2098fd</li>
<li>Set _rotate false on emit &amp;<a
href="https://redirect.github.com/winstonjs/winston/issues/39">#39</a>;rotate&amp;<a
href="https://redirect.github.com/winstonjs/winston/issues/39">#39</a>;
false (<a
href="https://redirect.github.com/winstonjs/winston/issues/2457">#2457</a>)
1719275</li>
<li>Bump <code>@​babel/core</code> from 7.24.7 to 7.24.9 (<a
href="https://redirect.github.com/winstonjs/winston/issues/2485">#2485</a>)
d2859f3</li>
<li>Bump <code>@​babel/preset-env</code> from 7.24.7 to 7.24.8 (<a
href="https://redirect.github.com/winstonjs/winston/issues/2487">#2487</a>)
71e4bb1</li>
<li>fix: readme (<a
href="https://redirect.github.com/winstonjs/winston/issues/2488">#2488</a>)
0cb8c7c</li>
</ul>
<p><a
href="https://github.com/winstonjs/winston/compare/v3.13.1...v3.14.0">https://github.com/winstonjs/winston/compare/v3.13.1...v3.14.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="b270c4ee8a"><code>b270c4e</code></a>
3.14.1</li>
<li><a
href="e82752fc7f"><code>e82752f</code></a>
Save a reference to console methods in console transport (<a
href="https://redirect.github.com/winstonjs/winston/issues/2498">#2498</a>)</li>
<li><a
href="4ff0538e11"><code>4ff0538</code></a>
Add <code>forceConsole</code> to <code>ConsoleTransportOptions</code>
(<a
href="https://redirect.github.com/winstonjs/winston/issues/2496">#2496</a>)</li>
<li><a
href="62acaad26c"><code>62acaad</code></a>
Bump mocha from 10.6.0 to 10.7.0 (<a
href="https://redirect.github.com/winstonjs/winston/issues/2489">#2489</a>)</li>
<li><a
href="b2b79af239"><code>b2b79af</code></a>
Update readme with forceConsole info (<a
href="https://redirect.github.com/winstonjs/winston/issues/2493">#2493</a>)</li>
<li><a
href="c4a15ec023"><code>c4a15ec</code></a>
3.14.0</li>
<li><a
href="b2098fd9c0"><code>b2098fd</code></a>
Add option forceConsole (<a
href="https://redirect.github.com/winstonjs/winston/issues/2276">#2276</a>)</li>
<li><a
href="1719275473"><code>1719275</code></a>
Set _rotate false on emit 'rotate' false (<a
href="https://redirect.github.com/winstonjs/winston/issues/2457">#2457</a>)</li>
<li><a
href="d2859f3d31"><code>d2859f3</code></a>
Bump <code>@​babel/core</code> from 7.24.7 to 7.24.9 (<a
href="https://redirect.github.com/winstonjs/winston/issues/2485">#2485</a>)</li>
<li><a
href="71e4bb1654"><code>71e4bb1</code></a>
Bump <code>@​babel/preset-env</code> from 7.24.7 to 7.24.8 (<a
href="https://redirect.github.com/winstonjs/winston/issues/2487">#2487</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/winstonjs/winston/compare/v3.13.1...v3.14.1">compare
view</a></li>
</ul>
</details>
<br />


Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-09 09:46:58 -07:00

123 lines
4.1 KiB
JSON

{
"name": "thenextwave",
"author": {
"name": "Command Line Inc",
"email": "info@commandline.dev"
},
"productName": "TheNextWave",
"description": "An Open-Source, AI-Native, Terminal Built for Seamless Workflows",
"license": "Apache-2.0",
"version": "0.1.8",
"homepage": "https://waveterm.dev",
"build": {
"appId": "dev.commandline.thenextwave"
},
"private": true,
"main": "./dist/main/index.js",
"type": "module",
"scripts": {
"dev": "electron-vite dev",
"start": "electron-vite preview",
"build:dev": "electron-vite build --mode development",
"build:prod": "electron-vite build --mode production",
"storybook": "storybook dev -p 6006 --no-open",
"build-storybook": "storybook build",
"coverage": "vitest run --coverage",
"test": "vitest",
"postinstall": "electron-builder install-app-deps"
},
"devDependencies": {
"@chromatic-com/storybook": "^1.6.1",
"@eslint/js": "^9.8.0",
"@storybook/addon-essentials": "^8.2.8",
"@storybook/addon-interactions": "^8.2.8",
"@storybook/addon-links": "^8.2.8",
"@storybook/blocks": "^8.2.8",
"@storybook/react": "^8.2.8",
"@storybook/react-vite": "^8.2.8",
"@storybook/test": "^8.2.8",
"@types/css-tree": "^2",
"@types/electron": "^1.6.10",
"@types/node": "^22.1.0",
"@types/papaparse": "^5",
"@types/react": "^18.3.3",
"@types/shell-quote": "^1",
"@types/sprintf-js": "^1",
"@types/throttle-debounce": "^5",
"@types/tinycolor2": "^1",
"@types/uuid": "^10.0.0",
"@vitejs/plugin-react-swc": "^3.7.0",
"@vitest/coverage-istanbul": "^2.0.5",
"electron": "^31.3.1",
"electron-builder": "^24.13.3",
"electron-vite": "^2.3.0",
"eslint": "^9.8.0",
"eslint-config-prettier": "^9.1.0",
"less": "^4.2.0",
"prettier": "^3.3.3",
"prettier-plugin-jsdoc": "^1.3.0",
"prettier-plugin-organize-imports": "^4.0.0",
"rollup-plugin-flow": "^1.1.1",
"sharp": "^0.33.4",
"storybook": "^8.2.8",
"ts-node": "^10.9.2",
"tslib": "^2.6.3",
"tsx": "^4.17.0",
"typescript": "^5.5.4",
"typescript-eslint": "^8.0.1",
"vite": "^5.4.0",
"vite-plugin-image-optimizer": "^1.1.8",
"vite-plugin-static-copy": "^1.0.6",
"vite-plugin-svgr": "^4.2.0",
"vite-tsconfig-paths": "^5.0.1",
"vitest": "^2.0.5"
},
"dependencies": {
"@monaco-editor/loader": "^1.4.0",
"@monaco-editor/react": "^4.6.0",
"@observablehq/plot": "^0.6.16",
"@react-hook/resize-observer": "^2.0.2",
"@table-nav/core": "^0.0.7",
"@table-nav/react": "^0.0.7",
"@tanstack/react-table": "^8.20.1",
"@types/color": "^3.0.6",
"@xterm/addon-fit": "^0.10.0",
"@xterm/addon-serialize": "^0.13.0",
"@xterm/addon-web-links": "^0.11.0",
"@xterm/addon-webgl": "^0.18.0",
"@xterm/xterm": "^5.5.0",
"base64-js": "^1.5.1",
"clsx": "^2.1.1",
"color": "^4.2.3",
"css-tree": "^2.3.1",
"dayjs": "^1.11.12",
"electron-updater": "6.3.2",
"htl": "^0.3.1",
"html-to-image": "^1.11.11",
"immer": "^10.1.1",
"jotai": "^2.9.2",
"monaco-editor": "^0.50.0",
"overlayscrollbars": "^2.10.0",
"overlayscrollbars-react": "^0.5.6",
"papaparse": "^5.4.1",
"react": "^18.3.1",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18.3.1",
"react-frame-component": "^5.2.7",
"react-gauge-chart": "^0.5.1",
"react-markdown": "^9.0.1",
"rehype-raw": "^7.0.0",
"remark-gfm": "^4.0.0",
"rxjs": "^7.8.1",
"shell-quote": "^1.8.1",
"sprintf-js": "^1.1.3",
"throttle-debounce": "^5.0.2",
"tinycolor2": "^1.6.0",
"use-device-pixel-ratio": "^1.1.2",
"uuid": "^10.0.0",
"winston": "^3.14.1"
},
"packageManager": "yarn@4.3.1"
}