From ed7c7599d4cbc007fa1fdc288eac3c44b0f4d1c8 Mon Sep 17 00:00:00 2001 From: AlessioNar Date: Sat, 10 Feb 2024 19:23:54 +0100 Subject: [PATCH] Updated package dependency vue-filter-data-parse --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index c5846458..9e9609af 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -27,7 +27,7 @@ "@nuxtjs/vuetify": "^1.*", "@toast-ui/vue-editor": "^2.5.3", "@vuejs-community/vue-filter-date-format": "^1.6.3", - "@vuejs-community/vue-filter-date-parse": "^1.1.6", + "@vuejs-community/vue-filter-date-parse": "^1.2.0", "axios": "^0.21.1", "chart.js": "^2", "class-transformer": "^0.5.1",