summaryrefslogtreecommitdiff
path: root/frontend/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/package.json')
-rw-r--r--frontend/package.json31
1 files changed, 16 insertions, 15 deletions
diff --git a/frontend/package.json b/frontend/package.json
index 8d199150..45be0b98 100644
--- a/frontend/package.json
+++ b/frontend/package.json
@@ -10,30 +10,31 @@
"format": "prettier -c src -w"
},
"devDependencies": {
+ "@decky/api": "^1.0.3",
"@rollup/plugin-commonjs": "^21.1.0",
- "@rollup/plugin-image": "^3.0.2",
+ "@rollup/plugin-image": "^3.0.3",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-replace": "^4.0.0",
"@rollup/plugin-typescript": "^8.5.0",
- "@types/react": "16.14.0",
- "@types/react-file-icon": "^1.0.1",
+ "@types/react": "18.2.0",
+ "@types/react-file-icon": "^1.0.4",
"@types/react-router": "5.1.18",
- "@types/webpack": "^5.28.1",
+ "@types/webpack": "^5.28.5",
"husky": "^8.0.3",
- "i18next-parser": "^8.0.0",
+ "i18next-parser": "^8.13.0",
"import-sort-style-module": "^6.0.0",
- "inquirer": "^8.2.5",
+ "inquirer": "^8.2.6",
"prettier": "^3.2.5",
"prettier-plugin-import-sort": "^0.0.7",
- "react": "16.14.0",
- "react-dom": "16.14.0",
+ "react": "18.2.0",
+ "react-dom": "18.2.0",
"rollup": "^2.79.1",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-external-globals": "^0.6.1",
"rollup-plugin-polyfill-node": "^0.10.2",
- "rollup-plugin-visualizer": "^5.9.2",
- "tslib": "^2.5.3",
+ "rollup-plugin-visualizer": "^5.12.0",
+ "tslib": "^2.6.2",
"typescript": "^4.9.5"
},
"importSort": {
@@ -44,12 +45,12 @@
},
"dependencies": {
"decky-frontend-lib": "3.25.0",
- "filesize": "^10.0.7",
- "i18next": "^23.2.1",
- "i18next-http-backend": "^2.2.1",
- "react-file-icon": "^1.3.0",
+ "filesize": "^10.1.2",
+ "i18next": "^23.11.5",
+ "i18next-http-backend": "^2.5.2",
+ "react-file-icon": "^1.4.0",
"react-i18next": "^12.3.1",
- "react-icons": "^4.9.0",
+ "react-icons": "^4.12.0",
"react-markdown": "^8.0.7",
"remark-gfm": "^3.0.1"
}