mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 10:02:59 +08:00
Merge remote-tracking branch 'origin/develop' into feature/ckeditor_lib
This commit is contained in:
commit
230ac7feeb
@ -38,7 +38,7 @@
|
||||
"@playwright/test": "1.52.0",
|
||||
"@stylistic/eslint-plugin": "4.2.0",
|
||||
"@types/express": "5.0.1",
|
||||
"@types/node": "22.15.14",
|
||||
"@types/node": "22.15.17",
|
||||
"@types/yargs": "17.0.33",
|
||||
"@vitest/coverage-v8": "3.1.3",
|
||||
"eslint": "9.26.0",
|
||||
|
@ -30,8 +30,8 @@
|
||||
"draggabilly": "3.0.0",
|
||||
"eslint-linter-browserify": "9.26.0",
|
||||
"force-graph": "1.49.5",
|
||||
"globals": "16.0.0",
|
||||
"i18next": "25.1.1",
|
||||
"globals": "16.1.0",
|
||||
"i18next": "25.1.2",
|
||||
"i18next-http-backend": "3.0.2",
|
||||
"jquery": "3.7.1",
|
||||
"jquery-hotkeys": "0.2.2",
|
||||
|
@ -18,7 +18,7 @@
|
||||
"@types/electron-squirrel-startup": "1.0.2",
|
||||
"@triliumnext/server": "workspace:*",
|
||||
"copy-webpack-plugin": "13.0.0",
|
||||
"electron": "35.2.2",
|
||||
"electron": "35.3.0",
|
||||
"@electron-forge/cli": "7.8.0",
|
||||
"@electron-forge/maker-deb": "7.8.0",
|
||||
"@electron-forge/maker-dmg": "7.8.0",
|
||||
|
@ -8,7 +8,7 @@
|
||||
"@triliumnext/desktop": "workspace:*",
|
||||
"@types/fs-extra": "11.0.4",
|
||||
"copy-webpack-plugin": "13.0.0",
|
||||
"electron": "35.2.2",
|
||||
"electron": "35.3.0",
|
||||
"fs-extra": "11.3.0"
|
||||
},
|
||||
"nx": {
|
||||
|
@ -4,7 +4,7 @@
|
||||
"description": "The server-side component of TriliumNext, which exposes the client via the web, allows for sync and provides a REST API for both internal and external use.",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"better-sqlite3": "11.9.1",
|
||||
"better-sqlite3": "11.10.0",
|
||||
"jquery.fancytree": "2.38.5",
|
||||
"jquery-hotkeys": "0.2.2",
|
||||
"@highlightjs/cdn-assets": "11.11.1"
|
||||
@ -14,7 +14,6 @@
|
||||
"@excalidraw/excalidraw": "0.18.0",
|
||||
"@types/archiver": "6.0.3",
|
||||
"@types/better-sqlite3": "7.6.13",
|
||||
"@types/cheerio": "1.0.0",
|
||||
"@types/cls-hooked": "4.3.9",
|
||||
"@types/compression": "1.7.5",
|
||||
"@types/cookie-parser": "1.4.8",
|
||||
@ -50,7 +49,7 @@
|
||||
"jquery": "3.7.1",
|
||||
"katex": "0.16.22",
|
||||
"normalize.css": "8.0.1",
|
||||
"@anthropic-ai/sdk": "0.40.1",
|
||||
"@anthropic-ai/sdk": "0.41.0",
|
||||
"@braintree/sanitize-url": "7.1.1",
|
||||
"@triliumnext/commons": "workspace:*",
|
||||
"@triliumnext/express-partial-content": "workspace:*",
|
||||
@ -70,7 +69,7 @@
|
||||
"debounce": "2.2.0",
|
||||
"debug": "4.4.0",
|
||||
"ejs": "3.1.10",
|
||||
"electron": "35.2.2",
|
||||
"electron": "35.3.0",
|
||||
"electron-debug": "4.1.0",
|
||||
"electron-window-state": "5.0.3",
|
||||
"escape-html": "1.0.3",
|
||||
@ -85,7 +84,7 @@
|
||||
"html2plaintext": "2.1.4",
|
||||
"http-proxy-agent": "7.0.2",
|
||||
"https-proxy-agent": "7.0.6",
|
||||
"i18next": "25.1.1",
|
||||
"i18next": "25.1.2",
|
||||
"i18next-fs-backend": "2.6.0",
|
||||
"image-type": "5.2.0",
|
||||
"ini": "5.0.0",
|
||||
@ -99,7 +98,7 @@
|
||||
"multer": "1.4.5-lts.2",
|
||||
"normalize-strings": "1.1.1",
|
||||
"ollama": "0.5.15",
|
||||
"openai": "4.97.0",
|
||||
"openai": "4.98.0",
|
||||
"rand-token": "1.0.1",
|
||||
"safe-compare": "1.1.4",
|
||||
"sanitize-filename": "1.6.3",
|
||||
|
27
package.json
27
package.json
@ -25,18 +25,17 @@
|
||||
"private": true,
|
||||
"devDependencies": {
|
||||
"@electron/rebuild": "4.0.1",
|
||||
"@eslint/js": "^9.8.0",
|
||||
"@nx/devkit": "21.0.0",
|
||||
"@nx/esbuild": "21.0.0",
|
||||
"@nx/eslint": "21.0.0",
|
||||
"@nx/eslint-plugin": "21.0.0",
|
||||
"@nx/express": "21.0.0",
|
||||
"@nx/js": "21.0.0",
|
||||
"@nx/node": "21.0.0",
|
||||
"@nx/playwright": "21.0.0",
|
||||
"@nx/vite": "21.0.0",
|
||||
"@nx/web": "21.0.0",
|
||||
"@nx/webpack": "21.0.0",
|
||||
"@nx/devkit": "21.0.3",
|
||||
"@nx/esbuild": "21.0.3",
|
||||
"@nx/eslint": "21.0.3",
|
||||
"@nx/eslint-plugin": "21.0.3",
|
||||
"@nx/express": "21.0.3",
|
||||
"@nx/js": "21.0.3",
|
||||
"@nx/node": "21.0.3",
|
||||
"@nx/playwright": "21.0.3",
|
||||
"@nx/vite": "21.0.3",
|
||||
"@nx/web": "21.0.3",
|
||||
"@nx/webpack": "21.0.3",
|
||||
"@playwright/test": "^1.36.0",
|
||||
"@svgr/webpack": "^8.0.1",
|
||||
"@swc-node/register": "~1.10.0",
|
||||
@ -45,7 +44,7 @@
|
||||
"@swc/helpers": "~0.5.11",
|
||||
"@triliumnext/server": "workspace:*",
|
||||
"@types/express": "^4.17.21",
|
||||
"@types/node": "22.15.14",
|
||||
"@types/node": "22.15.17",
|
||||
"@vitest/coverage-v8": "^3.0.5",
|
||||
"@vitest/ui": "^3.0.0",
|
||||
"chalk": "5.4.1",
|
||||
@ -57,7 +56,7 @@
|
||||
"jiti": "2.4.2",
|
||||
"jsdom": "~26.1.0",
|
||||
"jsonc-eslint-parser": "^2.1.0",
|
||||
"nx": "21.0.0",
|
||||
"nx": "21.0.3",
|
||||
"react-refresh": "^0.10.0",
|
||||
"swc-loader": "0.2.6",
|
||||
"tslib": "^2.3.0",
|
||||
|
1290
pnpm-lock.yaml
generated
1290
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user