From 81eafde2162c77efec94640b71fd94e36dca115b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Mon, 15 Jan 2024 20:15:11 +0100 Subject: [PATCH] Update package.json for improved dependency management This commit organizes dependencies listed in the package.json file for better manageability. It properly positions the recently added "@types/dompurify", "dompurify", and "marked" packages. This spatial reordering does not affect the functionality but provides clearer visual comprehension. --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 8ef78d1c7..34f1c8ed0 100644 --- a/package.json +++ b/package.json @@ -14,6 +14,7 @@ "@ckeditor/ckeditor5-vue": "^4.0.1", "@symfony/webpack-encore": "^4.1.0", "@tsconfig/node14": "^1.0.1", + "@types/dompurify": "^3.0.5", "bindings": "^1.5.0", "bootstrap": "^5.3.0", "chokidar": "^3.5.1", @@ -31,8 +32,7 @@ "typescript": "^4.7.2", "vue-loader": "^17.0.0", "webpack": "^5.75.0", - "webpack-cli": "^5.0.1", - "@types/dompurify": "^3.0.5" + "webpack-cli": "^5.0.1" }, "dependencies": { "@fullcalendar/core": "^6.1.4", @@ -43,9 +43,11 @@ "@fullcalendar/vue3": "^6.1.4", "@popperjs/core": "^2.9.2", "@types/leaflet": "^1.9.3", + "dompurify": "^3.0.6", "dropzone": "^5.7.6", "es6-promise": "^4.2.8", "leaflet": "^1.7.1", + "marked": "^9.1.5", "masonry-layout": "^4.2.2", "mime": "^3.0.0", "swagger-ui": "^4.15.5", @@ -54,9 +56,7 @@ "vue-i18n": "^9.1.6", "vue-multiselect": "3.0.0-alpha.2", "vue-toast-notification": "^2.0", - "vuex": "^4.0.0", - "dompurify": "^3.0.6", - "marked": "^9.1.5" + "vuex": "^4.0.0" }, "browserslist": [ "Firefox ESR"