diff options
| author | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-01-09 17:35:02 -0500 |
|---|---|---|
| committer | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-01-09 17:35:02 -0500 |
| commit | e9cf8dd42f7c04c592155d7601e52cdaa54fa424 (patch) | |
| tree | 6fc4247aea68b9d040c8aa4b0adfdc949599e983 /package.json | |
| parent | 05cb4433d82c9f8b8071add7ab1d6dc7862d2f76 (diff) | |
| download | decky-bazzite-buddy-e9cf8dd42f7c04c592155d7601e52cdaa54fa424.tar.gz decky-bazzite-buddy-e9cf8dd42f7c04c592155d7601e52cdaa54fa424.zip | |
feat: web content view in plugin test
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json index 9501ba3..a903f5e 100644 --- a/package.json +++ b/package.json @@ -27,17 +27,17 @@ "homepage": "https://github.com/SteamDeckHomebrew/decky-plugin-template#readme", "devDependencies": { "@decky/rollup": "^1.0.1", - "@decky/ui": "^4.7.2", + "@decky/ui": "^4.9.0", "@types/react": "18.3.3", "@types/react-dom": "18.3.0", "@types/webpack": "^5.28.5", - "rollup": "^4.22.5", - "typescript": "^5.6.2" + "rollup": "^4.30.1", + "typescript": "^5.7.3" }, "dependencies": { "@decky/api": "^1.1.2", - "react-icons": "^5.3.0", - "tslib": "^2.7.0" + "react-icons": "^5.4.0", + "tslib": "^2.8.1" }, "pnpm": { "peerDependencyRules": { |
