mirror of
https://github.com/SteamDeckHomebrew/decky-plugin-template.git
synced 2026-05-23 00:48:48 +02:00
update for new react, also support linux aarch64 builds
This commit is contained in:
13
package.json
13
package.json
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user