Merge remote-tracking branch 'origin/develop' into feature/client_size_optimisation

; Conflicts:
;	pnpm-lock.yaml
This commit is contained in:
Elian Doran 2025-06-11 19:02:34 +03:00
commit 65f9b1c4ef
No known key found for this signature in database
5 changed files with 225 additions and 346 deletions

View File

@ -35,10 +35,10 @@
"chore:generate-openapi": "tsx bin/generate-openapi.js"
},
"devDependencies": {
"@playwright/test": "1.52.0",
"@playwright/test": "1.53.0",
"@stylistic/eslint-plugin": "4.4.1",
"@types/express": "5.0.3",
"@types/node": "22.15.30",
"@types/node": "22.15.31",
"@types/yargs": "17.0.33",
"@vitest/coverage-v8": "3.2.3",
"eslint": "9.28.0",

View File

@ -64,7 +64,7 @@
"@types/leaflet-gpx": "1.3.7",
"@types/mark.js": "8.11.12",
"copy-webpack-plugin": "13.0.0",
"happy-dom": "17.6.3",
"happy-dom": "18.0.1",
"script-loader": "0.7.2",
"vite-plugin-static-copy": "3.0.0"
},

View File

@ -40,7 +40,7 @@
"@playwright/test": "^1.36.0",
"@triliumnext/server": "workspace:*",
"@types/express": "^5.0.0",
"@types/node": "22.15.30",
"@types/node": "22.15.31",
"@vitest/coverage-v8": "^3.0.5",
"@vitest/ui": "^3.0.0",
"chalk": "5.4.1",
@ -49,7 +49,7 @@
"eslint": "^9.8.0",
"eslint-config-prettier": "^10.0.0",
"eslint-plugin-playwright": "^2.0.0",
"happy-dom": "~17.6.0",
"happy-dom": "~18.0.0",
"jiti": "2.4.2",
"jsdom": "~26.1.0",
"jsonc-eslint-parser": "^2.1.0",

View File

@ -23,12 +23,12 @@
"license": "Apache-2.0",
"devDependencies": {
"@digitak/esrun": "^3.2.24",
"@types/swagger-ui": "^3.52.0",
"@types/swagger-ui": "^5.0.0",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"dotenv": "^16.3.1",
"esbuild": "^0.25.0",
"eslint": "^8.49.0",
"eslint": "^9.0.0",
"highlight.js": "^11.8.0",
"typescript": "^5.2.2"
},

557
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff