mirror of
https://github.com/wavetermdev/waveterm.git
synced 2024-12-21 16:38:23 +01:00
acdc58877f
Bumps the prod-dependencies group with 2 updates: [jotai](https://github.com/pmndrs/jotai) and [monaco-editor](https://github.com/microsoft/monaco-editor). Updates `jotai` from 2.9.3 to 2.10.0 <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.10.0</h2> <p>It comes with another significant internal change to address some edge cases.</p> <p>Since v2.9.0, we've been working on some internal refactors to support more edge cases and clean up the code.</p> <p>Users are encouraged to update to the new versions eventually, but if you're satisfied with the current situation and prefer to avoid temporary instability, you can stick with v2.8.4 for now.</p> <h2>What's Changed</h2> <ul> <li>breaking(core): avoid continuable promise in store api by <a href="https://github.com/dai-shi"><code>@dai-shi</code></a> in <a href="https://redirect.github.com/pmndrs/jotai/pull/2695">pmndrs/jotai#2695</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/sphinxrave"><code>@sphinxrave</code></a> made their first contribution in <a href="https://redirect.github.com/pmndrs/jotai/pull/2653">pmndrs/jotai#2653</a></li> <li><a href="https://github.com/mxthxngx"><code>@mxthxngx</code></a> made their first contribution in <a href="https://redirect.github.com/pmndrs/jotai/pull/2712">pmndrs/jotai#2712</a></li> <li><a href="https://github.com/hoangvu12"><code>@hoangvu12</code></a> made their first contribution in <a href="https://redirect.github.com/pmndrs/jotai/pull/2716">pmndrs/jotai#2716</a></li> <li><a href="https://github.com/YuHyeonWook"><code>@YuHyeonWook</code></a> made their first contribution in <a href="https://redirect.github.com/pmndrs/jotai/pull/2734">pmndrs/jotai#2734</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/pmndrs/jotai/compare/v2.9.3...v2.10.0">https://github.com/pmndrs/jotai/compare/v2.9.3...v2.10.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="609fe758f2
"><code>609fe75</code></a> 2.10.0</li> <li><a href="09b08a5798
"><code>09b08a5</code></a> chore(deps): update dev dependencies (<a href="https://redirect.github.com/pmndrs/jotai/issues/2743">#2743</a>)</li> <li><a href="e777f46958
"><code>e777f46</code></a> breaking(core): avoid continuable promise in store api (<a href="https://redirect.github.com/pmndrs/jotai/issues/2695">#2695</a>)</li> <li><a href="b4158262d3
"><code>b415826</code></a> feat(docs): update docs for jotai-effect (<a href="https://redirect.github.com/pmndrs/jotai/issues/2735">#2735</a>)</li> <li><a href="9699c17854
"><code>9699c17</code></a> style: removed duplicate width property in CSS files (<a href="https://redirect.github.com/pmndrs/jotai/issues/2734">#2734</a>)</li> <li><a href="a26203efb7
"><code>a26203e</code></a> chore: enable isolatedDeclarations (<a href="https://redirect.github.com/pmndrs/jotai/issues/2687">#2687</a>)</li> <li><a href="ab68d4de44
"><code>ab68d4d</code></a> remove stale-discussions.yml for now</li> <li><a href="9b835851a5
"><code>9b83585</code></a> docs(functional): cover sequence (<a href="https://redirect.github.com/pmndrs/jotai/issues/2729">#2729</a>)</li> <li><a href="74b3803a27
"><code>74b3803</code></a> docs: fix variable reference error in functional-programming-and-jotai.mdx (#...</li> <li><a href="34794c0c7c
"><code>34794c0</code></a> Mention connections to functional programming in README and docs (<a href="https://redirect.github.com/pmndrs/jotai/issues/2726">#2726</a>)</li> <li>Additional commits viewable in <a href="https://github.com/pmndrs/jotai/compare/v2.9.3...v2.10.0">compare view</a></li> </ul> </details> <br /> Updates `monaco-editor` from 0.51.0 to 0.52.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/microsoft/monaco-editor/releases">monaco-editor's releases</a>.</em></p> <blockquote> <h2>v0.52.0</h2> <h2>Changes:</h2> <ul> <li><a href="https://redirect.github.com/microsoft/monaco-editor/issues/4691">#4691</a>: Prepare monaco-editor for release 0.52</li> <li><a href="https://redirect.github.com/microsoft/monaco-editor/issues/4665">#4665</a>: Updates nvm to align with vscode nvm file.</li> <li><a href="https://redirect.github.com/microsoft/monaco-editor/issues/4652">#4652</a>: Removing <code>editor.main.nls.js</code></li> </ul> <p>This list of changes was <a href="https://dev.azure.com/monacotools/Monaco/_build/results?buildId=294033&view=logs">auto generated</a>.</p> <h2>v0.52.0-rc2</h2> <h2>Changes:</h2> <ul> <li><a href="https://redirect.github.com/microsoft/monaco-editor/issues/4665">#4665</a>: Updates nvm to align with vscode nvm file.</li> <li><a href="https://redirect.github.com/microsoft/monaco-editor/issues/4652">#4652</a>: Removing <code>editor.main.nls.js</code></li> </ul> <p>This list of changes was <a href="https://dev.azure.com/monacotools/Monaco/_build/results?buildId=293791&view=logs">auto generated</a>.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/microsoft/monaco-editor/blob/main/CHANGELOG.md">monaco-editor's changelog</a>.</em></p> <blockquote> <h2>[0.52.0]</h2> <ul> <li>Comment added inside of <code>IModelContentChangedEvent</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="f6dc0eb8fc
"><code>f6dc0eb</code></a> Merge pull request <a href="https://redirect.github.com/microsoft/monaco-editor/issues/4691">#4691</a> from microsoft/chubby-cardinal</li> <li><a href="53e8e1ce30
"><code>53e8e1c</code></a> adding changelog md change</li> <li><a href="7959d5c66e
"><code>7959d5c</code></a> update pacakge.json</li> <li><a href="3c7eb57085
"><code>3c7eb57</code></a> undo the package upgrade change</li> <li><a href="f262e8f931
"><code>f262e8f</code></a> Defines setInterval/setTimeout on faked globalThis in unit test</li> <li><a href="b31d22b9ee
"><code>b31d22b</code></a> Updates nvm to align with vscode nvm file. (<a href="https://redirect.github.com/microsoft/monaco-editor/issues/4665">#4665</a>)</li> <li><a href="b8a83d5356
"><code>b8a83d5</code></a> Merge pull request <a href="https://redirect.github.com/microsoft/monaco-editor/issues/4652">#4652</a> from microsoft/annoyed-dragon</li> <li><a href="e52ff42729
"><code>e52ff42</code></a> removing <code>editor.main.nls.js</code></li> <li>See full diff in <a href="https://github.com/microsoft/monaco-editor/compare/v0.51.0...v0.52.0">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>
137 lines
4.6 KiB
JSON
137 lines
4.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.8.2",
|
|
"homepage": "https://waveterm.dev",
|
|
"build": {
|
|
"appId": "dev.commandline.waveterm"
|
|
},
|
|
"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": "^2.0.2",
|
|
"@eslint/js": "^9.11.1",
|
|
"@rollup/plugin-node-resolve": "^15.3.0",
|
|
"@storybook/addon-essentials": "^8.3.3",
|
|
"@storybook/addon-interactions": "^8.3.3",
|
|
"@storybook/addon-links": "^8.3.3",
|
|
"@storybook/blocks": "^8.3.3",
|
|
"@storybook/react": "^8.3.3",
|
|
"@storybook/react-vite": "^8.3.3",
|
|
"@storybook/test": "^8.3.3",
|
|
"@types/css-tree": "^2",
|
|
"@types/debug": "^4",
|
|
"@types/electron": "^1.6.10",
|
|
"@types/node": "^22.6.1",
|
|
"@types/papaparse": "^5",
|
|
"@types/pngjs": "^6.0.5",
|
|
"@types/react": "^18.3.9",
|
|
"@types/react-dom": "^18.3.0",
|
|
"@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.0",
|
|
"@vitest/coverage-istanbul": "^2.1.1",
|
|
"electron": "^32.1.2",
|
|
"electron-builder": "^25.0.5",
|
|
"electron-vite": "^2.3.0",
|
|
"eslint": "^9.11.1",
|
|
"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.1.0",
|
|
"rollup-plugin-flow": "^1.1.1",
|
|
"semver": "^7.6.3",
|
|
"storybook": "^8.3.3",
|
|
"ts-node": "^10.9.2",
|
|
"tslib": "^2.6.3",
|
|
"tsx": "^4.19.1",
|
|
"typescript": "^5.6.2",
|
|
"typescript-eslint": "^8.7.0",
|
|
"vite": "^5.4.7",
|
|
"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.1.1"
|
|
},
|
|
"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.5",
|
|
"@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": "^3.0.0",
|
|
"dayjs": "^1.11.13",
|
|
"debug": "^4.3.7",
|
|
"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.10.0",
|
|
"monaco-editor": "^0.52.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-highlight": "^7.0.0",
|
|
"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",
|
|
"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",
|
|
"ws": "^8.18.0",
|
|
"yaml": "^2.5.1"
|
|
},
|
|
"packageManager": "yarn@4.4.1"
|
|
}
|