From c0d364213f1f7a8a0e0f12ad52ca2da27494c0f8 Mon Sep 17 00:00:00 2001
From: David Beniamine <david.beniamine@tetras-libre.fr>
Date: Tue, 27 Sep 2022 16:22:40 +0200
Subject: [PATCH] Downgrade mirador-annotations to 0.4.0 to resolve dependencie
 conflict

---
 package.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package.json b/package.json
index 442f711..fe2e624 100644
--- a/package.json
+++ b/package.json
@@ -5,14 +5,14 @@
   "private": true,
   "scripts": {
     "build": "webpack --config webpack.config.js",
-    "serve": "npm install --legacy-peer-deps && chmod +x node_modules/webpack/bin/webpack.js; webpack serve --config webpack.config.js"
+    "serve": "npm install; chmod +x node_modules/webpack/bin/webpack.js; webpack serve --config webpack.config.js"
   },
   "author": "",
   "license": "ISC",
   "dependencies": {
     "css-loader": "^3.6.0",
     "mirador": "git+https://gitlab.tetras-libre.fr/iiif/mirador-video-annotation#wip-webpack-from-git",
-    "mirador-annotations": "0.5.0",
+    "mirador-annotations": "0.4.0",
     "react": "^16.13.1",
     "react-dom": "^16.13.1",
     "style-loader": "^1.2.1"
-- 
GitLab