diff --git a/.npmrc b/.npmrc index f7cf520..7f1c18f 100644 --- a/.npmrc +++ b/.npmrc @@ -1,2 +1,2 @@ -use-lockfile-v6=true -auto-install-peers=true \ No newline at end of file +auto-install-peers=true +package-manager-strict=false \ No newline at end of file diff --git a/package.json b/package.json index 6c38441..bb3499a 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "peerDependencies": { "axios": "^1" }, - "packageManager": "pnpm@9.0.1", + "packageManager": "pnpm@9.1.1", "engines": { "node": ">=12" },