Merge branch 'develop' into renovate/tsx-4.x-lockfile

This commit is contained in:
JYC333 2025-06-14 12:58:08 +02:00 committed by GitHub
commit d3aabadb66
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 489 additions and 325 deletions

View File

@ -41,7 +41,7 @@
"@types/node": "22.15.31",
"@types/yargs": "17.0.33",
"@vitest/coverage-v8": "3.2.3",
"eslint": "9.28.0",
"eslint": "9.29.0",
"eslint-plugin-simple-import-sort": "12.1.1",
"esm": "3.2.25",
"jsdoc": "4.0.4",

View File

@ -10,7 +10,7 @@
"url": "https://github.com/TriliumNext/Notes"
},
"dependencies": {
"@eslint/js": "9.28.0",
"@eslint/js": "9.29.0",
"@excalidraw/excalidraw": "0.18.0",
"@fullcalendar/core": "6.1.17",
"@fullcalendar/daygrid": "6.1.17",

View File

@ -27,16 +27,16 @@
"private": true,
"devDependencies": {
"@electron/rebuild": "4.0.1",
"@nx/devkit": "21.1.3",
"@nx/esbuild": "21.1.3",
"@nx/eslint": "21.1.3",
"@nx/eslint-plugin": "21.1.3",
"@nx/express": "21.1.3",
"@nx/js": "21.1.3",
"@nx/node": "21.1.3",
"@nx/playwright": "21.1.3",
"@nx/vite": "21.1.3",
"@nx/web": "21.1.3",
"@nx/devkit": "21.2.0",
"@nx/esbuild": "21.2.0",
"@nx/eslint": "21.2.0",
"@nx/eslint-plugin": "21.2.0",
"@nx/express": "21.2.0",
"@nx/js": "21.2.0",
"@nx/node": "21.2.0",
"@nx/playwright": "21.2.0",
"@nx/vite": "21.2.0",
"@nx/web": "21.2.0",
"@playwright/test": "^1.36.0",
"@triliumnext/server": "workspace:*",
"@types/express": "^5.0.0",
@ -53,7 +53,7 @@
"jiti": "2.4.2",
"jsdom": "~26.1.0",
"jsonc-eslint-parser": "^2.1.0",
"nx": "21.1.3",
"nx": "21.2.0",
"react-refresh": "^0.17.0",
"rollup-plugin-webpack-stats": "2.0.7",
"tslib": "^2.3.0",

View File

@ -24,13 +24,13 @@
"@codemirror/lang-html": "6.4.9",
"@codemirror/lang-javascript": "6.2.4",
"@codemirror/lang-json": "6.0.1",
"@codemirror/lang-markdown": "6.3.2",
"@codemirror/lang-markdown": "6.3.3",
"@codemirror/lang-php": "6.0.1",
"@codemirror/lang-vue": "0.1.3",
"@codemirror/lang-xml": "6.1.0",
"@codemirror/legacy-modes": "6.5.1",
"@codemirror/search": "6.5.11",
"@codemirror/view": "6.37.1",
"@codemirror/view": "6.37.2",
"@fsegurai/codemirror-theme-abcdef": "6.2.0",
"@fsegurai/codemirror-theme-abyss": "6.2.0",
"@fsegurai/codemirror-theme-android-studio": "6.2.0",
@ -61,6 +61,6 @@
"@ssddanbrown/codemirror-lang-twig": "1.0.0",
"codemirror-lang-hcl": "0.1.0",
"codemirror-lang-mermaid": "0.5.0",
"eslint-linter-browserify": "9.28.0"
"eslint-linter-browserify": "9.29.0"
}
}

782
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff