summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorVictor Borges <victor1882@outlook.com>2025-03-31 10:58:08 -0300
committerVictor Borges <victor1882@outlook.com>2025-03-31 10:58:08 -0300
commit0e8fa29ac63933d3c4b5f9071c174cc2f26d99db (patch)
tree78110de676f1b6ae601ac6aaeab0e8d55ee82704 /package.json
parent7e3b07d83aae6547ce121f904971e6491c0c2cdd (diff)
downloaddecky-bazzite-buddy-0e8fa29ac63933d3c4b5f9071c174cc2f26d99db.tar.gz
decky-bazzite-buddy-0e8fa29ac63933d3c4b5f9071c174cc2f26d99db.zip
update packages
Diffstat (limited to 'package.json')
-rw-r--r--package.json14
1 files changed, 7 insertions, 7 deletions
diff --git a/package.json b/package.json
index ff3a36e..e631f15 100644
--- a/package.json
+++ b/package.json
@@ -33,24 +33,24 @@
"homepage": "https://github.com/xXJSONDeruloXx/bazzite-buddy",
"devDependencies": {
"@decky/rollup": "^1.0.1",
- "@decky/ui": "^4.9.0",
+ "@decky/ui": "^4.9.2",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@types/webpack": "^5.28.5",
- "rollup": "^4.22.5",
- "typescript": "^5.7.3"
+ "rollup": "^4.38.0",
+ "typescript": "^5.8.2"
},
"dependencies": {
"@decky/api": "^1.1.2",
"async-mutex": "^0.5.0",
"decky-frontend-lib": "^3.25.0",
- "react": "^19.0.0",
- "react-dom": "^19.0.0",
- "react-icons": "^5.4.0",
+ "react": "^19.1.0",
+ "react-dom": "^19.1.0",
+ "react-icons": "^5.5.0",
+ "react-router": "^7.4.1",
"remark-gfm": "^4.0.1",
"remark-html": "^16.0.1",
"remark-parse": "^11.0.0",
- "react-router": "^7.1.1",
"tslib": "^2.8.1",
"unified": "^11.0.5"
},