mirror of
https://github.com/SteamDeckHomebrew/decky-plugin-template.git
synced 2025-12-09 23:28:07 -06:00
Updated dependencies
This commit is contained in:
parent
e2b4542b58
commit
a7b6c2bc78
2 changed files with 328 additions and 7 deletions
|
|
@ -31,6 +31,7 @@
|
|||
"@rollup/plugin-replace": "^4.0.0",
|
||||
"@rollup/plugin-typescript": "^8.3.3",
|
||||
"@types/react": "16.14.0",
|
||||
"@types/styled-components": "^5.1.26",
|
||||
"@types/webpack": "^5.28.0",
|
||||
"rollup": "^2.77.1",
|
||||
"rollup-plugin-import-assets": "^1.1.1",
|
||||
|
|
@ -40,7 +41,9 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"decky-frontend-lib": "^3.6.1",
|
||||
"react-icons": "^4.4.0"
|
||||
"react-icons": "^4.4.0",
|
||||
"react-is": "16.8",
|
||||
"styled-components": "^5.3.6"
|
||||
},
|
||||
"pnpm": {
|
||||
"peerDependencyRules": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue