chore(deps): move mind-elixir related packages to devDependencies

webpack takes care of bundling these, so we don't need the modules at runtime anymore
This commit is contained in:
Panagiotis Papadopoulos
2025-03-19 15:00:02 +01:00
parent 7f87318f8f
commit feb9fa03c3
4 changed files with 6 additions and 8 deletions
+4 -2
View File
@@ -14,7 +14,6 @@
"@excalidraw/excalidraw": "0.18.0",
"@highlightjs/cdn-assets": "11.11.1",
"@mermaid-js/layout-elk": "0.1.7",
"@mind-elixir/node-menu": "1.0.4",
"@triliumnext/express-partial-content": "1.0.1",
"archiver": "7.0.1",
"async-mutex": "0.5.0",
@@ -71,7 +70,6 @@
"marked": "15.0.7",
"mermaid": "11.5.0",
"mime-types": "2.1.35",
"mind-elixir": "4.4.2",
"multer": "1.4.5-lts.1",
"normalize-strings": "1.1.1",
"normalize.css": "8.0.1",
@@ -118,6 +116,7 @@
"@fullcalendar/list": "6.1.15",
"@fullcalendar/multimonth": "6.1.15",
"@fullcalendar/timegrid": "6.1.15",
"@mind-elixir/node-menu": "1.0.4",
"@playwright/test": "1.51.1",
"@popperjs/core": "2.11.8",
"@types/archiver": "6.0.3",
@@ -174,6 +173,7 @@
"jsdoc": "4.0.4",
"knockout": "3.5.1",
"lorem-ipsum": "2.0.8",
"mind-elixir": "4.4.2",
"mini-css-extract-plugin": "2.9.2",
"nodemon": "3.1.9",
"postcss-loader": "8.1.1",
@@ -3974,6 +3974,7 @@
"version": "1.0.4",
"resolved": "https://registry.npmjs.org/@mind-elixir/node-menu/-/node-menu-1.0.4.tgz",
"integrity": "sha512-xEwBakXEyVCfb8NFYmuvoXSZugxWZUa/s/bxLI8lxTKzTqhHOX4cJdp3B77ojUfnW4KvYJChlo7zkepijsmn0Q==",
"dev": true,
"peerDependencies": {
"mind-elixir": ">2.0.1"
}
@@ -15675,6 +15676,7 @@
"version": "4.4.2",
"resolved": "https://registry.npmjs.org/mind-elixir/-/mind-elixir-4.4.2.tgz",
"integrity": "sha512-yHsUdKYvhB/SnBY9Fb/2cPTsysKDT+nu5vQVYPFEWWniZaGszpM9gPlCB28IEcOEGpaSDGOWOTt89Qc/wFYZSw==",
"dev": true,
"license": "MIT"
},
"node_modules/mini-css-extract-plugin": {