mirror of
https://github.com/SteamDeckHomebrew/decky-plugin-template.git
synced 2025-10-28 22:12:26 -05:00
Changes to template for new API (#44)
This commit is contained in:
parent
fb031f240a
commit
49201b05d7
3 changed files with 1166 additions and 968 deletions
14
package.json
14
package.json
|
|
@ -26,18 +26,18 @@
|
|||
},
|
||||
"homepage": "https://github.com/SteamDeckHomebrew/decky-plugin-template#readme",
|
||||
"devDependencies": {
|
||||
"@decky/rollup": "^1.0.0",
|
||||
"@decky/rollup": "^1.0.1",
|
||||
"@decky/ui": "^4.7.2",
|
||||
"@types/react": "18.3.3",
|
||||
"@types/react-dom": "18.3.0",
|
||||
"@types/webpack": "^5.28.5",
|
||||
"rollup": "^4.18.0",
|
||||
"typescript": "^5.5.3"
|
||||
"rollup": "^4.22.5",
|
||||
"typescript": "^5.6.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"@decky/api": "^1.0.5",
|
||||
"@decky/ui": "^4.0.3",
|
||||
"react-icons": "^5.2.1",
|
||||
"tslib": "^2.6.3"
|
||||
"@decky/api": "^1.1.2",
|
||||
"react-icons": "^5.3.0",
|
||||
"tslib": "^2.7.0"
|
||||
},
|
||||
"pnpm": {
|
||||
"peerDependencyRules": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue