mirror of
https://github.com/wavetermdev/waveterm
synced 2026-04-21 22:47:16 +00:00
Bumps the electron-patch group with 1 update: [electron](https://github.com/electron/electron). Updates `electron` from 38.1.0 to 38.1.2 <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 v38.1.2</h2> <h1>Release Notes for v38.1.2</h1> <h2>Other Changes</h2> <ul> <li>Use Local Execution, Remote Caching (LERC) for fork PRs [(<a href="https://redirect.github.com/electron/electron/issues/48324">#48324</a>)](<a href="https://redirect.github.com/electron/electron/pull/48324">electron/electron#48324</a>)</li> <li>Updated v8 [(<a href="https://redirect.github.com/electron/electron/issues/48338">#48338</a>)](<a href="https://redirect.github.com/electron/electron/pull/48338">electron/electron#48338</a>)</li> </ul> <h2>electron v38.1.1</h2> <h1>Release Notes for v38.1.1</h1> <h2>Other Changes</h2> <ul> <li>Updated Chromium to 140.0.7339.133. <a href="https://redirect.github.com/electron/electron/pull/48287">#48287</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="d60ae17998"><code>d60ae17</code></a> chore: cherry-pick ec6c18478382 from v8 (<a href="https://redirect.github.com/electron/electron/issues/48337">#48337</a>)</li> <li><a href="f43348e75c"><code>f43348e</code></a> ci: Use Local Execution, Remote Caching (LERC) for fork PRS (<a href="https://redirect.github.com/electron/electron/issues/48323">#48323</a>)</li> <li><a href="5e51c882ee"><code>5e51c88</code></a> chore: bump chromium to 140.0.7339.133 (38-x-y) (<a href="https://redirect.github.com/electron/electron/issues/48287">#48287</a>)</li> <li>See full diff in <a href="https://github.com/electron/electron/compare/v38.1.0...v38.1.2">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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>
166 lines
5.6 KiB
JSON
166 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.6",
|
|
"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.7",
|
|
"@eslint/js": "^8.57.0",
|
|
"@rollup/plugin-node-resolve": "^16.0.1",
|
|
"@storybook/addon-essentials": "^8.6.14",
|
|
"@storybook/addon-interactions": "^8.6.14",
|
|
"@storybook/addon-links": "^8.6.14",
|
|
"@storybook/blocks": "^8.6.14",
|
|
"@storybook/builder-vite": "^8.6.14",
|
|
"@storybook/react": "^8.6.14",
|
|
"@storybook/react-vite": "^8.6.14",
|
|
"@storybook/test": "^8.6.14",
|
|
"@storybook/theming": "^8.6.14",
|
|
"@tailwindcss/vite": "^4.0.17",
|
|
"@types/color": "^4.2.0",
|
|
"@types/css-tree": "^2",
|
|
"@types/debug": "^4",
|
|
"@types/node": "^22.13.17",
|
|
"@types/papaparse": "^5",
|
|
"@types/pngjs": "^6.0.5",
|
|
"@types/prop-types": "^15",
|
|
"@types/react": "19",
|
|
"@types/react-dom": "19",
|
|
"@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": "4.0.1",
|
|
"@vitest/coverage-istanbul": "^3.0.9",
|
|
"electron": "^38.1.2",
|
|
"electron-builder": "^26.0",
|
|
"electron-vite": "^4.0.0",
|
|
"eslint": "^8.57.0",
|
|
"eslint-config-prettier": "^10.1.8",
|
|
"node-abi": "^4.14.0",
|
|
"postcss": "^8.5.6",
|
|
"prettier": "^3.6.2",
|
|
"prettier-plugin-jsdoc": "^1.3.3",
|
|
"prettier-plugin-organize-imports": "^4.2.0",
|
|
"sass": "1.91.0",
|
|
"semver": "^7.7.2",
|
|
"storybook": "^8.6.14",
|
|
"storybook-dark-mode": "^4.0.2",
|
|
"tailwindcss": "^4.1.12",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"ts-node": "^10.9.2",
|
|
"tslib": "^2.8.1",
|
|
"tsx": "^4.20.4",
|
|
"typescript": "^5.9.2",
|
|
"typescript-eslint": "^8.43.0",
|
|
"vite": "^6.3.6",
|
|
"vite-plugin-image-optimizer": "^2.0.2",
|
|
"vite-plugin-static-copy": "^3.1.2",
|
|
"vite-plugin-svgr": "^4.5.0",
|
|
"vite-tsconfig-paths": "^5.1.4",
|
|
"vitest": "^3.0.9"
|
|
},
|
|
"dependencies": {
|
|
"@floating-ui/react": "^0.27.16",
|
|
"@monaco-editor/loader": "^1.5.0",
|
|
"@monaco-editor/react": "^4.7.0",
|
|
"@observablehq/plot": "^0.6.17",
|
|
"@radix-ui/react-label": "^2.1.7",
|
|
"@radix-ui/react-slot": "^1.2.3",
|
|
"@react-hook/resize-observer": "^2.0.2",
|
|
"@table-nav/core": "^0.0.7",
|
|
"@table-nav/react": "^0.0.7",
|
|
"@tanstack/react-table": "^8.21.3",
|
|
"@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",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"color": "^4.2.3",
|
|
"colord": "^2.9.3",
|
|
"css-tree": "^3.1.0",
|
|
"dayjs": "^1.11.15",
|
|
"debug": "^4.4.1",
|
|
"electron-updater": "^6.6",
|
|
"env-paths": "^3.0.0",
|
|
"fast-average-color": "^9.5.0",
|
|
"htl": "^0.3.1",
|
|
"html-to-image": "^1.11.13",
|
|
"immer": "^10.1.1",
|
|
"jotai": "2.9.3",
|
|
"mermaid": "^11.11.0",
|
|
"monaco-editor": "^0.52.2",
|
|
"monaco-yaml": "^5.4.0",
|
|
"overlayscrollbars": "^2.12.0",
|
|
"overlayscrollbars-react": "^0.5.6",
|
|
"papaparse": "^5.5.3",
|
|
"parse-srcset": "^1.0.2",
|
|
"pngjs": "^7.0.0",
|
|
"prop-types": "^15.8.1",
|
|
"react": "19.1.1",
|
|
"react-dnd": "^16.0.1",
|
|
"react-dnd-html5-backend": "^16.0.1",
|
|
"react-dom": "19.1.1",
|
|
"react-frame-component": "^5.2.7",
|
|
"react-hook-form": "^7.62.0",
|
|
"react-markdown": "^9.0.3",
|
|
"react-zoom-pan-pinch": "^3.7.0",
|
|
"recharts": "^2.15.4",
|
|
"rehype-highlight": "^7.0.2",
|
|
"rehype-raw": "^7.0.0",
|
|
"rehype-sanitize": "^6.0.0",
|
|
"rehype-slug": "^6.0.0",
|
|
"remark-flexible-toc": "^1.2.0",
|
|
"remark-gfm": "^4.0.1",
|
|
"remark-github-blockquote-alert": "^1.3.1",
|
|
"rxjs": "^7.8.2",
|
|
"shell-quote": "^1.8.3",
|
|
"sprintf-js": "^1.1.3",
|
|
"tailwind-merge": "^3.3.1",
|
|
"throttle-debounce": "^5.0.2",
|
|
"tinycolor2": "^1.6.0",
|
|
"unist-util-visit": "^5.0.0",
|
|
"use-device-pixel-ratio": "^1.1.2",
|
|
"winston": "^3.17.0",
|
|
"ws": "^8.18.3",
|
|
"yaml": "^2.7.1"
|
|
},
|
|
"packageManager": "npm@10.9.2",
|
|
"workspaces": [
|
|
"docs",
|
|
"tsunami/frontend"
|
|
]
|
|
}
|