From 1391e28b1bedb1e28d0d90c94545950df0004265 Mon Sep 17 00:00:00 2001 From: Rainer Simon Date: Sun, 3 Jan 2021 10:12:25 +0100 Subject: [PATCH] Upgraded to latest Annotorious --- package-lock.json | 38 ++++---------------------------------- package.json | 2 +- 2 files changed, 5 insertions(+), 35 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3e9c503..f0d362c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1113,45 +1113,15 @@ "integrity": "sha512-6U71C2Wp7r5XtFtQzYrW5iKFT67OixrSxjI4MptCHzdSVlgabczzqLe0ZSgnub/5Kp4hSbpDB1tMytZY9pwxxA==" }, "@recogito/annotorious": { - "version": "2.1.7", - "resolved": "https://registry.npmjs.org/@recogito/annotorious/-/annotorious-2.1.7.tgz", - "integrity": "sha512-bPoG1OcNZ1fnk69CrISe0816/1q2PdZFRBvyr9wbA8p5wUfgeyoydn62znoP2+sYM5znXpHZA1wa7ebb9gWcsg==", + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@recogito/annotorious/-/annotorious-2.2.0.tgz", + "integrity": "sha512-+DtDYeSkO8XyFlPiGJjsFv3ZIGfV2wf8vNoSjmrkoRtpdROOZfrP27V8zyN9f9ksi3MQqvuo4ekXhXSZRJVDrg==", "requires": { "@babel/polyfill": "^7.10.4", - "@recogito/recogito-client-core": "^0.2.6", + "@recogito/recogito-client-core": "^0.3.2", "axios": "^0.19.2", "preact": "^10.4.1", "tiny-emitter": "^2.1.0" - }, - "dependencies": { - "@recogito/recogito-client-core": { - "version": "0.2.6", - "resolved": "https://registry.npmjs.org/@recogito/recogito-client-core/-/recogito-client-core-0.2.6.tgz", - "integrity": "sha512-sWpuMV07zIml2kuPObzA2hC7oBfNRy97Hr5Wic+sBbHFKjnRrqC1f9W86oSX4pJeCDva1/8ETeVstuqk8v2RtQ==", - "requires": { - "axios": "^0.19.0", - "downshift": "^5.4.6", - "fast-deep-equal": "^3.1.3", - "node-polyglot": "^2.4.0", - "preact": "^10.4.1", - "react-autosize-textarea": "^7.1.0", - "react-select": "^3.1.1", - "react-transition-group": "^4.3.0", - "timeago-react": "^3.0.1", - "tiny-emitter": "^2.1.0", - "uuid": "^8.3.0" - } - }, - "fast-deep-equal": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", - "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==" - }, - "uuid": { - "version": "8.3.2", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", - "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==" - } } }, "@recogito/recogito-client-core": { diff --git a/package.json b/package.json index 98fd998..79f2d32 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ }, "dependencies": { "@babel/polyfill": "^7.10.4", - "@recogito/annotorious": "^2.1.7", + "@recogito/annotorious": "^2.2.0", "@recogito/recogito-client-core": "^0.3.2", "axios": "^0.19.2", "openseadragon": "^2.4.2",