diff options
| author | AAGaming <aagaming@riseup.net> | 2024-05-25 19:14:54 -0400 |
|---|---|---|
| committer | AAGaming <aagaming@riseup.net> | 2024-05-25 19:14:54 -0400 |
| commit | a84a13c76d99f1e6f4505d43108a4111749e5035 (patch) | |
| tree | e2826700cd371e6590818047551028d8179389bf /frontend/package.json | |
| parent | 96cc72f2ca25ccb312b68a29aca755bb7df660ed (diff) | |
| download | decky-loader-a84a13c76d99f1e6f4505d43108a4111749e5035.tar.gz decky-loader-a84a13c76d99f1e6f4505d43108a4111749e5035.zip | |
Custom error handler and some misc fixes
Diffstat (limited to 'frontend/package.json')
| -rw-r--r-- | frontend/package.json | 31 |
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" } |
