From 5c79f1421c0ffc92f2e8c5ac49c4c5ebdc379e4c Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Wed, 13 Jul 2022 12:30:57 +0200 Subject: [PATCH] chore: up lock --- .npmrc | 1 + pnpm-lock.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.npmrc b/.npmrc index bf2e7648..cf040424 100644 --- a/.npmrc +++ b/.npmrc @@ -1 +1,2 @@ shamefully-hoist=true +strict-peer-dependencies=false diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 433c770c..1e6e6a8b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -91,7 +91,7 @@ importers: '@nuxt/kit': ^3.0.0-rc.4 '@nuxt/module-builder': latest nuxt: ^3.0.0-rc.4 - pinia: '>=2.0.16' + pinia: '>=2.0.14' typescript: ^4.6.3 vue-tsc: ^0.38.3 dependencies: -- 2.47.2