mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2025-12-05 18:20:39 -08:00
Chore/upgrade2 (#656)
* upgrade rjsf * Always enable devTools, even in test mode for debugging * Update index.tsx * lint * fix: properly log error to log file * fix: precalculate json plugin route and exclude it even before save * Update WatchFileSystemAdaptor.ts * fix: hooks.addHook usage wrong * fix: tw5-typed * fix: outdated rjsf usage * refactor: cleanup fs watch logs * v0.13.0-rc5 * fix: lint * fix: unused * fix: IFileInfo type * fix: type * fix: failed rjsf test
This commit is contained in:
parent
9a98c7bc47
commit
256e0fcb65
29 changed files with 1896 additions and 1691 deletions
82
package.json
82
package.json
|
|
@ -2,7 +2,7 @@
|
|||
"name": "tidgi",
|
||||
"productName": "TidGi",
|
||||
"description": "Customizable personal knowledge-base with Github as unlimited storage and blogging platform.",
|
||||
"version": "0.13.0-prerelease4",
|
||||
"version": "0.13.0-rc5",
|
||||
"license": "MPL 2.0",
|
||||
"packageManager": "pnpm@10.18.2",
|
||||
"scripts": {
|
||||
|
|
@ -33,10 +33,10 @@
|
|||
"author": "Lin Onetwo <linonetwo012@gmail.com>, Quang Lam <quang.lam2807@gmail.com>",
|
||||
"main": ".vite/build/main.js",
|
||||
"dependencies": {
|
||||
"@ai-sdk/anthropic": "^2.0.35",
|
||||
"@ai-sdk/deepseek": "^1.0.23",
|
||||
"@ai-sdk/openai": "^2.0.53",
|
||||
"@ai-sdk/openai-compatible": "^1.0.22",
|
||||
"@ai-sdk/anthropic": "^2.0.45",
|
||||
"@ai-sdk/deepseek": "^1.0.29",
|
||||
"@ai-sdk/openai": "^2.0.71",
|
||||
"@ai-sdk/openai-compatible": "^1.0.27",
|
||||
"@algolia/autocomplete-js": "^1.19.4",
|
||||
"@algolia/autocomplete-theme-classic": "^1.19.4",
|
||||
"@dnd-kit/core": "6.3.1",
|
||||
|
|
@ -46,75 +46,75 @@
|
|||
"@dr.pogodin/react-helmet": "^3.0.4",
|
||||
"@fontsource/roboto": "^5.2.8",
|
||||
"@monaco-editor/react": "^4.7.0",
|
||||
"@mui/icons-material": "^7.3.4",
|
||||
"@mui/material": "^7.3.4",
|
||||
"@mui/system": "^7.3.3",
|
||||
"@mui/types": "^7.4.7",
|
||||
"@mui/x-date-pickers": "^8.14.1",
|
||||
"@rjsf/core": "6.0.0-beta.8",
|
||||
"@rjsf/mui": "6.0.0-beta.10",
|
||||
"@rjsf/utils": "6.0.0-beta.10",
|
||||
"@rjsf/validator-ajv8": "6.0.0-beta.8",
|
||||
"@mui/icons-material": "^7.3.5",
|
||||
"@mui/material": "^7.3.5",
|
||||
"@mui/system": "^7.3.5",
|
||||
"@mui/types": "^7.4.8",
|
||||
"@mui/x-date-pickers": "^8.19.0",
|
||||
"@rjsf/core": "6.1.2",
|
||||
"@rjsf/mui": "6.1.2",
|
||||
"@rjsf/utils": "6.1.2",
|
||||
"@rjsf/validator-ajv8": "6.1.2",
|
||||
"@tomplum/react-git-log": "^3.5.0",
|
||||
"ai": "^5.0.76",
|
||||
"ai": "^5.0.98",
|
||||
"ansi-to-html": "^0.7.2",
|
||||
"app-path": "^4.0.0",
|
||||
"beautiful-react-hooks": "5.0.3",
|
||||
"best-effort-json-parser": "1.2.1",
|
||||
"better-sqlite3": "^12.4.1",
|
||||
"better-sqlite3": "^12.4.5",
|
||||
"bluebird": "3.7.2",
|
||||
"date-fns": "3.6.0",
|
||||
"default-gateway": "6.0.3",
|
||||
"dugite": "3.0.0-rc12",
|
||||
"dugite": "3.0.0",
|
||||
"electron-dl": "^4.0.0",
|
||||
"electron-ipc-cat": "2.2.3",
|
||||
"electron-settings": "5.0.0",
|
||||
"electron-unhandled": "4.0.1",
|
||||
"electron-window-state": "5.0.3",
|
||||
"espree": "^10.4.0",
|
||||
"espree": "^11.0.0",
|
||||
"exponential-backoff": "^3.1.3",
|
||||
"fs-extra": "11.3.2",
|
||||
"git-sync-js": "^2.2.1",
|
||||
"git-sync-js": "^2.3.0",
|
||||
"graphql-hooks": "8.2.0",
|
||||
"html-minifier-terser": "^7.2.0",
|
||||
"i18next": "25.6.0",
|
||||
"i18next": "25.6.3",
|
||||
"i18next-electron-fs-backend": "3.0.3",
|
||||
"i18next-fs-backend": "2.6.0",
|
||||
"immer": "^10.1.3",
|
||||
"i18next-fs-backend": "2.6.1",
|
||||
"immer": "^10.2.0",
|
||||
"intercept-stdout": "0.1.2",
|
||||
"inversify": "7.10.3",
|
||||
"inversify": "7.10.4",
|
||||
"ipaddr.js": "2.2.0",
|
||||
"jimp": "1.6.0",
|
||||
"json5": "^2.2.3",
|
||||
"lodash": "4.17.21",
|
||||
"material-ui-popup-state": "^5.3.6",
|
||||
"menubar": "9.5.2",
|
||||
"monaco-editor": "^0.54.0",
|
||||
"monaco-editor": "^0.55.1",
|
||||
"nanoid": "^5.1.6",
|
||||
"new-github-issue-url": "^1.1.0",
|
||||
"node-fetch": "3.3.2",
|
||||
"nsfw": "^2.2.5",
|
||||
"oidc-client-ts": "^3.3.0",
|
||||
"ollama-ai-provider-v2": "^1.5.1",
|
||||
"oidc-client-ts": "^3.4.1",
|
||||
"ollama-ai-provider-v2": "^1.5.5",
|
||||
"react": "19.2.0",
|
||||
"react-dom": "19.2.0",
|
||||
"react-i18next": "16.1.3",
|
||||
"react-i18next": "16.3.5",
|
||||
"react-masonry-css": "^1.0.16",
|
||||
"react-window": "^2.2.1",
|
||||
"react-window": "^2.2.3",
|
||||
"reflect-metadata": "0.2.2",
|
||||
"registry-js": "1.16.1",
|
||||
"rotating-file-stream": "^3.2.7",
|
||||
"rxjs": "7.8.2",
|
||||
"semver": "7.7.3",
|
||||
"serialize-error": "^12.0.0",
|
||||
"simplebar": "6.3.2",
|
||||
"simplebar": "6.3.3",
|
||||
"simplebar-react": "3.3.2",
|
||||
"source-map-support": "0.5.21",
|
||||
"sqlite-vec": "0.1.7-alpha.2",
|
||||
"strip-ansi": "^7.1.2",
|
||||
"tapable": "^2.3.0",
|
||||
"tiddlywiki": "5.3.8",
|
||||
"type-fest": "5.1.0",
|
||||
"type-fest": "5.2.0",
|
||||
"typeorm": "^0.3.27",
|
||||
"typescript-styled-is": "^2.1.0",
|
||||
"v8-compile-cache-lib": "^3.0.1",
|
||||
|
|
@ -153,37 +153,37 @@
|
|||
"@types/html-minifier-terser": "^7.0.2",
|
||||
"@types/intercept-stdout": "0.1.4",
|
||||
"@types/lodash": "4.17.20",
|
||||
"@types/node": "24.9.1",
|
||||
"@types/react": "19.2.2",
|
||||
"@types/react-dom": "19.2.2",
|
||||
"@types/node": "24.10.1",
|
||||
"@types/react": "19.2.6",
|
||||
"@types/react-dom": "19.2.3",
|
||||
"@types/react-jsonschema-form": "^1.7.13",
|
||||
"@types/semver": "7.7.1",
|
||||
"@types/source-map-support": "0.5.10",
|
||||
"@vitejs/plugin-react": "^5.0.4",
|
||||
"@vitejs/plugin-react": "^5.1.1",
|
||||
"@vitest/coverage-v8": "^3.2.4",
|
||||
"@vitest/ui": "^3.2.4",
|
||||
"chai": "6.2.0",
|
||||
"cross-env": "10.1.0",
|
||||
"dprint": "^0.50.2",
|
||||
"electron": "38.3.0",
|
||||
"electron": "39.2.3",
|
||||
"electron-chrome-web-store": "^0.13.0",
|
||||
"esbuild": "^0.25.11",
|
||||
"esbuild": "^0.27.0",
|
||||
"eslint-config-tidgi": "^2.2.0",
|
||||
"identity-obj-proxy": "^3.0.0",
|
||||
"jsdom": "^27.0.1",
|
||||
"jsdom": "^27.2.0",
|
||||
"memory-fs": "^0.5.0",
|
||||
"node-loader": "2.1.0",
|
||||
"oauth2-mock-server": "^8.1.0",
|
||||
"oauth2-mock-server": "^8.2.0",
|
||||
"path-browserify": "^1.0.1",
|
||||
"playwright": "^1.56.1",
|
||||
"rimraf": "^6.0.1",
|
||||
"rimraf": "^6.1.2",
|
||||
"ts-node": "10.9.2",
|
||||
"tsx": "^4.20.6",
|
||||
"tw5-typed": "^0.6.8",
|
||||
"tw5-typed": "^1.0.5",
|
||||
"typescript": "5.9.3",
|
||||
"typesync": "0.14.3",
|
||||
"unplugin-swc": "^1.5.8",
|
||||
"vite": "^7.1.11",
|
||||
"vite": "^7.2.4",
|
||||
"vite-bundle-analyzer": "^1.2.3",
|
||||
"vitest": "^3.2.4"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue