diff --git a/js/package.json b/js/package.json index a496eeb7..3d418dbd 100644 --- a/js/package.json +++ b/js/package.json @@ -66,14 +66,14 @@ "@types/vuedraggable": "^2.23.0", "@typescript-eslint/eslint-plugin": "^2.26.0", "@typescript-eslint/parser": "^2.26.0", - "@vue/cli-plugin-babel": "~4.4.1", - "@vue/cli-plugin-e2e-cypress": "~4.4.1", - "@vue/cli-plugin-eslint": "~4.4.1", - "@vue/cli-plugin-pwa": "~4.4.1", - "@vue/cli-plugin-router": "~4.4.1", - "@vue/cli-plugin-typescript": "~4.4.1", - "@vue/cli-plugin-unit-mocha": "~4.4.1", - "@vue/cli-service": "~4.4.1", + "@vue/cli-plugin-babel": "~4.4.4", + "@vue/cli-plugin-e2e-cypress": "~4.4.4", + "@vue/cli-plugin-eslint": "~4.4.4", + "@vue/cli-plugin-pwa": "~4.4.4", + "@vue/cli-plugin-router": "~4.4.4", + "@vue/cli-plugin-typescript": "~4.4.4", + "@vue/cli-plugin-unit-mocha": "~4.4.4", + "@vue/cli-service": "~4.4.4", "@vue/eslint-config-airbnb": "^5.0.2", "@vue/eslint-config-prettier": "^6.0.0", "@vue/eslint-config-typescript": "^5.0.2", diff --git a/js/src/components/Comment/Comment.vue b/js/src/components/Comment/Comment.vue index ca625137..5872fd6d 100644 --- a/js/src/components/Comment/Comment.vue +++ b/js/src/components/Comment/Comment.vue @@ -1,24 +1,27 @@