Browse Source

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.
pull/1511/head
Hironsan 3 years ago
parent
commit
4df832a39a
2 changed files with 5 additions and 5 deletions
  1. 2
      frontend/package.json
  2. 8
      frontend/yarn.lock

2
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",

8
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"

Loading…
Cancel
Save