chore(monorepo): switch to pnpm

This commit is contained in:
Elian Doran 2025-04-23 18:38:47 +03:00
parent 5dd2b216a5
commit 5389b8b3c7
No known key found for this signature in database
13 changed files with 19865 additions and 86029 deletions

21954
_regroup/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -35,10 +35,7 @@
"chore:generate-openapi": "tsx bin/generate-openapi.js"
},
"dependencies": {
"dayjs-plugin-utc": "0.1.2",
"http-proxy-agent": "7.0.2",
"https-proxy-agent": "7.0.6",
"sax": "1.4.1"
"dayjs-plugin-utc": "0.1.2"
},
"devDependencies": {
"@playwright/test": "1.51.1",

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -5,7 +5,7 @@
"dependencies": {
"electron": "35.1.5",
"@electron/remote": "2.1.2",
"@triliumnext/server": "0.0.1",
"@triliumnext/server": "workspace:*",
"better-sqlite3": "^11.9.1",
"electron-debug": "4.1.0",
"electron-dl": "4.0.0",

View File

@ -28,7 +28,7 @@ module.exports = {
new CopyPlugin({
patterns: [
{
from: "../../node_modules/better-sqlite3/build/Release",
from: "node_modules/better-sqlite3/build/Release",
to: join(outputDir, "Release")
}
]

View File

@ -5,12 +5,14 @@
"dependencies": {
"@anthropic-ai/sdk": "0.39.0",
"@braintree/sanitize-url": "7.1.1",
"@triliumnext/commons": "workspace:*",
"@triliumnext/express-partial-content": "1.0.1",
"@triliumnext/turndown-plugin-gfm": "0.0.1",
"@triliumnext/turndown-plugin-gfm": "workspace:*",
"archiver": "7.0.1",
"async-mutex": "0.5.0",
"axios": "1.8.4",
"better-sqlite3": "11.9.1",
"bufferutil": "4.0.9",
"chardet": "2.1.0",
"cheerio": "1.0.0",
"chokidar": "4.0.3",
@ -21,6 +23,7 @@
"dayjs": "1.11.13",
"debounce": "2.2.0",
"ejs": "3.1.10",
"electron": "35.1.5",
"electron-debug": "4.1.0",
"electron-window-state": "5.0.3",
"escape-html": "1.0.3",
@ -32,6 +35,8 @@
"helmet": "8.1.0",
"html": "1.0.0",
"html2plaintext": "2.1.4",
"http-proxy-agent": "7.0.2",
"https-proxy-agent": "7.0.6",
"i18next": "25.0.0",
"i18next-fs-backend": "2.6.0",
"image-type": "5.2.0",
@ -51,6 +56,7 @@
"safe-compare": "1.1.4",
"sanitize-filename": "1.6.3",
"sanitize-html": "2.16.0",
"sax": "1.4.1",
"serve-favicon": "2.5.0",
"session-file-store": "1.5.0",
"stream-throttle": "0.1.3",
@ -63,6 +69,7 @@
"tmp": "0.2.3",
"turndown": "7.2.0",
"unescape": "1.0.1",
"utf-8-validate": "6.0.5",
"webpack": "5.99.6",
"ws": "8.18.1",
"xml2js": "0.6.2",

View File

@ -1,5 +1,4 @@
import { BrowserWindow,Menu, Tray } from "electron";
import { ipcMain, nativeTheme } from "electron/main";
import { BrowserWindow, Menu, Tray, ipcMain, nativeTheme } from "electron";
import { default as i18next, t } from "i18next";
import path from "path";
import { fileURLToPath } from "url";

30074
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -48,10 +48,6 @@
"vitest": "^3.0.0",
"webpack-cli": "^5.1.4"
},
"workspaces": [
"packages/*",
"apps/*"
],
"license": "AGPL-3.0-only",
"author": {
"name": "TriliumNext Notes Team",
@ -69,5 +65,6 @@
"dependencies": {
"axios": "^1.6.0",
"express": "^4.21.2"
}
},
"packageManager": "pnpm@10.9.0+sha512.0486e394640d3c1fb3c9d43d49cf92879ff74f8516959c235308f5a8f62e2e19528a65cdc2a3058f587cde71eba3d5b56327c8c33a97e4c4051ca48a10ca2d5f"
}

19848
pnpm-lock.yaml generated Normal file

File diff suppressed because it is too large Load Diff

3
pnpm-workspace.yaml Normal file
View File

@ -0,0 +1,3 @@
packages:
- "packages/*"
- "apps/*"