mirror of
https://github.com/wavetermdev/waveterm
synced 2026-04-21 14:37:16 +00:00
Bumps the prod-dependencies-patch group with 4 updates: [@floating-ui/react](https://github.com/floating-ui/floating-ui/tree/HEAD/packages/react), [recharts](https://github.com/recharts/recharts), [rehype-highlight](https://github.com/rehypejs/rehype-highlight) and [ua-parser-js](https://github.com/faisalman/ua-parser-js). Updates `@floating-ui/react` from 0.27.3 to 0.27.4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/floating-ui/floating-ui/releases"><code>@floating-ui/react</code>'s releases</a>.</em></p> <blockquote> <h2><code>@floating-ui/react</code><a href="https://github.com/0"><code>@0</code></a>.27.4</h2> <h3>Patch Changes</h3> <ul> <li>fix(useListNavigation): use parent's orientation when opening/closing nested menus, correctly supporting grid submenus</li> <li>fix(FloatingList): avoid race condition between registering/unregistering nodes and setting indices</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/floating-ui/floating-ui/blob/master/packages/react/CHANGELOG.md"><code>@floating-ui/react</code>'s changelog</a>.</em></p> <blockquote> <h2>0.27.4</h2> <h3>Patch Changes</h3> <ul> <li>fix(useListNavigation): use parent's orientation when opening/closing nested menus, correctly supporting grid submenus</li> <li>fix(FloatingList): avoid race condition between registering/unregistering nodes and setting indices</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="c2e35904d6"><code>c2e3590</code></a> chore: version packages (<a href="https://github.com/floating-ui/floating-ui/tree/HEAD/packages/react/issues/3220">#3220</a>)</li> <li><a href="f0e61e20cd"><code>f0e61e2</code></a> fix(useListNavigation): use parent's orientation when opening/closing nested ...</li> <li><a href="d8e4768ccf"><code>d8e4768</code></a> fix(FloatingList): prevent race condition between registering nodes and setti...</li> <li>See full diff in <a href="https://github.com/floating-ui/floating-ui/commits/@floating-ui/react@0.27.4/packages/react">compare view</a></li> </ul> </details> <br /> Updates `recharts` from 2.15.0 to 2.15.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/recharts/recharts/releases">recharts's releases</a>.</em></p> <blockquote> <h2>v2.15.1</h2> <h2>What's Changed</h2> <p>Quick patch release, nothing crazy going on here.</p> <p>In the meantime please help us test recharts 3.0 alpha <a href="https://redirect.github.com/recharts/recharts/issues/5445">recharts/recharts#5445</a> 🚀</p> <h4>Fix</h4> <ul> <li><code>Legend - Typescript</code>: add <code>dataKey</code> type to legend formatter props by <a href="https://github.com/lucasassisrosa"><code>@lucasassisrosa</code></a> in <a href="https://redirect.github.com/recharts/recharts/pull/5511">recharts/recharts#5511</a>. Fixes <a href="https://redirect.github.com/recharts/recharts/issues/5508">recharts/recharts#5508</a></li> </ul> <h4>Chore</h4> <ul> <li>Make sure <code>react-smooth</code> version is up to date in package.json for R19 support by <a href="https://github.com/acomanescu"><code>@acomanescu</code></a> in <a href="https://redirect.github.com/recharts/recharts/pull/5422">recharts/recharts#5422</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/acomanescu"><code>@acomanescu</code></a> made their first contribution in <a href="https://redirect.github.com/recharts/recharts/pull/5422">recharts/recharts#5422</a></li> <li><a href="https://github.com/lucasassisrosa"><code>@lucasassisrosa</code></a> made their first contribution in <a href="https://redirect.github.com/recharts/recharts/pull/5511">recharts/recharts#5511</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/recharts/recharts/compare/v2.15.0...v2.15.1">https://github.com/recharts/recharts/compare/v2.15.0...v2.15.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="3ecaab0e88"><code>3ecaab0</code></a> 2.15.1</li> <li><a href="786cda6f02"><code>786cda6</code></a> feat: Add the dataKey type to legend formatter props (<a href="https://redirect.github.com/recharts/recharts/issues/5511">#5511</a>)</li> <li><a href="a3cf0247f9"><code>a3cf024</code></a> chore: update react-smooth version to support React 19 (<a href="https://redirect.github.com/recharts/recharts/issues/5422">#5422</a>)</li> <li>See full diff in <a href="https://github.com/recharts/recharts/compare/v2.15.0...v2.15.1">compare view</a></li> </ul> </details> <br /> Updates `rehype-highlight` from 7.0.1 to 7.0.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rehypejs/rehype-highlight/releases">rehype-highlight's releases</a>.</em></p> <blockquote> <h2>7.0.2</h2> <h4>Fix</h4> <ul> <li>5c3b277 Fix multiple <code>code</code>s in a <code>pre</code></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/rehypejs/rehype-highlight/compare/7.0.1...7.0.2">https://github.com/rehypejs/rehype-highlight/compare/7.0.1...7.0.2</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="86a5e9b1a5"><code>86a5e9b</code></a> 7.0.2</li> <li><a href="ff5d9df3ca"><code>ff5d9df</code></a> Refactor tests</li> <li><a href="5c3b27763d"><code>5c3b277</code></a> Fix multiple <code>code</code>s in a <code>pre</code></li> <li><a href="093fed2853"><code>093fed2</code></a> Refactor example</li> <li><a href="62755288fa"><code>6275528</code></a> Refactor <code>package.json</code></li> <li><a href="6a63f71624"><code>6a63f71</code></a> Update tests for changes in <code>lowlight</code></li> <li><a href="36727b6df4"><code>36727b6</code></a> Update dev-dependencies</li> <li><a href="241ced97b2"><code>241ced9</code></a> Update Actions</li> <li>See full diff in <a href="https://github.com/rehypejs/rehype-highlight/compare/7.0.1...7.0.2">compare view</a></li> </ul> </details> <br /> Updates `ua-parser-js` from 2.0.0 to 2.0.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/faisalman/ua-parser-js/releases">ua-parser-js's releases</a>.</em></p> <blockquote> <h2>v2.0.1</h2> <h2>Version 2.0.1</h2> <ul> <li>Add new browser: Ladybird, Daum</li> <li>Add new device: Apple HomePod</li> <li>Add new device vendor: HMD</li> <li>Add new OS: Ubuntu Touch, Windows IoT</li> <li>Improve CPU detection: ARM, x86</li> <li>Improve device detection: Lenovo, Nokia, Nvidia, Xiaomi <ul> <li>Tablet: Google, Honor, Huawei, Infinix, Nokia, OnePlus, Xiaomi</li> <li>Wearable: Asus, Google, LG, Motorola, OnePlus, Oppo, Samsung, Sony</li> <li>Smart-TV: Xiaomi, unidentified vendors</li> <li>Improve detection for unknown VR devices</li> <li>Improve device model detection for Generic devices</li> </ul> </li> <li>Improve OS detection: Linux, Symbian</li> <li>Improve TypeScript definitions for Headers</li> <li>Improve <code>withClientHints()</code>: <ul> <li><code>engine.version</code> also get updated</li> <li>Infer <code>device.vendor</code> & <code>device.type</code> by guessing from <code>device.model</code></li> <li>Browser naming adjustments: <ul> <li><code>Google Chrome</code> => <code>Chrome</code></li> <li><code>Microsoft Edge</code> => <code>Edge</code></li> <li><code>Android WebView</code> => <code>Chrome WebView</code></li> <li><code>HeadlessChrome</code> => <code>Chrome Headless</code></li> </ul> </li> </ul> </li> <li><code>enums</code> submodule: <ul> <li>Add TypeScript definitions</li> </ul> </li> <li><code>extensions</code> submodule: <ul> <li>Add new list: <ul> <li><code>Vehicles</code>: BYD, Rivian, Volvo</li> </ul> </li> <li>Add new Fetcher: Bluesky</li> <li>Add new Library: Apache-HttpClient, go-http-client, got, GuzzleHttp, Java-http-client, libwww-perl, lua-resty-http, Needle, OkHttp, node-fetch, PHP-SOAP, PostmanRuntime, superagent</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/faisalman/ua-parser-js/blob/master/CHANGELOG.md">ua-parser-js's changelog</a>.</em></p> <blockquote> <h2>Version 2.0.1</h2> <ul> <li>Add new browser: Ladybird, Daum</li> <li>Add new device: Apple HomePod</li> <li>Add new device vendor: HMD</li> <li>Add new OS: Ubuntu Touch, Windows IoT</li> <li>Improve CPU detection: ARM, x86</li> <li>Improve device detection: Lenovo, Nokia, Nvidia, Xiaomi <ul> <li>Tablet: Google, Honor, Huawei, Infinix, Nokia, OnePlus, Xiaomi</li> <li>Wearable: Asus, Google, LG, Motorola, OnePlus, Oppo, Samsung, Sony</li> <li>Smart-TV: Xiaomi, unidentified vendors</li> <li>Improve detection for unknown VR devices</li> <li>Improve device model detection for Generic devices</li> </ul> </li> <li>Improve OS detection: Linux, Symbian</li> <li>Improve TypeScript definitions for Headers</li> <li>Improve <code>withClientHints()</code>: <ul> <li><code>engine.version</code> also get updated</li> <li>Infer <code>device.vendor</code> & <code>device.type</code> by guessing from <code>device.model</code></li> <li>Browser naming adjustments: <ul> <li><code>Google Chrome</code> => <code>Chrome</code></li> <li><code>Microsoft Edge</code> => <code>Edge</code></li> <li><code>Android WebView</code> => <code>Chrome WebView</code></li> <li><code>HeadlessChrome</code> => <code>Chrome Headless</code></li> </ul> </li> </ul> </li> <li><code>enums</code> submodule: <ul> <li>Add TypeScript definitions</li> </ul> </li> <li><code>extensions</code> submodule: <ul> <li>Add new list: <ul> <li><code>Vehicles</code>: BYD, Rivian, Volvo</li> </ul> </li> <li>Add new Fetcher: Bluesky</li> <li>Add new Library: Apache-HttpClient, go-http-client, got, GuzzleHttp, Java-http-client, libwww-perl, lua-resty-http, Needle, OkHttp, node-fetch, PHP-SOAP, PostmanRuntime, superagent</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="51dce55e65"><code>51dce55</code></a> Bump version <code>2.0.1</code></li> <li><a href="3ca23193dd"><code>3ca2319</code></a> Improve OS detection: fix Linux arch mistakenly detected as version</li> <li><a href="9e64f34e72"><code>9e64f34</code></a> Improve CPU detection: x86</li> <li><a href="10ab810568"><code>10ab810</code></a> Improve detection for Nokia device & Symbian OS</li> <li><a href="e8a301265a"><code>e8a3012</code></a> [extensions] Create a new list for <code>Vehicles</code> user-agent: Volvo, Rivian, BYD</li> <li><a href="20e874085b"><code>20e8740</code></a> Improve device detection for unknown VR device</li> <li><a href="852520fafe"><code>852520f</code></a> Also provide minified .mjs files of main module in /dist</li> <li><a href="6c6ff97e0c"><code>6c6ff97</code></a> Improve device detection for Generic device: capture its device model instead...</li> <li><a href="93552e0172"><code>93552e0</code></a> Improve CPU detection: ARM</li> <li><a href="13d069f1c4"><code>13d069f</code></a> Improve device detection for unidentified SmartTV vendors</li> <li>Additional commits viewable in <a href="https://github.com/faisalman/ua-parser-js/compare/2.0.0...2.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>
167 lines
5.6 KiB
JSON
167 lines
5.6 KiB
JSON
{
|
|
"name": "waveterm",
|
|
"author": {
|
|
"name": "Command Line Inc",
|
|
"email": "info@commandline.dev"
|
|
},
|
|
"productName": "Wave",
|
|
"description": "Open-Source AI-Native Terminal Built for Seamless Workflows",
|
|
"license": "Apache-2.0",
|
|
"version": "0.11.0",
|
|
"homepage": "https://waveterm.dev",
|
|
"build": {
|
|
"appId": "dev.commandline.waveterm"
|
|
},
|
|
"private": true,
|
|
"main": "./dist/main/index.js",
|
|
"type": "module",
|
|
"browserslist": [
|
|
"Chrome >= 128"
|
|
],
|
|
"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": "^3.2.4",
|
|
"@eslint/js": "^9.19.0",
|
|
"@rollup/plugin-node-resolve": "^16.0.0",
|
|
"@storybook/addon-essentials": "^8.5.3",
|
|
"@storybook/addon-interactions": "^8.5.3",
|
|
"@storybook/addon-links": "^8.5.3",
|
|
"@storybook/blocks": "^8.5.3",
|
|
"@storybook/builder-vite": "^8.5.3",
|
|
"@storybook/react": "^8.5.3",
|
|
"@storybook/react-vite": "^8.5.3",
|
|
"@storybook/test": "^8.5.3",
|
|
"@storybook/theming": "^8.5.3",
|
|
"@tailwindcss/postcss": "4.0.4",
|
|
"@tailwindcss/vite": "^4.0.4",
|
|
"@types/color": "^4.2.0",
|
|
"@types/css-tree": "^2",
|
|
"@types/debug": "^4",
|
|
"@types/electron": "^1.6.12",
|
|
"@types/node": "^22.12.0",
|
|
"@types/papaparse": "^5",
|
|
"@types/pngjs": "^6.0.5",
|
|
"@types/prop-types": "^15",
|
|
"@types/react": "^18.3.13",
|
|
"@types/react-dom": "^18.3.1",
|
|
"@types/semver": "^7",
|
|
"@types/shell-quote": "^1",
|
|
"@types/sprintf-js": "^1",
|
|
"@types/throttle-debounce": "^5",
|
|
"@types/tinycolor2": "^1",
|
|
"@types/uuid": "^10.0.0",
|
|
"@types/ws": "^8",
|
|
"@vitejs/plugin-react-swc": "^3.7.2",
|
|
"@vitest/coverage-istanbul": "^3.0.5",
|
|
"electron": "^34.0.2",
|
|
"electron-builder": "^25.1.8",
|
|
"electron-vite": "^2.3.0",
|
|
"eslint": "^9.19.0",
|
|
"eslint-config-prettier": "^10.0.1",
|
|
"postcss": "^8.5.1",
|
|
"prettier": "^3.4.2",
|
|
"prettier-plugin-jsdoc": "^1.3.2",
|
|
"prettier-plugin-organize-imports": "^4.1.0",
|
|
"rollup-plugin-flow": "^1.1.1",
|
|
"sass": "^1.83.4",
|
|
"semver": "^7.7.1",
|
|
"storybook": "^8.5.3",
|
|
"storybook-dark-mode": "^4.0.2",
|
|
"tailwindcss": "^4.0.4",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"ts-node": "^10.9.2",
|
|
"tslib": "^2.8.1",
|
|
"tsx": "^4.19.2",
|
|
"typescript": "^5.7.3",
|
|
"typescript-eslint": "^8.22.0",
|
|
"vite": "^6.0.11",
|
|
"vite-plugin-image-optimizer": "^1.1.8",
|
|
"vite-plugin-static-copy": "^2.2.0",
|
|
"vite-plugin-svgr": "^4.3.0",
|
|
"vite-tsconfig-paths": "^5.1.4",
|
|
"vitest": "^3.0.5"
|
|
},
|
|
"dependencies": {
|
|
"@floating-ui/react": "^0.27.4",
|
|
"@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.6",
|
|
"@xterm/addon-fit": "^0.10.0",
|
|
"@xterm/addon-search": "^0.15.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",
|
|
"colord": "^2.9.3",
|
|
"css-tree": "^3.1.0",
|
|
"dayjs": "^1.11.13",
|
|
"debug": "^4.4.0",
|
|
"electron-updater": "6.3.9",
|
|
"env-paths": "^3.0.0",
|
|
"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.52.2",
|
|
"monaco-yaml": "^5.2.3",
|
|
"overlayscrollbars": "^2.10.1",
|
|
"overlayscrollbars-react": "^0.5.6",
|
|
"papaparse": "^5.5.2",
|
|
"parse-srcset": "^1.0.2",
|
|
"pngjs": "^7.0.0",
|
|
"prop-types": "^15.8.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.3",
|
|
"react-zoom-pan-pinch": "^3.7.0",
|
|
"recharts": "^2.15.1",
|
|
"rehype-highlight": "^7.0.2",
|
|
"rehype-raw": "^7.0.0",
|
|
"rehype-sanitize": "^6.0.0",
|
|
"rehype-slug": "^6.0.0",
|
|
"remark-flexible-toc": "^1.1.1",
|
|
"remark-gfm": "^4.0.0",
|
|
"remark-github-blockquote-alert": "^1.3.0",
|
|
"rxjs": "^7.8.1",
|
|
"sharp": "^0.33.5",
|
|
"shell-quote": "^1.8.2",
|
|
"sprintf-js": "^1.1.3",
|
|
"throttle-debounce": "^5.0.2",
|
|
"tinycolor2": "^1.6.0",
|
|
"use-device-pixel-ratio": "^1.1.2",
|
|
"winston": "^3.17.0",
|
|
"ws": "^8.18.0",
|
|
"yaml": "^2.7.0"
|
|
},
|
|
"resolutions": {
|
|
"send@npm:0.18.0": "0.19.0",
|
|
"cookie@0.6.0": "^0.7.0",
|
|
"path-to-regexp@npm:0.1.10": "^0.1.12"
|
|
},
|
|
"packageManager": "yarn@4.6.0",
|
|
"workspaces": [
|
|
"docs"
|
|
]
|
|
}
|