mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 18:12:29 +08:00
fix(monorepo/client): errors due to missing dependencies
This commit is contained in:
parent
5b28e309a8
commit
a446e9ce84
@ -82,8 +82,6 @@
|
||||
"csrf-csrf": "3.1.0",
|
||||
"dayjs": "1.11.13",
|
||||
"dayjs-plugin-utc": "0.1.2",
|
||||
"debounce": "2.2.0",
|
||||
"draggabilly": "3.0.0",
|
||||
"ejs": "3.1.10",
|
||||
"electron-debug": "4.1.0",
|
||||
"electron-dl": "4.0.0",
|
||||
@ -109,9 +107,6 @@
|
||||
"is-animated": "2.0.2",
|
||||
"is-svg": "5.1.0",
|
||||
"jimp": "1.6.0",
|
||||
"jquery": "3.7.1",
|
||||
"jquery-hotkeys": "0.2.2",
|
||||
"jquery.fancytree": "2.38.5",
|
||||
"js-yaml": "4.1.0",
|
||||
"jsdom": "26.1.0",
|
||||
"katex": "0.16.22",
|
||||
@ -152,15 +147,6 @@
|
||||
"@electron-forge/plugin-auto-unpack-natives": "7.8.0",
|
||||
"@electron/rebuild": "3.7.2",
|
||||
"@eslint/js": "9.24.0",
|
||||
"@excalidraw/excalidraw": "0.18.0",
|
||||
"@fullcalendar/core": "6.1.17",
|
||||
"@fullcalendar/daygrid": "6.1.17",
|
||||
"@fullcalendar/interaction": "6.1.17",
|
||||
"@fullcalendar/list": "6.1.17",
|
||||
"@fullcalendar/multimonth": "6.1.17",
|
||||
"@fullcalendar/timegrid": "6.1.17",
|
||||
"@mermaid-js/layout-elk": "0.1.7",
|
||||
"@mind-elixir/node-menu": "1.0.5",
|
||||
"@playwright/test": "1.51.1",
|
||||
"@popperjs/core": "2.11.8",
|
||||
"@stylistic/eslint-plugin": "4.2.0",
|
||||
@ -180,11 +166,8 @@
|
||||
"@types/fs-extra": "11.0.4",
|
||||
"@types/html": "1.0.4",
|
||||
"@types/ini": "4.1.1",
|
||||
"@types/jquery": "3.5.32",
|
||||
"@types/js-yaml": "4.0.9",
|
||||
"@types/jsdom": "21.1.7",
|
||||
"@types/leaflet": "1.9.17",
|
||||
"@types/leaflet-gpx": "1.3.7",
|
||||
"@types/mime-types": "2.1.4",
|
||||
"@types/multer": "1.4.12",
|
||||
"@types/node": "22.14.1",
|
||||
@ -213,37 +196,19 @@
|
||||
"esm": "3.2.25",
|
||||
"globals": "16.0.0",
|
||||
"happy-dom": "17.4.4",
|
||||
"i18next-http-backend": "3.0.2",
|
||||
"jsdoc": "4.0.4",
|
||||
"jsplumb": "2.15.6",
|
||||
"knockout": "3.5.1",
|
||||
"leaflet": "1.9.4",
|
||||
"leaflet-gpx": "2.1.2",
|
||||
"lorem-ipsum": "2.0.8",
|
||||
"mark.js": "8.11.1",
|
||||
"mermaid": "11.6.0",
|
||||
"mind-elixir": "4.5.1",
|
||||
"nodemon": "3.1.9",
|
||||
"panzoom": "9.4.3",
|
||||
"postcss-loader": "8.1.1",
|
||||
"rcedit": "4.0.1",
|
||||
"react": "18.3.1",
|
||||
"react-dom": "18.3.1",
|
||||
"rimraf": "6.0.1",
|
||||
"sass": "1.86.3",
|
||||
"sass-loader": "16.0.5",
|
||||
"script-loader": "0.7.2",
|
||||
"split.js": "1.6.5",
|
||||
"supertest": "7.1.0",
|
||||
"svg-pan-zoom": "3.6.2",
|
||||
"swagger-jsdoc": "6.2.8",
|
||||
"tslib": "2.8.1",
|
||||
"typedoc": "0.28.2",
|
||||
"typedoc-plugin-missing-exports": "4.0.0",
|
||||
"typescript": "5.8.3",
|
||||
"typescript-eslint": "8.30.1",
|
||||
"vanilla-js-wheel-zoom": "9.0.4",
|
||||
"vitest": "3.1.1"
|
||||
"typescript-eslint": "8.30.1"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"appdmg": "0.6.6"
|
||||
|
5577
apps/client/package-lock.json
generated
5577
apps/client/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -23,13 +23,50 @@
|
||||
"build:webpack": "tsx node_modules/webpack/bin/webpack.js -c webpack.config.ts"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@excalidraw/excalidraw": "0.18.0",
|
||||
"@fullcalendar/core": "6.1.17",
|
||||
"@fullcalendar/daygrid": "6.1.17",
|
||||
"@fullcalendar/interaction": "6.1.17",
|
||||
"@fullcalendar/list": "6.1.17",
|
||||
"@fullcalendar/multimonth": "6.1.17",
|
||||
"@fullcalendar/timegrid": "6.1.17",
|
||||
"@mermaid-js/layout-elk": "0.1.7",
|
||||
"@mind-elixir/node-menu": "1.0.5",
|
||||
"@types/jquery": "3.5.32",
|
||||
"@types/leaflet-gpx": "1.3.7",
|
||||
"@types/leaflet": "1.9.17",
|
||||
"autoprefixer": "10.4.21",
|
||||
"copy-webpack-plugin": "13.0.0",
|
||||
"i18next-http-backend": "3.0.2",
|
||||
"jquery-hotkeys": "0.2.2",
|
||||
"jquery.fancytree": "2.38.5",
|
||||
"jquery": "3.7.1",
|
||||
"jsplumb": "2.15.6",
|
||||
"knockout": "3.5.1",
|
||||
"leaflet-gpx": "2.1.2",
|
||||
"leaflet": "1.9.4",
|
||||
"mark.js": "8.11.1",
|
||||
"i18next": "25.0.0",
|
||||
"mermaid": "11.6.0",
|
||||
"mind-elixir": "4.5.1",
|
||||
"mini-css-extract-plugin": "2.9.2",
|
||||
"panzoom": "9.4.3",
|
||||
"react-dom": "18.3.1",
|
||||
"react": "18.3.1",
|
||||
"split.js": "1.6.5",
|
||||
"svg-pan-zoom": "3.6.2",
|
||||
"ts-loader": "9.5.2",
|
||||
"tsx": "4.19.3",
|
||||
"webpack": "5.99.5",
|
||||
"vanilla-js-wheel-zoom": "9.0.4",
|
||||
"webpack-cli": "6.0.1",
|
||||
"webpack-dev-middleware": "7.4.2",
|
||||
"ts-loader": "9.5.2"
|
||||
"webpack": "5.99.5",
|
||||
"sass": "1.86.3",
|
||||
"sass-loader": "16.0.5",
|
||||
"script-loader": "0.7.2",
|
||||
"electron": "35.1.5",
|
||||
"debounce": "2.2.0",
|
||||
"draggabilly": "3.0.0",
|
||||
"vitest": "3.1.1"
|
||||
}
|
||||
}
|
||||
|
@ -2,6 +2,7 @@
|
||||
"compilerOptions": {
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "bundler",
|
||||
"target": "ES2015",
|
||||
"resolveJsonModule": true,
|
||||
"allowSyntheticDefaultImports": true
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user