mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 10:02:59 +08:00
chore(monorepo): switch to pnpm
This commit is contained in:
parent
5dd2b216a5
commit
5389b8b3c7
21954
_regroup/package-lock.json
generated
21954
_regroup/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -35,10 +35,7 @@
|
|||||||
"chore:generate-openapi": "tsx bin/generate-openapi.js"
|
"chore:generate-openapi": "tsx bin/generate-openapi.js"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"dayjs-plugin-utc": "0.1.2",
|
"dayjs-plugin-utc": "0.1.2"
|
||||||
"http-proxy-agent": "7.0.2",
|
|
||||||
"https-proxy-agent": "7.0.6",
|
|
||||||
"sax": "1.4.1"
|
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@playwright/test": "1.51.1",
|
"@playwright/test": "1.51.1",
|
||||||
|
1896
_regroup_monorepo/apps/dump-db/package-lock.json
generated
1896
_regroup_monorepo/apps/dump-db/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
25523
_regroup_monorepo/package-lock.json
generated
25523
_regroup_monorepo/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -5,7 +5,7 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"electron": "35.1.5",
|
"electron": "35.1.5",
|
||||||
"@electron/remote": "2.1.2",
|
"@electron/remote": "2.1.2",
|
||||||
"@triliumnext/server": "0.0.1",
|
"@triliumnext/server": "workspace:*",
|
||||||
"better-sqlite3": "^11.9.1",
|
"better-sqlite3": "^11.9.1",
|
||||||
"electron-debug": "4.1.0",
|
"electron-debug": "4.1.0",
|
||||||
"electron-dl": "4.0.0",
|
"electron-dl": "4.0.0",
|
||||||
|
@ -28,7 +28,7 @@ module.exports = {
|
|||||||
new CopyPlugin({
|
new CopyPlugin({
|
||||||
patterns: [
|
patterns: [
|
||||||
{
|
{
|
||||||
from: "../../node_modules/better-sqlite3/build/Release",
|
from: "node_modules/better-sqlite3/build/Release",
|
||||||
to: join(outputDir, "Release")
|
to: join(outputDir, "Release")
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
@ -5,12 +5,14 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@anthropic-ai/sdk": "0.39.0",
|
"@anthropic-ai/sdk": "0.39.0",
|
||||||
"@braintree/sanitize-url": "7.1.1",
|
"@braintree/sanitize-url": "7.1.1",
|
||||||
|
"@triliumnext/commons": "workspace:*",
|
||||||
"@triliumnext/express-partial-content": "1.0.1",
|
"@triliumnext/express-partial-content": "1.0.1",
|
||||||
"@triliumnext/turndown-plugin-gfm": "0.0.1",
|
"@triliumnext/turndown-plugin-gfm": "workspace:*",
|
||||||
"archiver": "7.0.1",
|
"archiver": "7.0.1",
|
||||||
"async-mutex": "0.5.0",
|
"async-mutex": "0.5.0",
|
||||||
"axios": "1.8.4",
|
"axios": "1.8.4",
|
||||||
"better-sqlite3": "11.9.1",
|
"better-sqlite3": "11.9.1",
|
||||||
|
"bufferutil": "4.0.9",
|
||||||
"chardet": "2.1.0",
|
"chardet": "2.1.0",
|
||||||
"cheerio": "1.0.0",
|
"cheerio": "1.0.0",
|
||||||
"chokidar": "4.0.3",
|
"chokidar": "4.0.3",
|
||||||
@ -21,6 +23,7 @@
|
|||||||
"dayjs": "1.11.13",
|
"dayjs": "1.11.13",
|
||||||
"debounce": "2.2.0",
|
"debounce": "2.2.0",
|
||||||
"ejs": "3.1.10",
|
"ejs": "3.1.10",
|
||||||
|
"electron": "35.1.5",
|
||||||
"electron-debug": "4.1.0",
|
"electron-debug": "4.1.0",
|
||||||
"electron-window-state": "5.0.3",
|
"electron-window-state": "5.0.3",
|
||||||
"escape-html": "1.0.3",
|
"escape-html": "1.0.3",
|
||||||
@ -32,6 +35,8 @@
|
|||||||
"helmet": "8.1.0",
|
"helmet": "8.1.0",
|
||||||
"html": "1.0.0",
|
"html": "1.0.0",
|
||||||
"html2plaintext": "2.1.4",
|
"html2plaintext": "2.1.4",
|
||||||
|
"http-proxy-agent": "7.0.2",
|
||||||
|
"https-proxy-agent": "7.0.6",
|
||||||
"i18next": "25.0.0",
|
"i18next": "25.0.0",
|
||||||
"i18next-fs-backend": "2.6.0",
|
"i18next-fs-backend": "2.6.0",
|
||||||
"image-type": "5.2.0",
|
"image-type": "5.2.0",
|
||||||
@ -51,6 +56,7 @@
|
|||||||
"safe-compare": "1.1.4",
|
"safe-compare": "1.1.4",
|
||||||
"sanitize-filename": "1.6.3",
|
"sanitize-filename": "1.6.3",
|
||||||
"sanitize-html": "2.16.0",
|
"sanitize-html": "2.16.0",
|
||||||
|
"sax": "1.4.1",
|
||||||
"serve-favicon": "2.5.0",
|
"serve-favicon": "2.5.0",
|
||||||
"session-file-store": "1.5.0",
|
"session-file-store": "1.5.0",
|
||||||
"stream-throttle": "0.1.3",
|
"stream-throttle": "0.1.3",
|
||||||
@ -63,6 +69,7 @@
|
|||||||
"tmp": "0.2.3",
|
"tmp": "0.2.3",
|
||||||
"turndown": "7.2.0",
|
"turndown": "7.2.0",
|
||||||
"unescape": "1.0.1",
|
"unescape": "1.0.1",
|
||||||
|
"utf-8-validate": "6.0.5",
|
||||||
"webpack": "5.99.6",
|
"webpack": "5.99.6",
|
||||||
"ws": "8.18.1",
|
"ws": "8.18.1",
|
||||||
"xml2js": "0.6.2",
|
"xml2js": "0.6.2",
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
import { BrowserWindow,Menu, Tray } from "electron";
|
import { BrowserWindow, Menu, Tray, ipcMain, nativeTheme } from "electron";
|
||||||
import { ipcMain, nativeTheme } from "electron/main";
|
|
||||||
import { default as i18next, t } from "i18next";
|
import { default as i18next, t } from "i18next";
|
||||||
import path from "path";
|
import path from "path";
|
||||||
import { fileURLToPath } from "url";
|
import { fileURLToPath } from "url";
|
||||||
|
30074
package-lock.json
generated
30074
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -48,10 +48,6 @@
|
|||||||
"vitest": "^3.0.0",
|
"vitest": "^3.0.0",
|
||||||
"webpack-cli": "^5.1.4"
|
"webpack-cli": "^5.1.4"
|
||||||
},
|
},
|
||||||
"workspaces": [
|
|
||||||
"packages/*",
|
|
||||||
"apps/*"
|
|
||||||
],
|
|
||||||
"license": "AGPL-3.0-only",
|
"license": "AGPL-3.0-only",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "TriliumNext Notes Team",
|
"name": "TriliumNext Notes Team",
|
||||||
@ -69,5 +65,6 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"axios": "^1.6.0",
|
"axios": "^1.6.0",
|
||||||
"express": "^4.21.2"
|
"express": "^4.21.2"
|
||||||
}
|
},
|
||||||
|
"packageManager": "pnpm@10.9.0+sha512.0486e394640d3c1fb3c9d43d49cf92879ff74f8516959c235308f5a8f62e2e19528a65cdc2a3058f587cde71eba3d5b56327c8c33a97e4c4051ca48a10ca2d5f"
|
||||||
}
|
}
|
||||||
|
19848
pnpm-lock.yaml
generated
Normal file
19848
pnpm-lock.yaml
generated
Normal file
File diff suppressed because it is too large
Load Diff
3
pnpm-workspace.yaml
Normal file
3
pnpm-workspace.yaml
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
packages:
|
||||||
|
- "packages/*"
|
||||||
|
- "apps/*"
|
Loading…
x
Reference in New Issue
Block a user