mirror of
https://github.com/SteamDeckHomebrew/decky-plugin-template.git
synced 2025-11-04 08:12:26 -06:00
fix: update deps
This commit is contained in:
parent
8262602460
commit
763ae9ae03
2 changed files with 5 additions and 2 deletions
|
|
@ -28,6 +28,7 @@
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@decky/rollup": "^1.0.1",
|
"@decky/rollup": "^1.0.1",
|
||||||
"@decky/ui": "^4.7.2",
|
"@decky/ui": "^4.7.2",
|
||||||
|
"@rollup/rollup-linux-x64-musl": "4.22.5",
|
||||||
"@types/react": "18.3.3",
|
"@types/react": "18.3.3",
|
||||||
"@types/react-dom": "18.3.0",
|
"@types/react-dom": "18.3.0",
|
||||||
"@types/webpack": "^5.28.5",
|
"@types/webpack": "^5.28.5",
|
||||||
|
|
|
||||||
6
pnpm-lock.yaml
generated
6
pnpm-lock.yaml
generated
|
|
@ -24,6 +24,9 @@ importers:
|
||||||
'@decky/ui':
|
'@decky/ui':
|
||||||
specifier: ^4.7.2
|
specifier: ^4.7.2
|
||||||
version: 4.7.2
|
version: 4.7.2
|
||||||
|
'@rollup/rollup-linux-x64-musl':
|
||||||
|
specifier: 4.22.5
|
||||||
|
version: 4.22.5
|
||||||
'@types/react':
|
'@types/react':
|
||||||
specifier: 18.3.3
|
specifier: 18.3.3
|
||||||
version: 18.3.3
|
version: 18.3.3
|
||||||
|
|
@ -1055,8 +1058,7 @@ snapshots:
|
||||||
'@rollup/rollup-linux-x64-gnu@4.22.5':
|
'@rollup/rollup-linux-x64-gnu@4.22.5':
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
'@rollup/rollup-linux-x64-musl@4.22.5':
|
'@rollup/rollup-linux-x64-musl@4.22.5': {}
|
||||||
optional: true
|
|
||||||
|
|
||||||
'@rollup/rollup-win32-arm64-msvc@4.22.5':
|
'@rollup/rollup-win32-arm64-msvc@4.22.5':
|
||||||
optional: true
|
optional: true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue