From 4df832a39ad7b1d432b196f42f4a4e6616c780b9 Mon Sep 17 00:00:00 2001 From: Hironsan Date: Tue, 19 Oct 2021 17:51:39 +0900 Subject: [PATCH] Update v-annotator to fix the problem The problem occurred when the user changes the state of RTL. Once the state changes, the entities are visually disappeared. --- frontend/package.json | 2 +- frontend/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index df58ddbd..02a3bcae 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -38,7 +38,7 @@ "papaparse": "^5.3.1", "ts-loader": "^8.3.0", "tui-editor": "^1.4.10", - "v-annotator": "0.1.20", + "v-annotator": "0.1.23", "vue": "^2.6.14", "vue-chartjs": "^3.5.1", "vue-filepond": "^6.0.3", diff --git a/frontend/yarn.lock b/frontend/yarn.lock index 3eb6f69c..92252a8e 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -11460,10 +11460,10 @@ utils-merge@1.0.1: resolved "https://registry.yarnpkg.com/utils-merge/-/utils-merge-1.0.1.tgz#9f95710f50a267947b2ccc124741c1028427e713" integrity sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM= -v-annotator@0.1.20: - version "0.1.20" - resolved "https://registry.yarnpkg.com/v-annotator/-/v-annotator-0.1.20.tgz#320f4797a25403f7c4360ebc81c1491ec9c82239" - integrity sha512-K3MZSAls/aB401dCJHqN3CsZY+YSd5weDJePpBBDnaMfbCn/v7QghAMUrcDxZoLGFakXM8/xRhRIGgDhoDo+Dg== +v-annotator@0.1.23: + version "0.1.23" + resolved "https://registry.yarnpkg.com/v-annotator/-/v-annotator-0.1.23.tgz#50254bf519cbbc6c6193784f6a7c8fd8396224f7" + integrity sha512-XHK3ysOP6+2WXNsLc93yIqWSbIxhQyvVak2/3WUYKfvmkSZODHB62jpUpr+GBlffSOTgtn4FDvUQ5kUtq++VdA== dependencies: "@flatten-js/interval-tree" "^1.0.14" core-js "^3.6.5"