update for new react, also support linux aarch64 builds

This commit is contained in:
AAGaming 2025-11-20 00:38:21 -05:00
commit b25d4f81be
No known key found for this signature in database
GPG key ID: 00CFCD925A3E0C50
5 changed files with 329 additions and 263 deletions

View file

@ -26,16 +26,17 @@
},
"homepage": "https://github.com/SteamDeckHomebrew/decky-plugin-template#readme",
"devDependencies": {
"@decky/rollup": "^1.0.1",
"@decky/ui": "^4.7.2",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@decky/rollup": "^1.0.2",
"@decky/ui": "^4.11.0",
"@rollup/rollup-linux-x64-musl": "^4.53.3",
"@types/react": "19.1.1",
"@types/react-dom": "19.1.1",
"@types/webpack": "^5.28.5",
"rollup": "^4.22.5",
"rollup": "^4.53.3",
"typescript": "^5.6.2"
},
"dependencies": {
"@decky/api": "^1.1.2",
"@decky/api": "^1.1.3",
"react-icons": "^5.3.0",
"tslib": "^2.7.0"
},