diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/package.json b/package.json index c51f733..2c1fedf 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,15 @@ "typescript": "^4.6.4" }, "dependencies": { - "decky-frontend-lib": "^0.0.5", + "decky-frontend-lib": "^0.10.0", "react-icons": "^4.3.1" + }, + "pnpm": { + "peerDependencyRules": { + "ignoreMissing": [ + "react", + "react-dom" + ] + } } } |
