From 19b51ae691bd6c294de650169963fc1f81907ac1 Mon Sep 17 00:00:00 2001 From: "NGnius (Graham)" Date: Mon, 18 Jul 2022 17:28:54 -0400 Subject: [PATCH] Update package.json with pnpm config --- package-lock.json | 2 +- package.json | 13 +++++++++++-- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0719b85..8e4ff71 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.1", "license": "GPL-2.0-or-later", "dependencies": { - "decky-frontend-lib": "*", + "decky-frontend-lib": "^1.0.1", "react-icons": "^4.3.1", "usdpl-front": "file:./src/usdpl" }, diff --git a/package.json b/package.json index 438922f..f985759 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,8 @@ "keywords": [ "decky", "plugin", - "plugin-template", + "utility", + "fan", "steam-deck", "deck" ], @@ -39,8 +40,16 @@ "typescript": "^4.6.4" }, "dependencies": { - "decky-frontend-lib": "*", + "decky-frontend-lib": "^1.0.1", "react-icons": "^4.3.1", "usdpl-front": "file:./src/usdpl" + }, + "pnpm": { + "peerDependencyRules": { + "ignoreMissing": [ + "react", + "react-dom" + ] + } } }