From 2a40bef66b06f05bf842c0fb6bb61051e25e93d9 Mon Sep 17 00:00:00 2001 From: Raphael MANSUY Date: Fri, 13 Sep 2024 11:24:42 +0800 Subject: [PATCH] fix(npm): set strict-peer-dependencies to false --- .npmrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.npmrc b/.npmrc index 44950ec..a40725c 100644 --- a/.npmrc +++ b/.npmrc @@ -29,4 +29,6 @@ node-env=production # registry=https://registry.npmjs.org/ # Configure cache location (uncomment and modify if needed) -# cache=~/.pnpm-store \ No newline at end of file +# cache=~/.pnpm-store + +strict-peer-dependencies=false \ No newline at end of file