mirror of
https://github.com/wavetermdev/waveterm.git
synced 2024-12-21 16:38:23 +01:00
27d22c2f7e
Bumps the electron group with 2 updates: [electron-updater](https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-updater) and [electron](https://github.com/electron/electron). Updates `electron-updater` from 6.3.3 to 6.3.4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/electron-userland/electron-builder/releases">electron-updater's releases</a>.</em></p> <blockquote> <h2>electron-updater@6.3.4</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/electron-userland/electron-builder/pull/8417">#8417</a> <a href="e77de9f661
"><code>e77de9f6</code></a> Thanks <a href="https://github.com/beyondkmp"><code>@beyondkmp</code></a>! - update semver to latest</p> </li> <li> <p><a href="https://redirect.github.com/electron-userland/electron-builder/pull/8409">#8409</a> <a href="5fae1cf3be
"><code>5fae1cf3</code></a> Thanks <a href="https://github.com/ckarich"><code>@ckarich</code></a>! - fix: windows signature verification special chars</p> </li> <li> <p><a href="https://redirect.github.com/electron-userland/electron-builder/pull/8282">#8282</a> <a href="15ce5b4164
"><code>15ce5b41</code></a> Thanks <a href="https://github.com/beyondkmp"><code>@beyondkmp</code></a>! - fix aborted event</p> </li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/electron-userland/electron-builder/blob/master/packages/electron-updater/CHANGELOG.md">electron-updater's changelog</a>.</em></p> <blockquote> <h2>6.3.4</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/electron-userland/electron-builder/pull/8417">#8417</a> <a href="e77de9f661
"><code>e77de9f6</code></a> Thanks <a href="https://github.com/beyondkmp"><code>@beyondkmp</code></a>! - update semver to latest</p> </li> <li> <p><a href="https://redirect.github.com/electron-userland/electron-builder/pull/8409">#8409</a> <a href="5fae1cf3be
"><code>5fae1cf3</code></a> Thanks <a href="https://github.com/ckarich"><code>@ckarich</code></a>! - fix: windows signature verification special chars</p> </li> <li> <p><a href="https://redirect.github.com/electron-userland/electron-builder/pull/8282">#8282</a> <a href="15ce5b4164
"><code>15ce5b41</code></a> Thanks <a href="https://github.com/beyondkmp"><code>@beyondkmp</code></a>! - fix aborted event</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="d5d9f3f9aa
"><code>d5d9f3f</code></a> chore(deploy): Release v25.0.5 (electron-updater@6.3.4) (<a href="https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-updater/issues/8411">#8411</a>)</li> <li><a href="e77de9f661
"><code>e77de9f</code></a> chore(deps): upgrade semver to latest to resolve CVE (<a href="https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-updater/issues/8417">#8417</a>)</li> <li><a href="15ce5b4164
"><code>15ce5b4</code></a> fix: change <code>abort</code> listener to <code>aborted</code> event (<a href="https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-updater/issues/8282">#8282</a>)</li> <li><a href="5fae1cf3be
"><code>5fae1cf</code></a> fix: windows signature verification special chars (<a href="https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-updater/issues/8409">#8409</a>)</li> <li>See full diff in <a href="https://github.com/electron-userland/electron-builder/commits/electron-updater@6.3.4/packages/electron-updater">compare view</a></li> </ul> </details> <br /> Updates `electron` from 31.4.0 to 32.0.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/electron/electron/releases">electron's releases</a>.</em></p> <blockquote> <h2>electron v32.0.1</h2> <h1>Release Notes for v32.0.1</h1> <h2>Other Changes</h2> <ul> <li>Security: cherry-pick 9797576 from v8 <a href="https://redirect.github.com/electron/electron/pull/43384">#43384</a></li> </ul> <h2>electron v32.0.0</h2> <h1>Release Notes for v32.0.0</h1> <h2>Stack Upgrades</h2> <ul> <li>Chromium<code>128.0.6613.36</code> <ul> <li><a href="https://developer.chrome.com/blog/new-in-chrome-128/">New in 128</a></li> <li><a href="https://developer.chrome.com/blog/new-in-chrome-127/">New in 127</a></li> </ul> </li> <li>Node <code>20.16.0</code> <ul> <li><a href="https://nodejs.org/en/blog/release/v20.16.0/">Node 20.16.0 blog post</a></li> </ul> </li> <li>V8 <code>12.8</code></li> </ul> <h2>Breaking Changes</h2> <ul> <li>Removed nonstandard <code>File.path</code> extension from the Web <code>File</code> API. <a href="https://redirect.github.com/electron/electron/pull/42053">#42053</a></li> <li>Added the following existing navigation related APIs to <code>webcontents.navigationHistory</code>: <code>canGoBack</code>, <code>goBack</code>, <code>canGoForward</code>, <code>goForward</code>, <code>canGoToOffset</code>, <code>goToOffset</code>, <code>clear</code>. <a href="https://redirect.github.com/electron/electron/pull/41752">#41752</a></li> </ul> <h2>Features</h2> <h3>Additions</h3> <ul> <li>Added <code>DownloadItem.getCurrentBytesPerSecond()</code>, <code>DownloadItem.getPercentComplete()</code>, <code>DownloadItem.getEndTime()</code>. <a href="https://redirect.github.com/electron/electron/pull/42913">#42913</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/42914">30</a>, <a href="https://redirect.github.com/electron/electron/pull/42915">31</a>)<!-- raw HTML omitted --></li> <li>Added <code>cumulativeCPUUsage</code> to AppMetrics and CPUUsage. <a href="https://redirect.github.com/electron/electron/pull/41819">#41819</a></li> <li>Added a new property <code>prefersReducedTransparency</code> to <code>nativeTheme</code>, which indicates whether the user has chosen to reduce OS-level transparency via system accessibility settings. <a href="https://redirect.github.com/electron/electron/pull/43024">#43024</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/43138">30</a>, <a href="https://redirect.github.com/electron/electron/pull/43137">31</a>)<!-- raw HTML omitted --></li> <li>Enabled the Windows Control Overlay API on Linux. <a href="https://redirect.github.com/electron/electron/pull/42681">#42681</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/42683">30</a>, <a href="https://redirect.github.com/electron/electron/pull/42682">31</a>)<!-- raw HTML omitted --></li> <li>Expose <code>systemPreferences</code> to <code>utilityProcess</code>. <a href="https://redirect.github.com/electron/electron/pull/42599">#42599</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/42600">30</a>, <a href="https://redirect.github.com/electron/electron/pull/42598">31</a>)<!-- raw HTML omitted --></li> </ul> <h3>Improvements</h3> <ul> <li>Aligned failure pathway in File System Access API with upstream when attempting to open a file or directory in a blocked path. <a href="https://redirect.github.com/electron/electron/pull/42993">#42993</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/43162">30</a>, <a href="https://redirect.github.com/electron/electron/pull/42994">31</a>)<!-- raw HTML omitted --></li> <li>Extended <code>WebContentsView</code> to accept pre-existing <code>webContents</code> object. <a href="https://redirect.github.com/electron/electron/pull/42086">#42086</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/42319">31</a>)<!-- raw HTML omitted --></li> <li>Improved error messages when <code>ses.cookies.set</code> fails. <a href="https://redirect.github.com/electron/electron/pull/42362">#42362</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/42399">29</a>, <a href="https://redirect.github.com/electron/electron/pull/42398">30</a>, <a href="https://redirect.github.com/electron/electron/pull/42400">31</a>)<!-- raw HTML omitted --></li> </ul> <h2>Fixes</h2> <ul> <li>Don't check for Desktop Environment in setProgressBar and setBadgeCount. <a href="https://redirect.github.com/electron/electron/pull/41211">#41211</a></li> <li>Fixed an error where a minimized or hidden window would thrown an unresponsive error in the main process. <a href="https://redirect.github.com/electron/electron/pull/43053">#43053</a></li> </ul> <h3>Also in earlier versions...</h3> <ul> <li>BrowserWindow.show() now correctly restores focus to inactive apps on macOS. <a href="https://redirect.github.com/electron/electron/pull/42300">#42300</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/42306">30</a>, <a href="https://redirect.github.com/electron/electron/pull/42305">31</a>)<!-- raw HTML omitted --></li> <li>Electron doesn't paint on offscreen-render mode after gpu process crashed. <a href="https://redirect.github.com/electron/electron/pull/41904">#41904</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/41923">29</a>, <a href="https://redirect.github.com/electron/electron/pull/41925">30</a>, <a href="https://redirect.github.com/electron/electron/pull/41924">31</a>)<!-- raw HTML omitted --></li> <li>Fix: fixed the <code>npm run lint</code> not working on Windows. <a href="https://redirect.github.com/electron/electron/pull/42905">#42905</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/42906">31</a>)<!-- raw HTML omitted --></li> <li>Fixed a crash in <code>addChildView</code> if a view is added as its own child. <a href="https://redirect.github.com/electron/electron/pull/42067">#42067</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/42107">30</a>, <a href="https://redirect.github.com/electron/electron/pull/42108">31</a>)<!-- raw HTML omitted --></li> <li>Fixed a crash that could occur in some DevTools extensions containing draggable regions. <a href="https://redirect.github.com/electron/electron/pull/43199">#43199</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/43200">31</a>)<!-- raw HTML omitted --></li> <li>Fixed a crash when the same <code>WebContentsView</code> is added via <code>addChildView</code> multiple times. <a href="https://redirect.github.com/electron/electron/pull/42085">#42085</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/42115">30</a>, <a href="https://redirect.github.com/electron/electron/pull/42116">31</a>)<!-- raw HTML omitted --></li> <li>Fixed a focus issue when calling <code>BrowserWindow.setTopBrowserView</code>. <a href="https://redirect.github.com/electron/electron/pull/42733">#42733</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/42735">30</a>, <a href="https://redirect.github.com/electron/electron/pull/42734">31</a>)<!-- raw HTML omitted --></li> <li>Fixed a potential crash when removing notifications on Windows. <a href="https://redirect.github.com/electron/electron/pull/43060">#43060</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/43059">30</a>, <a href="https://redirect.github.com/electron/electron/pull/43061">31</a>)<!-- raw HTML omitted --></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/electron/electron/blob/main/docs/breaking-changes.md">electron's changelog</a>.</em></p> <blockquote> <h1>Breaking Changes</h1> <p>Breaking changes will be documented here, and deprecation warnings added to JS code where possible, at least <a href="https://github.com/electron/electron/blob/main/docs/tutorial/electron-versioning.md#semver">one major version</a> before the change is made.</p> <h3>Types of Breaking Changes</h3> <p>This document uses the following convention to categorize breaking changes:</p> <ul> <li><strong>API Changed:</strong> An API was changed in such a way that code that has not been updated is guaranteed to throw an exception.</li> <li><strong>Behavior Changed:</strong> The behavior of Electron has changed, but not in such a way that an exception will necessarily be thrown.</li> <li><strong>Default Changed:</strong> Code depending on the old default may break, not necessarily throwing an exception. The old behavior can be restored by explicitly specifying the value.</li> <li><strong>Deprecated:</strong> An API was marked as deprecated. The API will continue to function, but will emit a deprecation warning, and will be removed in a future release.</li> <li><strong>Removed:</strong> An API or feature was removed, and is no longer supported by Electron.</li> </ul> <h2>Planned Breaking API Changes (33.0)</h2> <h3>Behavior Changed: <code>webContents</code> property on <code>login</code> on <code>app</code></h3> <p>The <code>webContents</code> property in the <code>login</code> event from <code>app</code> will be <code>null</code> when the event is triggered for requests from the <a href="https://github.com/electron/electron/blob/main/docs/api/utility-process.md">utility process</a> created with <code>respondToAuthRequestsFromMainProcess</code> option.</p> <h3>Deprecated: <code>textured</code> option in <code>BrowserWindowConstructorOption.type</code></h3> <p>The <code>textured</code> option of <code>type</code> in <code>BrowserWindowConstructorOptions</code> has been deprecated with no replacement. This option relied on the <a href="https://developer.apple.com/documentation/appkit/nswindowstylemask/nswindowstylemasktexturedbackground"><code>NSWindowStyleMaskTexturedBackground</code></a> style mask on macOS, which has been deprecated with no alternative.</p> <h3>Removed: macOS 10.15 support</h3> <p>macOS 10.15 (Catalina) is no longer supported by <a href="https://chromium-review.googlesource.com/c/chromium/src/+/5734361">Chromium</a>.</p> <p>Older versions of Electron will continue to run on Catalina, but macOS 11 (Big Sur) or later will be required to run Electron v33.0.0 and higher.</p> <h3>Deprecated: <code>systemPreferences.accessibilityDisplayShouldReduceTransparency</code></h3> <p>The <code>systemPreferences.accessibilityDisplayShouldReduceTransparency</code> property is now deprecated in favor of the new <code>nativeTheme.prefersReducedTransparency</code>, which provides identical information and works cross-platform.</p> <pre lang="js"><code>// Deprecated const shouldReduceTransparency = systemPreferences.accessibilityDisplayShouldReduceTransparency <p>// Replace with:<br /> const prefersReducedTransparency = nativeTheme.prefersReducedTransparency<br /> </code></pre></p> <h2>Planned Breaking API Changes (32.0)</h2> <h3>Removed: <code>File.path</code></h3> <p>The nonstandard <code>path</code> property of the Web <code>File</code> object was added in an early version of Electron as a convenience method for working with native files when doing everything in the renderer was more common. However, it represents a deviation from the standard and poses a minor security risk as well, so beginning in Electron 32.0 it has been removed in favor of the <a href="https://github.com/electron/electron/blob/main/docs/api/web-utils.md#webutilsgetpathforfilefile"><code>webUtils.getPathForFile</code></a> method.</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="a577d569ec
"><code>a577d56</code></a> chore: cherry-pick 9797576 from v8 (<a href="https://redirect.github.com/electron/electron/issues/43384">#43384</a>)</li> <li><a href="915c7bd9fc
"><code>915c7bd</code></a> refactor: remove unused SetWMSpecState (<a href="https://redirect.github.com/electron/electron/issues/43364">#43364</a>)</li> <li><a href="3f16924182
"><code>3f16924</code></a> chore: remove unused method Erase() (<a href="https://redirect.github.com/electron/electron/issues/43363">#43363</a>)</li> <li><a href="9e421e8f43
"><code>9e421e8</code></a> docs: add docs API history (<a href="https://redirect.github.com/electron/electron/issues/43362">#43362</a>)</li> <li><a href="2471ebf39c
"><code>2471ebf</code></a> build: use smaller instances for gn-check (<a href="https://redirect.github.com/electron/electron/issues/43358">#43358</a>)</li> <li><a href="417348130c
"><code>4173481</code></a> docs: expand dialog window to <code>BaseWindow</code> (<a href="https://redirect.github.com/electron/electron/issues/43338">#43338</a>)</li> <li><a href="8c1be5ade2
"><code>8c1be5a</code></a> feat: support app#login event for utility process net requests (<a href="https://redirect.github.com/electron/electron/issues/43317">#43317</a>)</li> <li><a href="7123b313cf
"><code>7123b31</code></a> feat: accept-encoding zstd (<a href="https://redirect.github.com/electron/electron/issues/43300">#43300</a>)</li> <li><a href="588856ed27
"><code>588856e</code></a> chore: bump chromium to 128.0.6613.36 (32-x-y) (<a href="https://redirect.github.com/electron/electron/issues/43328">#43328</a>)</li> <li><a href="0c72474bd4
"><code>0c72474</code></a> fix: blank page when printing pdf (<a href="https://redirect.github.com/electron/electron/issues/43326">#43326</a>)</li> <li>Additional commits viewable in <a href="https://github.com/electron/electron/compare/v31.4.0...v32.0.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>
125 lines
4.2 KiB
JSON
125 lines
4.2 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.9.0",
|
|
"@rollup/plugin-node-resolve": "^15.2.3",
|
|
"@storybook/addon-essentials": "^8.2.9",
|
|
"@storybook/addon-interactions": "^8.2.9",
|
|
"@storybook/addon-links": "^8.2.9",
|
|
"@storybook/blocks": "^8.2.9",
|
|
"@storybook/react": "^8.2.9",
|
|
"@storybook/react-vite": "^8.2.9",
|
|
"@storybook/test": "^8.2.9",
|
|
"@types/css-tree": "^2",
|
|
"@types/electron": "^1.6.10",
|
|
"@types/node": "^22.3.0",
|
|
"@types/papaparse": "^5",
|
|
"@types/pngjs": "^6.0.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": "^32.0.1",
|
|
"electron-builder": "^24.13.3",
|
|
"electron-vite": "^2.3.0",
|
|
"eslint": "^9.9.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",
|
|
"storybook": "^8.2.9",
|
|
"ts-node": "^10.9.2",
|
|
"tslib": "^2.6.3",
|
|
"tsx": "^4.17.0",
|
|
"typescript": "^5.5.4",
|
|
"typescript-eslint": "^8.1.0",
|
|
"vite": "^5.4.1",
|
|
"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.4",
|
|
"fast-average-color": "^9.4.0",
|
|
"htl": "^0.3.1",
|
|
"html-to-image": "^1.11.11",
|
|
"immer": "^10.1.1",
|
|
"jotai": "^2.9.3",
|
|
"monaco-editor": "^0.50.0",
|
|
"overlayscrollbars": "^2.10.0",
|
|
"overlayscrollbars-react": "^0.5.6",
|
|
"papaparse": "^5.4.1",
|
|
"pngjs": "^7.0.0",
|
|
"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",
|
|
"winston": "^3.14.2"
|
|
},
|
|
"packageManager": "yarn@4.4.0"
|
|
}
|